COLOR #9FD8CB

HEX: #9FD8CB RGB: (159,216,203)

Color info

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

RGB color model

#9FD8CB color RGB value is (159,216,203).

RGB: (159,216,203) (62%, 85%, 80%)

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 203 of 255 = 80%

159
216
203

R + G + B ~ 76%. #9FD8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 216 + 203 = 578 (100%)
R 159 of 578 ~ 27.51%
G 216 of 578 ~ 37.37%
B 203 of 578 ~ 35.12'%

%27.51
%37.37
%35.12

CMYK color model

#9FD8CB color CMYK value is (26,0,6,15).

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

CMYK: (26,0,6,15)
C26M0Y6K15 (26%, 0%, 6%, 15%)
(0.26 / 0.00 / 0.06 / 0.15)

CMYK percentages

%26.39
%0
%6.02
%15.29

Codes

Color #9FD8CB in popluar color models

9F D8 CB
RGB 159 216 203
HSL 166° 42.22% 73.53%
HSB/HSV 166° 26.39% 84.71%
CMYK 26.39% 0.00% 6.02%
15.29%

Color #9FD8CB in popluar number systems.

HEX 9F D8 CB
Decimal 159 216 203
Binary 10011111 11011000 11001011
Octal 237 330 313

Shades and tints

Shades of #9FD8CB

#9FD8CB
(159,216,203)
#91C5B9
(145,197,185)
#83B2A7
(131,178,167)
#759F95
(117,159,149)
#678C83
(103,140,131)
#597971
(89,121,113)
#4B665F
(75,102,95)
#3D534D
(61,83,77)
#2F403B
(47,64,59)
#212D29
(33,45,41)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #9FD8CB

#9FD8CB
(159,216,203)
#A7DBCF
(167,219,207)
#AFDED3
(175,222,211)
#B7E1D7
(183,225,215)
#BFE4DB
(191,228,219)
#C7E7DF
(199,231,223)
#CFEAE3
(207,234,227)
#D7EDE7
(215,237,231)
#DFF0EB
(223,240,235)
#E7F3EF
(231,243,239)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD8CB; }

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

This text font color is #9FD8CB.

Background Color

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

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

This div background color is #9FD8CB.

Border color

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

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

This div border color is #9FD8CB.

Opacity

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

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

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

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

This text has shadow with #9FD8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD8CB.

Preview

Color preview on black background

This text has color #9FD8CB on black background.


Color preview on white background

This text has color #9FD8CB on white background.


Black color preview on #9FD8CB background

This text has black color on #9FD8CB background.


White color preview on #9FD8CB background

This text has white color on #9FD8CB background.


Related colors

Complementary color

Complementary color for #hex is #602734.


I love getcolorcode.com

Triadic colors

1 #CB9FD8 and #D8CB9F with #9FD8CB are triadic colors.

2 #CBD89F and #D89FCB with #9FD8CB are triadic colors.