COLOR #9CE8C6

HEX: #9CE8C6 RGB: (156,232,198)

Color info

#9CE8C6 contains mainly green and blue colors. Web safe color of #9CE8C6 is #99FFCC (or #9FC).

RGB color model

#9CE8C6 color RGB value is (156,232,198).

RGB: (156,232,198) (61%, 91%, 78%)

RGB channels and saturation

R 156 of 255 = 61%
G 232 of 255 = 91%
B 198 of 255 = 78%

156
232
198

R + G + B ~ 77%. #9CE8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 232 + 198 = 586 (100%)
R 156 of 586 ~ 26.62%
G 232 of 586 ~ 39.59%
B 198 of 586 ~ 33.79'%

%26.62
%39.59
%33.79

CMYK color model

#9CE8C6 color CMYK value is (33,0,15,9).

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

CMYK: (33,0,15,9)
C33M0Y15K9 (33%, 0%, 15%, 9%)
(0.33 / 0.00 / 0.15 / 0.09)

CMYK percentages

%32.76
%0
%14.66
%9.02

Codes

Color #9CE8C6 in popluar color models

9C E8 C6
RGB 156 232 198
HSL 153° 62.30% 76.08%
HSB/HSV 153° 32.76% 90.98%
CMYK 32.76% 0.00% 14.66%
9.02%

Color #9CE8C6 in popluar number systems.

HEX 9C E8 C6
Decimal 156 232 198
Binary 10011100 11101000 11000110
Octal 234 350 306

Shades and tints

Shades of #9CE8C6

#9CE8C6
(156,232,198)
#8ED3B4
(142,211,180)
#80BEA2
(128,190,162)
#72A990
(114,169,144)
#64947E
(100,148,126)
#567F6C
(86,127,108)
#486A5A
(72,106,90)
#3A5548
(58,85,72)
#2C4036
(44,64,54)
#1E2B24
(30,43,36)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #9CE8C6

#9CE8C6
(156,232,198)
#A5EACB
(165,234,203)
#AEECD0
(174,236,208)
#B7EED5
(183,238,213)
#C0F0DA
(192,240,218)
#C9F2DF
(201,242,223)
#D2F4E4
(210,244,228)
#DBF6E9
(219,246,233)
#E4F8EE
(228,248,238)
#EDFAF3
(237,250,243)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CE8C6; }

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

This text font color is #9CE8C6.

Background Color

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

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

This div background color is #9CE8C6.

Border color

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

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

This div border color is #9CE8C6.

Opacity

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

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

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

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

This text has shadow with #9CE8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE8C6.

Preview

Color preview on black background

This text has color #9CE8C6 on black background.


Color preview on white background

This text has color #9CE8C6 on white background.


Black color preview on #9CE8C6 background

This text has black color on #9CE8C6 background.


White color preview on #9CE8C6 background

This text has white color on #9CE8C6 background.


Related colors

Complementary color

Complementary color for #hex is #631739.


I love getcolorcode.com

Triadic colors

1 #C69CE8 and #E8C69C with #9CE8C6 are triadic colors.

2 #C6E89C and #E89CC6 with #9CE8C6 are triadic colors.