COLOR #9FD8BB

HEX: #9FD8BB RGB: (159,216,187)

Color info

#9FD8BB contains red, green and blue colors in about the same proportion. Web safe color of #9FD8BB is #99CCCC (or #9CC).

RGB color model

#9FD8BB color RGB value is (159,216,187).

RGB: (159,216,187) (62%, 85%, 73%)

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 187 of 255 = 73%

159
216
187

R + G + B ~ 73%. #9FD8BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 216 + 187 = 562 (100%)
R 159 of 562 ~ 28.29%
G 216 of 562 ~ 38.43%
B 187 of 562 ~ 33.27'%

%28.29
%38.43
%33.27

CMYK color model

#9FD8BB color CMYK value is (26,0,13,15).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 15.29%

CMYK: (26,0,13,15)
C26M0Y13K15 (26%, 0%, 13%, 15%)
(0.26 / 0.00 / 0.13 / 0.15)

CMYK percentages

%26.39
%0
%13.43
%15.29

Codes

Color #9FD8BB in popluar color models

9F D8 BB
RGB 159 216 187
HSL 149° 42.22% 73.53%
HSB/HSV 149° 26.39% 84.71%
CMYK 26.39% 0.00% 13.43%
15.29%

Color #9FD8BB in popluar number systems.

HEX 9F D8 BB
Decimal 159 216 187
Binary 10011111 11011000 10111011
Octal 237 330 273

Shades and tints

Shades of #9FD8BB

#9FD8BB
(159,216,187)
#91C5AA
(145,197,170)
#83B299
(131,178,153)
#759F88
(117,159,136)
#678C77
(103,140,119)
#597966
(89,121,102)
#4B6655
(75,102,85)
#3D5344
(61,83,68)
#2F4033
(47,64,51)
#212D22
(33,45,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #9FD8BB

#9FD8BB
(159,216,187)
#A7DBC1
(167,219,193)
#AFDEC7
(175,222,199)
#B7E1CD
(183,225,205)
#BFE4D3
(191,228,211)
#C7E7D9
(199,231,217)
#CFEADF
(207,234,223)
#D7EDE5
(215,237,229)
#DFF0EB
(223,240,235)
#E7F3F1
(231,243,241)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD8BB color. Also use rgb(159,216,187) instead hex code.

Text Font Color

.myTextColor { color: #9FD8BB; }

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

This text font color is #9FD8BB.

Background Color

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

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

This div background color is #9FD8BB.

Border color

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

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

This div border color is #9FD8BB.

Opacity

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

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

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

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

This text has shadow with #9FD8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD8BB.

Preview

Color preview on black background

This text has color #9FD8BB on black background.


Color preview on white background

This text has color #9FD8BB on white background.


Black color preview on #9FD8BB background

This text has black color on #9FD8BB background.


White color preview on #9FD8BB background

This text has white color on #9FD8BB background.


Related colors

Complementary color

Complementary color for #hex is #602744.


I love getcolorcode.com

Triadic colors

1 #BB9FD8 and #D8BB9F with #9FD8BB are triadic colors.

2 #BBD89F and #D89FBB with #9FD8BB are triadic colors.