COLOR #9FD2AE

HEX: #9FD2AE RGB: (159,210,174)

Color info

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

RGB color model

#9FD2AE color RGB value is (159,210,174).

RGB: (159,210,174) (62%, 82%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 210 of 255 = 82%
B 174 of 255 = 68%

159
210
174

R + G + B ~ 71%. #9FD2AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 210 + 174 = 543 (100%)
R 159 of 543 ~ 29.28%
G 210 of 543 ~ 38.67%
B 174 of 543 ~ 32.04'%

%29.28
%38.67
%32.04

CMYK color model

#9FD2AE color CMYK value is (24,0,17,18).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 17.65%

CMYK: (24,0,17,18)
C24M0Y17K18 (24%, 0%, 17%, 18%)
(0.24 / 0.00 / 0.17 / 0.18)

CMYK percentages

%24.29
%0
%17.14
%17.65

Codes

Color #9FD2AE in popluar color models

9F D2 AE
RGB 159 210 174
HSL 138° 36.17% 72.35%
HSB/HSV 138° 24.29% 82.35%
CMYK 24.29% 0.00% 17.14%
17.65%

Color #9FD2AE in popluar number systems.

HEX 9F D2 AE
Decimal 159 210 174
Binary 10011111 11010010 10101110
Octal 237 322 256

Shades and tints

Shades of #9FD2AE

#9FD2AE
(159,210,174)
#91BF9F
(145,191,159)
#83AC90
(131,172,144)
#759981
(117,153,129)
#678672
(103,134,114)
#597363
(89,115,99)
#4B6054
(75,96,84)
#3D4D45
(61,77,69)
#2F3A36
(47,58,54)
#212727
(33,39,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #9FD2AE

#9FD2AE
(159,210,174)
#A7D6B5
(167,214,181)
#AFDABC
(175,218,188)
#B7DEC3
(183,222,195)
#BFE2CA
(191,226,202)
#C7E6D1
(199,230,209)
#CFEAD8
(207,234,216)
#D7EEDF
(215,238,223)
#DFF2E6
(223,242,230)
#E7F6ED
(231,246,237)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD2AE color. Also use rgb(159,210,174) instead hex code.

Text Font Color

.myTextColor { color: #9FD2AE; }

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

This text font color is #9FD2AE.

Background Color

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

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

This div background color is #9FD2AE.

Border color

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

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

This div border color is #9FD2AE.

Opacity

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

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

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

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

This text has shadow with #9FD2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD2AE.

Preview

Color preview on black background

This text has color #9FD2AE on black background.


Color preview on white background

This text has color #9FD2AE on white background.


Black color preview on #9FD2AE background

This text has black color on #9FD2AE background.


White color preview on #9FD2AE background

This text has white color on #9FD2AE background.


Related colors

Complementary color

Complementary color for #hex is #602D51.


I love getcolorcode.com

Triadic colors

1 #AE9FD2 and #D2AE9F with #9FD2AE are triadic colors.

2 #AED29F and #D29FAE with #9FD2AE are triadic colors.