COLOR #9CEEC4

HEX: #9CEEC4
RGB: (156,238,196)

Color info

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

RGB color model

#9CEEC4 color RGB value is (156,238,196).

  • red value is 156;
  • green value is 238;
  • blue value is 196.
RGB:
(156,238,196)
(61%,93%,77%)

RGB channels and saturation

R 156 of 255 = 61%
G 238 of 255 = 93%
B 196 of 255 = 77%

156
238
196

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

Portions of RGB colors in percentages

R + G + B =
156 + 238 + 196 = 590 (100%)
R 156 of 590 ~ 26.44%
G 238 of 590 ~ 40.34%
B 196 of 590 ~ 33.22%

%26.44
%40.34
%33.22

CMYK color model

#9CEEC4 color CMYK value is (34,0,18,7).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 6.67%
CMYK:
(34,0,18,7)
C34M0Y18K7 
(34%,0%,18%,7%)
(0.34/0.00/0.18/0.07)	

CMYK percentages

%34.45
%0
%17.65
%6.67

Codes

Color #9CEEC4 in popluar color models

9CEEC4
RGB156238196
HSL149°70.69%77.25%
HSB/HSV149°34.45%93.33%
CMYK34.45%0.00%17.65%
6.67%

Color #9CEEC4 in popluar number systems.

HEX9CEEC4
Decimal156238196
Binary100111001110111011000100
Octal234356304

Shades and tints

Shades of #9CEEC4

#9CEEC4
(156,238,196)
#8ED9B3
(142,217,179)
#80C4A2
(128,196,162)
#72AF91
(114,175,145)
#649A80
(100,154,128)
#56856F
(86,133,111)
#48705E
(72,112,94)
#3A5B4D
(58,91,77)
#2C463C
(44,70,60)
#1E312B
(30,49,43)
#101C1A
(16,28,26)
#000000
(0,0,0)

Tints of #9CEEC4

#9CEEC4
(156,238,196)
#A5EFC9
(165,239,201)
#AEF0CE
(174,240,206)
#B7F1D3
(183,241,211)
#C0F2D8
(192,242,216)
#C9F3DD
(201,243,221)
#D2F4E2
(210,244,226)
#DBF5E7
(219,245,231)
#E4F6EC
(228,246,236)
#EDF7F1
(237,247,241)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEEC4 color. Also use rgb(156,238,196) instead hex code.

Text Font Color

.myTextColor { color: #9CEEC4; }

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

This text font color is #9CEEC4.


Background Color

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

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

This div background color is #9CEEC4.


Border color

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

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

This div border color is #9CEEC4.


Opacity

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

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

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

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

This text has shadow with #9CEEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEEC4 on black background.


Color preview on white background

This text has color #9CEEC4 on white background.



Black color preview on #9CEEC4 background

This text has black color on #9CEEC4 background.


White color preview on #9CEEC4 background

This text has white color on #9CEEC4 background.