COLOR #9CE9D0

HEX: #9CE9D0 RGB: (156,233,208)

Color info

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

RGB color model

#9CE9D0 color RGB value is (156,233,208).

RGB: (156,233,208) (61%, 91%, 82%)

RGB channels and saturation

R 156 of 255 = 61%
G 233 of 255 = 91%
B 208 of 255 = 82%

156
233
208

R + G + B ~ 78%. #9CE9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 233 + 208 = 597 (100%)
R 156 of 597 ~ 26.13%
G 233 of 597 ~ 39.03%
B 208 of 597 ~ 34.84'%

%26.13
%39.03
%34.84

CMYK color model

#9CE9D0 color CMYK value is (33,0,11,9).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 8.63%

CMYK: (33,0,11,9)
C33M0Y11K9 (33%, 0%, 11%, 9%)
(0.33 / 0.00 / 0.11 / 0.09)

CMYK percentages

%33.05
%0
%10.73
%8.63

Codes

Color #9CE9D0 in popluar color models

9C E9 D0
RGB 156 233 208
HSL 161° 63.64% 76.27%
HSB/HSV 161° 33.05% 91.37%
CMYK 33.05% 0.00% 10.73%
8.63%

Color #9CE9D0 in popluar number systems.

HEX 9C E9 D0
Decimal 156 233 208
Binary 10011100 11101001 11010000
Octal 234 351 320

Shades and tints

Shades of #9CE9D0

#9CE9D0
(156,233,208)
#8ED4BE
(142,212,190)
#80BFAC
(128,191,172)
#72AA9A
(114,170,154)
#649588
(100,149,136)
#568076
(86,128,118)
#486B64
(72,107,100)
#3A5652
(58,86,82)
#2C4140
(44,65,64)
#1E2C2E
(30,44,46)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #9CE9D0

#9CE9D0
(156,233,208)
#A5EBD4
(165,235,212)
#AEEDD8
(174,237,216)
#B7EFDC
(183,239,220)
#C0F1E0
(192,241,224)
#C9F3E4
(201,243,228)
#D2F5E8
(210,245,232)
#DBF7EC
(219,247,236)
#E4F9F0
(228,249,240)
#EDFBF4
(237,251,244)
#F6FDF8
(246,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE9D0 color. Also use rgb(156,233,208) instead hex code.

Text Font Color

.myTextColor { color: #9CE9D0; }

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

This text font color is #9CE9D0.

Background Color

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

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

This div background color is #9CE9D0.

Border color

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

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

This div border color is #9CE9D0.

Opacity

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

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

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

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

This text has shadow with #9CE9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE9D0.

Preview

Color preview on black background

This text has color #9CE9D0 on black background.


Color preview on white background

This text has color #9CE9D0 on white background.


Black color preview on #9CE9D0 background

This text has black color on #9CE9D0 background.


White color preview on #9CE9D0 background

This text has white color on #9CE9D0 background.


Related colors

Complementary color

Complementary color for #hex is #63162F.


I love getcolorcode.com

Triadic colors

1 #D09CE9 and #E9D09C with #9CE9D0 are triadic colors.

2 #D0E99C and #E99CD0 with #9CE9D0 are triadic colors.