COLOR #9CE6AE

HEX: #9CE6AE RGB: (156,230,174)

Color info

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

RGB color model

#9CE6AE color RGB value is (156,230,174).

RGB: (156,230,174) (61%, 90%, 68%)

RGB channels and saturation

R 156 of 255 = 61%
G 230 of 255 = 90%
B 174 of 255 = 68%

156
230
174

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

Portions of RGB colors in percentages

R + G + B = 156 + 230 + 174 = 560 (100%)
R 156 of 560 ~ 27.86%
G 230 of 560 ~ 41.07%
B 174 of 560 ~ 31.07'%

%27.86
%41.07
%31.07

CMYK color model

#9CE6AE color CMYK value is (32,0,24,10).

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

CMYK: (32,0,24,10)
C32M0Y24K10 (32%, 0%, 24%, 10%)
(0.32 / 0.00 / 0.24 / 0.10)

CMYK percentages

%32.17
%0
%24.35
%9.8

Codes

Color #9CE6AE in popluar color models

9C E6 AE
RGB 156 230 174
HSL 135° 59.68% 75.69%
HSB/HSV 135° 32.17% 90.20%
CMYK 32.17% 0.00% 24.35%
9.80%

Color #9CE6AE in popluar number systems.

HEX 9C E6 AE
Decimal 156 230 174
Binary 10011100 11100110 10101110
Octal 234 346 256

Shades and tints

Shades of #9CE6AE

#9CE6AE
(156,230,174)
#8ED29F
(142,210,159)
#80BE90
(128,190,144)
#72AA81
(114,170,129)
#649672
(100,150,114)
#568263
(86,130,99)
#486E54
(72,110,84)
#3A5A45
(58,90,69)
#2C4636
(44,70,54)
#1E3227
(30,50,39)
#101E18
(16,30,24)
#000000
(0,0,0)

Tints of #9CE6AE

#9CE6AE
(156,230,174)
#A5E8B5
(165,232,181)
#AEEABC
(174,234,188)
#B7ECC3
(183,236,195)
#C0EECA
(192,238,202)
#C9F0D1
(201,240,209)
#D2F2D8
(210,242,216)
#DBF4DF
(219,244,223)
#E4F6E6
(228,246,230)
#EDF8ED
(237,248,237)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CE6AE; }

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

This text font color is #9CE6AE.

Background Color

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

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

This div background color is #9CE6AE.

Border color

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

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

This div border color is #9CE6AE.

Opacity

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

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

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

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

This text has shadow with #9CE6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE6AE.

Preview

Color preview on black background

This text has color #9CE6AE on black background.


Color preview on white background

This text has color #9CE6AE on white background.


Black color preview on #9CE6AE background

This text has black color on #9CE6AE background.


White color preview on #9CE6AE background

This text has white color on #9CE6AE background.


Related colors

Complementary color

Complementary color for #hex is #631951.


I love getcolorcode.com

Triadic colors

1 #AE9CE6 and #E6AE9C with #9CE6AE are triadic colors.

2 #AEE69C and #E69CAE with #9CE6AE are triadic colors.