COLOR #9BF9D1

HEX: #9BF9D1
RGB: (155,249,209)

Color info

#9BF9D1 contains mainly green and blue colors. Web safe color of #9BF9D1 is #99FFCC (or #9FC).

RGB color model

#9BF9D1 color RGB value is (155,249,209).

  • red value is 155;
  • green value is 249;
  • blue value is 209.
RGB:
(155,249,209)
(61%,98%,82%)

RGB channels and saturation

R 155 of 255 = 61%
G 249 of 255 = 98%
B 209 of 255 = 82%

155
249
209

R + G + B ~ 80%. #9BF9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 249 + 209 = 613 (100%)
R 155 of 613 ~ 25.29%
G 249 of 613 ~ 40.62%
B 209 of 613 ~ 34.09%

%25.29
%40.62
%34.09

CMYK color model

#9BF9D1 color CMYK value is (38,0,16,2).

  • cyan value is 37.75%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK:
(38,0,16,2)
C38M0Y16K2 
(38%,0%,16%,2%)
(0.38/0.00/0.16/0.02)	

CMYK percentages

%37.75
%0
%16.06
%2.35

Codes

Color #9BF9D1 in popluar color models

9BF9D1
RGB155249209
HSL154°88.68%79.22%
HSB/HSV154°37.75%97.65%
CMYK37.75%0.00%16.06%
2.35%

Color #9BF9D1 in popluar number systems.

HEX9BF9D1
Decimal155249209
Binary100110111111100111010001
Octal233371321

Shades and tints

Shades of #9BF9D1

#9BF9D1
(155,249,209)
#8DE3BE
(141,227,190)
#7FCDAB
(127,205,171)
#71B798
(113,183,152)
#63A185
(99,161,133)
#558B72
(85,139,114)
#47755F
(71,117,95)
#395F4C
(57,95,76)
#2B4939
(43,73,57)
#1D3326
(29,51,38)
#0F1D13
(15,29,19)
#000000
(0,0,0)

Tints of #9BF9D1

#9BF9D1
(155,249,209)
#A4F9D5
(164,249,213)
#ADF9D9
(173,249,217)
#B6F9DD
(182,249,221)
#BFF9E1
(191,249,225)
#C8F9E5
(200,249,229)
#D1F9E9
(209,249,233)
#DAF9ED
(218,249,237)
#E3F9F1
(227,249,241)
#ECF9F5
(236,249,245)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BF9D1 color. Also use rgb(155,249,209) instead hex code.

Text Font Color

.myTextColor { color: #9BF9D1; }

<p style="color:#9BF9D1">This sample text font color is #9BF9D1.</p>

This text font color is #9BF9D1.


Background Color

.myBgColor { background-color: #9BF9D1; }

<div style="background-color:#9BF9D1">Inner text</div>

This div background color is #9BF9D1.


Border color

.myBorderColor { border: 1px solid #9BF9D1; }

<div style="border:3px solid #9BF9D1">Div</div>

This div border color is #9BF9D1.


Opacity

.myOpacity80 { color: #9BF9D1; opacity: 0.8; }

<p style="color:#9BF9D1;opacity:0.8;">80%</p>

Text with #9BF9D1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9BF9D1;}

<p style="text-shadow: 3px 3px 1px #9BF9D1">Text here.</p>

This text has shadow with #9BF9D1 color.

.textShadow {text-shadow: 3px 3px 1px #9BF9D1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9BF9D1, 5px 5px 20px red">Text here.</p>

This text has shadow with #9BF9D1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9BF9D1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9BF9D1, Direction=45, Strength=4)">Text</p>

This text has shadow with #9BF9D1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9BF9D1;
  -webkit-box-shadow:	1px 1px 3px 2px #9BF9D1;
  box-shadow:		1px 1px 3px 2px #9BF9D1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9BF9D1;
-webkit-box-shadow: 1px 1px 3px 2px #9BF9D1;
box-shadow:1px 1px 3px 2px #9BF9D1;">
Div content here</div>
This div box has shadow with color #9BF9D1.

Preview

Color preview on black background

This text has color #9BF9D1 on black background.


Color preview on white background

This text has color #9BF9D1 on white background.



Black color preview on #9BF9D1 background

This text has black color on #9BF9D1 background.


White color preview on #9BF9D1 background

This text has white color on #9BF9D1 background.