COLOR #9BF5D1

HEX: #9BF5D1
RGB: (155,245,209)

Color info

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

RGB color model

#9BF5D1 color RGB value is (155,245,209).

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

RGB channels and saturation

R 155 of 255 = 61%
G 245 of 255 = 96%
B 209 of 255 = 82%

155
245
209

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

Portions of RGB colors in percentages

R + G + B =
155 + 245 + 209 = 609 (100%)
R 155 of 609 ~ 25.45%
G 245 of 609 ~ 40.23%
B 209 of 609 ~ 34.32%

%25.45
%40.23
%34.32

CMYK color model

#9BF5D1 color CMYK value is (37,0,15,4).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 3.92%
CMYK:
(37,0,15,4)
C37M0Y15K4 
(37%,0%,15%,4%)
(0.37/0.00/0.15/0.04)	

CMYK percentages

%36.73
%0
%14.69
%3.92

Codes

Color #9BF5D1 in popluar color models

9BF5D1
RGB155245209
HSL156°81.82%78.43%
HSB/HSV156°36.73%96.08%
CMYK36.73%0.00%14.69%
3.92%

Color #9BF5D1 in popluar number systems.

HEX9BF5D1
Decimal155245209
Binary100110111111010111010001
Octal233365321

Shades and tints

Shades of #9BF5D1

#9BF5D1
(155,245,209)
#8DDFBE
(141,223,190)
#7FC9AB
(127,201,171)
#71B398
(113,179,152)
#639D85
(99,157,133)
#558772
(85,135,114)
#47715F
(71,113,95)
#395B4C
(57,91,76)
#2B4539
(43,69,57)
#1D2F26
(29,47,38)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #9BF5D1

#9BF5D1
(155,245,209)
#A4F5D5
(164,245,213)
#ADF5D9
(173,245,217)
#B6F5DD
(182,245,221)
#BFF5E1
(191,245,225)
#C8F5E5
(200,245,229)
#D1F5E9
(209,245,233)
#DAF5ED
(218,245,237)
#E3F5F1
(227,245,241)
#ECF5F5
(236,245,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BF5D1; }

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

This text font color is #9BF5D1.


Background Color

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

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

This div background color is #9BF5D1.


Border color

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

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

This div border color is #9BF5D1.


Opacity

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

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

Text with #9BF5D1 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 #9BF5D1;}

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

This text has shadow with #9BF5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF5D1 on black background.


Color preview on white background

This text has color #9BF5D1 on white background.



Black color preview on #9BF5D1 background

This text has black color on #9BF5D1 background.


White color preview on #9BF5D1 background

This text has white color on #9BF5D1 background.