COLOR #9FDAC8

HEX: #9FDAC8 RGB: (159,218,200)

Color info

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

RGB color model

#9FDAC8 color RGB value is (159,218,200).

RGB: (159,218,200) (62%, 85%, 78%)

RGB channels and saturation

R 159 of 255 = 62%
G 218 of 255 = 85%
B 200 of 255 = 78%

159
218
200

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

Portions of RGB colors in percentages

R + G + B = 159 + 218 + 200 = 577 (100%)
R 159 of 577 ~ 27.56%
G 218 of 577 ~ 37.78%
B 200 of 577 ~ 34.66'%

%27.56
%37.78
%34.66

CMYK color model

#9FDAC8 color CMYK value is (27,0,8,15).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%

CMYK: (27,0,8,15)
C27M0Y8K15 (27%, 0%, 8%, 15%)
(0.27 / 0.00 / 0.08 / 0.15)

CMYK percentages

%27.06
%0
%8.26
%14.51

Codes

Color #9FDAC8 in popluar color models

9F DA C8
RGB 159 218 200
HSL 162° 44.36% 73.92%
HSB/HSV 162° 27.06% 85.49%
CMYK 27.06% 0.00% 8.26%
14.51%

Color #9FDAC8 in popluar number systems.

HEX 9F DA C8
Decimal 159 218 200
Binary 10011111 11011010 11001000
Octal 237 332 310

Shades and tints

Shades of #9FDAC8

#9FDAC8
(159,218,200)
#91C7B6
(145,199,182)
#83B4A4
(131,180,164)
#75A192
(117,161,146)
#678E80
(103,142,128)
#597B6E
(89,123,110)
#4B685C
(75,104,92)
#3D554A
(61,85,74)
#2F4238
(47,66,56)
#212F26
(33,47,38)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #9FDAC8

#9FDAC8
(159,218,200)
#A7DDCD
(167,221,205)
#AFE0D2
(175,224,210)
#B7E3D7
(183,227,215)
#BFE6DC
(191,230,220)
#C7E9E1
(199,233,225)
#CFECE6
(207,236,230)
#D7EFEB
(215,239,235)
#DFF2F0
(223,242,240)
#E7F5F5
(231,245,245)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDAC8 color. Also use rgb(159,218,200) instead hex code.

Text Font Color

.myTextColor { color: #9FDAC8; }

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

This text font color is #9FDAC8.

Background Color

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

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

This div background color is #9FDAC8.

Border color

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

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

This div border color is #9FDAC8.

Opacity

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

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

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

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

This text has shadow with #9FDAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDAC8.

Preview

Color preview on black background

This text has color #9FDAC8 on black background.


Color preview on white background

This text has color #9FDAC8 on white background.


Black color preview on #9FDAC8 background

This text has black color on #9FDAC8 background.


White color preview on #9FDAC8 background

This text has white color on #9FDAC8 background.


Related colors

Complementary color

Complementary color for #hex is #602537.


I love getcolorcode.com

Triadic colors

1 #C89FDA and #DAC89F with #9FDAC8 are triadic colors.

2 #C8DA9F and #DA9FC8 with #9FDAC8 are triadic colors.