COLOR #9CE4D8

HEX: #9CE4D8
RGB: (156,228,216)

Color info

#9CE4D8 contains mainly green and blue colors. Web safe color of #9CE4D8 is #99CCCC (or #9CC).

RGB color model

#9CE4D8 color RGB value is (156,228,216).

  • red value is 156;
  • green value is 228;
  • blue value is 216.
RGB:
(156,228,216)
(61%,89%,85%)

RGB channels and saturation

R 156 of 255 = 61%
G 228 of 255 = 89%
B 216 of 255 = 85%

156
228
216

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

Portions of RGB colors in percentages

R + G + B =
156 + 228 + 216 = 600 (100%)
R 156 of 600 ~ 26%
G 228 of 600 ~ 38%
B 216 of 600 ~ 36%

%26
%38
%36

CMYK color model

#9CE4D8 color CMYK value is (32,0,5,11).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 10.59%
CMYK:
(32,0,5,11)
C32M0Y5K11 
(32%,0%,5%,11%)
(0.32/0.00/0.05/0.11)	

CMYK percentages

%31.58
%0
%5.26
%10.59

Codes

Color #9CE4D8 in popluar color models

9CE4D8
RGB156228216
HSL170°57.14%75.29%
HSB/HSV170°31.58%89.41%
CMYK31.58%0.00%5.26%
10.59%

Color #9CE4D8 in popluar number systems.

HEX9CE4D8
Decimal156228216
Binary100111001110010011011000
Octal234344330

Shades and tints

Shades of #9CE4D8

#9CE4D8
(156,228,216)
#8ED0C5
(142,208,197)
#80BCB2
(128,188,178)
#72A89F
(114,168,159)
#64948C
(100,148,140)
#568079
(86,128,121)
#486C66
(72,108,102)
#3A5853
(58,88,83)
#2C4440
(44,68,64)
#1E302D
(30,48,45)
#101C1A
(16,28,26)
#000000
(0,0,0)

Tints of #9CE4D8

#9CE4D8
(156,228,216)
#A5E6DB
(165,230,219)
#AEE8DE
(174,232,222)
#B7EAE1
(183,234,225)
#C0ECE4
(192,236,228)
#C9EEE7
(201,238,231)
#D2F0EA
(210,240,234)
#DBF2ED
(219,242,237)
#E4F4F0
(228,244,240)
#EDF6F3
(237,246,243)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE4D8 color. Also use rgb(156,228,216) instead hex code.

Text Font Color

.myTextColor { color: #9CE4D8; }

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

This text font color is #9CE4D8.


Background Color

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

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

This div background color is #9CE4D8.


Border color

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

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

This div border color is #9CE4D8.


Opacity

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

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

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

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

This text has shadow with #9CE4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE4D8 on black background.


Color preview on white background

This text has color #9CE4D8 on white background.



Black color preview on #9CE4D8 background

This text has black color on #9CE4D8 background.


White color preview on #9CE4D8 background

This text has white color on #9CE4D8 background.