COLOR #9CCED1

HEX: #9CCED1
RGB: (156,206,209)

Color info

#9CCED1 contains red, green and blue colors in about the same proportion. Web safe color of #9CCED1 is #99CCCC (or #9CC).

RGB color model

#9CCED1 color RGB value is (156,206,209).

  • red value is 156;
  • green value is 206;
  • blue value is 209.
RGB:
(156,206,209)
(61%,81%,82%)

RGB channels and saturation

R 156 of 255 = 61%
G 206 of 255 = 81%
B 209 of 255 = 82%

156
206
209

R + G + B ~ 75%. #9CCED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 206 + 209 = 571 (100%)
R 156 of 571 ~ 27.32%
G 206 of 571 ~ 36.08%
B 209 of 571 ~ 36.6%

%27.32
%36.08
%36.6

CMYK color model

#9CCED1 color CMYK value is (25,1,0,18).

  • cyan value is 25.36%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(25,1,0,18)
C25M1Y0K18 
(25%,1%,0%,18%)
(0.25/0.01/0.00/0.18)	

CMYK percentages

%25.36
%1.44
%0
%18.04

Codes

Color #9CCED1 in popluar color models

9CCED1
RGB156206209
HSL183°36.55%71.57%
HSB/HSV183°25.36%81.96%
CMYK25.36%1.44%0.00%
18.04%

Color #9CCED1 in popluar number systems.

HEX9CCED1
Decimal156206209
Binary100111001100111011010001
Octal234316321

Shades and tints

Shades of #9CCED1

#9CCED1
(156,206,209)
#8EBCBE
(142,188,190)
#80AAAB
(128,170,171)
#729898
(114,152,152)
#648685
(100,134,133)
#567472
(86,116,114)
#48625F
(72,98,95)
#3A504C
(58,80,76)
#2C3E39
(44,62,57)
#1E2C26
(30,44,38)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #9CCED1

#9CCED1
(156,206,209)
#A5D2D5
(165,210,213)
#AED6D9
(174,214,217)
#B7DADD
(183,218,221)
#C0DEE1
(192,222,225)
#C9E2E5
(201,226,229)
#D2E6E9
(210,230,233)
#DBEAED
(219,234,237)
#E4EEF1
(228,238,241)
#EDF2F5
(237,242,245)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCED1 color. Also use rgb(156,206,209) instead hex code.

Text Font Color

.myTextColor { color: #9CCED1; }

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

This text font color is #9CCED1.


Background Color

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

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

This div background color is #9CCED1.


Border color

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

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

This div border color is #9CCED1.


Opacity

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

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

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

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

This text has shadow with #9CCED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCED1 on black background.


Color preview on white background

This text has color #9CCED1 on white background.



Black color preview on #9CCED1 background

This text has black color on #9CCED1 background.


White color preview on #9CCED1 background

This text has white color on #9CCED1 background.