COLOR #9FE6AE

HEX: #9FE6AE RGB: (159,230,174)

Color info

#9FE6AE contains mainly green and blue colors. Web safe color of #9FE6AE is #99CC99 (or #9C9).

RGB color model

#9FE6AE color RGB value is (159,230,174).

RGB: (159,230,174) (62%, 90%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 230 of 255 = 90%
B 174 of 255 = 68%

159
230
174

R + G + B ~ 73%. #9FE6AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 230 + 174 = 563 (100%)
R 159 of 563 ~ 28.24%
G 230 of 563 ~ 40.85%
B 174 of 563 ~ 30.91'%

%28.24
%40.85
%30.91

CMYK color model

#9FE6AE color CMYK value is (31,0,24,10).

  • cyan value is 30.87%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 9.80%

CMYK: (31,0,24,10)
C31M0Y24K10 (31%, 0%, 24%, 10%)
(0.31 / 0.00 / 0.24 / 0.10)

CMYK percentages

%30.87
%0
%24.35
%9.8

Codes

Color #9FE6AE in popluar color models

9F E6 AE
RGB 159 230 174
HSL 133° 58.68% 76.27%
HSB/HSV 133° 30.87% 90.20%
CMYK 30.87% 0.00% 24.35%
9.80%

Color #9FE6AE in popluar number systems.

HEX 9F E6 AE
Decimal 159 230 174
Binary 10011111 11100110 10101110
Octal 237 346 256

Shades and tints

Shades of #9FE6AE

#9FE6AE
(159,230,174)
#91D29F
(145,210,159)
#83BE90
(131,190,144)
#75AA81
(117,170,129)
#679672
(103,150,114)
#598263
(89,130,99)
#4B6E54
(75,110,84)
#3D5A45
(61,90,69)
#2F4636
(47,70,54)
#213227
(33,50,39)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #9FE6AE

#9FE6AE
(159,230,174)
#A7E8B5
(167,232,181)
#AFEABC
(175,234,188)
#B7ECC3
(183,236,195)
#BFEECA
(191,238,202)
#C7F0D1
(199,240,209)
#CFF2D8
(207,242,216)
#D7F4DF
(215,244,223)
#DFF6E6
(223,246,230)
#E7F8ED
(231,248,237)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE6AE; }

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

This text font color is #9FE6AE.

Background Color

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

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

This div background color is #9FE6AE.

Border color

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

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

This div border color is #9FE6AE.

Opacity

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

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

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

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

This text has shadow with #9FE6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE6AE.

Preview

Color preview on black background

This text has color #9FE6AE on black background.


Color preview on white background

This text has color #9FE6AE on white background.


Black color preview on #9FE6AE background

This text has black color on #9FE6AE background.


White color preview on #9FE6AE background

This text has white color on #9FE6AE background.


Related colors

Complementary color

Complementary color for #hex is #601951.


I love getcolorcode.com

Triadic colors

1 #AE9FE6 and #E6AE9F with #9FE6AE are triadic colors.

2 #AEE69F and #E69FAE with #9FE6AE are triadic colors.