COLOR #9CECD5

HEX: #9CECD5
RGB: (156,236,213)

Color info

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

RGB color model

#9CECD5 color RGB value is (156,236,213).

  • red value is 156;
  • green value is 236;
  • blue value is 213.
RGB:
(156,236,213)
(61%,93%,84%)

RGB channels and saturation

R 156 of 255 = 61%
G 236 of 255 = 93%
B 213 of 255 = 84%

156
236
213

R + G + B ~ 79%. #9CECD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 236 + 213 = 605 (100%)
R 156 of 605 ~ 25.79%
G 236 of 605 ~ 39.01%
B 213 of 605 ~ 35.21%

%25.79
%39.01
%35.21

CMYK color model

#9CECD5 color CMYK value is (34,0,10,7).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(34,0,10,7)
C34M0Y10K7 
(34%,0%,10%,7%)
(0.34/0.00/0.10/0.07)	

CMYK percentages

%33.9
%0
%9.75
%7.45

Codes

Color #9CECD5 in popluar color models

9CECD5
RGB156236213
HSL163°67.80%76.86%
HSB/HSV163°33.90%92.55%
CMYK33.90%0.00%9.75%
7.45%

Color #9CECD5 in popluar number systems.

HEX9CECD5
Decimal156236213
Binary100111001110110011010101
Octal234354325

Shades and tints

Shades of #9CECD5

#9CECD5
(156,236,213)
#8ED7C2
(142,215,194)
#80C2AF
(128,194,175)
#72AD9C
(114,173,156)
#649889
(100,152,137)
#568376
(86,131,118)
#486E63
(72,110,99)
#3A5950
(58,89,80)
#2C443D
(44,68,61)
#1E2F2A
(30,47,42)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #9CECD5

#9CECD5
(156,236,213)
#A5EDD8
(165,237,216)
#AEEEDB
(174,238,219)
#B7EFDE
(183,239,222)
#C0F0E1
(192,240,225)
#C9F1E4
(201,241,228)
#D2F2E7
(210,242,231)
#DBF3EA
(219,243,234)
#E4F4ED
(228,244,237)
#EDF5F0
(237,245,240)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CECD5 color. Also use rgb(156,236,213) instead hex code.

Text Font Color

.myTextColor { color: #9CECD5; }

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

This text font color is #9CECD5.


Background Color

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

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

This div background color is #9CECD5.


Border color

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

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

This div border color is #9CECD5.


Opacity

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

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

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

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

This text has shadow with #9CECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CECD5 on black background.


Color preview on white background

This text has color #9CECD5 on white background.



Black color preview on #9CECD5 background

This text has black color on #9CECD5 background.


White color preview on #9CECD5 background

This text has white color on #9CECD5 background.