COLOR #9FD4CF

HEX: #9FD4CF RGB: (159,212,207)

Color info

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

RGB color model

#9FD4CF color RGB value is (159,212,207).

RGB: (159,212,207) (62%, 83%, 81%)

RGB channels and saturation

R 159 of 255 = 62%
G 212 of 255 = 83%
B 207 of 255 = 81%

159
212
207

R + G + B ~ 75%. #9FD4CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 212 + 207 = 578 (100%)
R 159 of 578 ~ 27.51%
G 212 of 578 ~ 36.68%
B 207 of 578 ~ 35.81'%

%27.51
%36.68
%35.81

CMYK color model

#9FD4CF color CMYK value is (25,0,2,17).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 16.86%

CMYK: (25,0,2,17)
C25M0Y2K17 (25%, 0%, 2%, 17%)
(0.25 / 0.00 / 0.02 / 0.17)

CMYK percentages

%25
%0
%2.36
%16.86

Codes

Color #9FD4CF in popluar color models

9F D4 CF
RGB 159 212 207
HSL 174° 38.13% 72.75%
HSB/HSV 174° 25.00% 83.14%
CMYK 25.00% 0.00% 2.36%
16.86%

Color #9FD4CF in popluar number systems.

HEX 9F D4 CF
Decimal 159 212 207
Binary 10011111 11010100 11001111
Octal 237 324 317

Shades and tints

Shades of #9FD4CF

#9FD4CF
(159,212,207)
#91C1BD
(145,193,189)
#83AEAB
(131,174,171)
#759B99
(117,155,153)
#678887
(103,136,135)
#597575
(89,117,117)
#4B6263
(75,98,99)
#3D4F51
(61,79,81)
#2F3C3F
(47,60,63)
#21292D
(33,41,45)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #9FD4CF

#9FD4CF
(159,212,207)
#A7D7D3
(167,215,211)
#AFDAD7
(175,218,215)
#B7DDDB
(183,221,219)
#BFE0DF
(191,224,223)
#C7E3E3
(199,227,227)
#CFE6E7
(207,230,231)
#D7E9EB
(215,233,235)
#DFECEF
(223,236,239)
#E7EFF3
(231,239,243)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD4CF color. Also use rgb(159,212,207) instead hex code.

Text Font Color

.myTextColor { color: #9FD4CF; }

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

This text font color is #9FD4CF.

Background Color

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

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

This div background color is #9FD4CF.

Border color

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

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

This div border color is #9FD4CF.

Opacity

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

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

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

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

This text has shadow with #9FD4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD4CF.

Preview

Color preview on black background

This text has color #9FD4CF on black background.


Color preview on white background

This text has color #9FD4CF on white background.


Black color preview on #9FD4CF background

This text has black color on #9FD4CF background.


White color preview on #9FD4CF background

This text has white color on #9FD4CF background.


Related colors

Complementary color

Complementary color for #hex is #602B30.


I love getcolorcode.com

Triadic colors

1 #CF9FD4 and #D4CF9F with #9FD4CF are triadic colors.

2 #CFD49F and #D49FCF with #9FD4CF are triadic colors.