COLOR #9FD9CB

HEX: #9FD9CB RGB: (159,217,203)

Color info

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

RGB color model

#9FD9CB color RGB value is (159,217,203).

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

RGB channels and saturation

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

159
217
203

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

Portions of RGB colors in percentages

R + G + B = 159 + 217 + 203 = 579 (100%)
R 159 of 579 ~ 27.46%
G 217 of 579 ~ 37.48%
B 203 of 579 ~ 35.06'%

%27.46
%37.48
%35.06

CMYK color model

#9FD9CB color CMYK value is (27,0,6,15).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%

CMYK: (27,0,6,15)
C27M0Y6K15 (27%, 0%, 6%, 15%)
(0.27 / 0.00 / 0.06 / 0.15)

CMYK percentages

%26.73
%0
%6.45
%14.9

Codes

Color #9FD9CB in popluar color models

9F D9 CB
RGB 159 217 203
HSL 166° 43.28% 73.73%
HSB/HSV 166° 26.73% 85.10%
CMYK 26.73% 0.00% 6.45%
14.90%

Color #9FD9CB in popluar number systems.

HEX 9F D9 CB
Decimal 159 217 203
Binary 10011111 11011001 11001011
Octal 237 331 313

Shades and tints

Shades of #9FD9CB

#9FD9CB
(159,217,203)
#91C6B9
(145,198,185)
#83B3A7
(131,179,167)
#75A095
(117,160,149)
#678D83
(103,141,131)
#597A71
(89,122,113)
#4B675F
(75,103,95)
#3D544D
(61,84,77)
#2F413B
(47,65,59)
#212E29
(33,46,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #9FD9CB

#9FD9CB
(159,217,203)
#A7DCCF
(167,220,207)
#AFDFD3
(175,223,211)
#B7E2D7
(183,226,215)
#BFE5DB
(191,229,219)
#C7E8DF
(199,232,223)
#CFEBE3
(207,235,227)
#D7EEE7
(215,238,231)
#DFF1EB
(223,241,235)
#E7F4EF
(231,244,239)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD9CB; }

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

This text font color is #9FD9CB.

Background Color

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

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

This div background color is #9FD9CB.

Border color

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

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

This div border color is #9FD9CB.

Opacity

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

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

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

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

This text has shadow with #9FD9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD9CB.

Preview

Color preview on black background

This text has color #9FD9CB on black background.


Color preview on white background

This text has color #9FD9CB on white background.


Black color preview on #9FD9CB background

This text has black color on #9FD9CB background.


White color preview on #9FD9CB background

This text has white color on #9FD9CB background.


Related colors

Complementary color

Complementary color for #hex is #602634.


I love getcolorcode.com

Triadic colors

1 #CB9FD9 and #D9CB9F with #9FD9CB are triadic colors.

2 #CBD99F and #D99FCB with #9FD9CB are triadic colors.