COLOR #9CE8B0

HEX: #9CE8B0 RGB: (156,232,176)

Color info

#9CE8B0 contains mainly green and blue colors. Web safe color of #9CE8B0 is #99FF99 (or #9F9).

RGB color model

#9CE8B0 color RGB value is (156,232,176).

RGB: (156,232,176) (61%, 91%, 69%)

RGB channels and saturation

R 156 of 255 = 61%
G 232 of 255 = 91%
B 176 of 255 = 69%

156
232
176

R + G + B ~ 74%. #9CE8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 232 + 176 = 564 (100%)
R 156 of 564 ~ 27.66%
G 232 of 564 ~ 41.13%
B 176 of 564 ~ 31.21'%

%27.66
%41.13
%31.21

CMYK color model

#9CE8B0 color CMYK value is (33,0,24,9).

  • cyan value is 32.76%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 9.02%

CMYK: (33,0,24,9)
C33M0Y24K9 (33%, 0%, 24%, 9%)
(0.33 / 0.00 / 0.24 / 0.09)

CMYK percentages

%32.76
%0
%24.14
%9.02

Codes

Color #9CE8B0 in popluar color models

9C E8 B0
RGB 156 232 176
HSL 136° 62.30% 76.08%
HSB/HSV 136° 32.76% 90.98%
CMYK 32.76% 0.00% 24.14%
9.02%

Color #9CE8B0 in popluar number systems.

HEX 9C E8 B0
Decimal 156 232 176
Binary 10011100 11101000 10110000
Octal 234 350 260

Shades and tints

Shades of #9CE8B0

#9CE8B0
(156,232,176)
#8ED3A0
(142,211,160)
#80BE90
(128,190,144)
#72A980
(114,169,128)
#649470
(100,148,112)
#567F60
(86,127,96)
#486A50
(72,106,80)
#3A5540
(58,85,64)
#2C4030
(44,64,48)
#1E2B20
(30,43,32)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #9CE8B0

#9CE8B0
(156,232,176)
#A5EAB7
(165,234,183)
#AEECBE
(174,236,190)
#B7EEC5
(183,238,197)
#C0F0CC
(192,240,204)
#C9F2D3
(201,242,211)
#D2F4DA
(210,244,218)
#DBF6E1
(219,246,225)
#E4F8E8
(228,248,232)
#EDFAEF
(237,250,239)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE8B0 color. Also use rgb(156,232,176) instead hex code.

Text Font Color

.myTextColor { color: #9CE8B0; }

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

This text font color is #9CE8B0.

Background Color

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

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

This div background color is #9CE8B0.

Border color

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

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

This div border color is #9CE8B0.

Opacity

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

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

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

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

This text has shadow with #9CE8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE8B0.

Preview

Color preview on black background

This text has color #9CE8B0 on black background.


Color preview on white background

This text has color #9CE8B0 on white background.


Black color preview on #9CE8B0 background

This text has black color on #9CE8B0 background.


White color preview on #9CE8B0 background

This text has white color on #9CE8B0 background.


Related colors

Complementary color

Complementary color for #hex is #63174F.


I love getcolorcode.com

Triadic colors

1 #B09CE8 and #E8B09C with #9CE8B0 are triadic colors.

2 #B0E89C and #E89CB0 with #9CE8B0 are triadic colors.