COLOR #9CDCCA

HEX: #9CDCCA
RGB: (156,220,202)

Color info

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

RGB color model

#9CDCCA color RGB value is (156,220,202).

  • red value is 156;
  • green value is 220;
  • blue value is 202.
RGB:
(156,220,202)
(61%,86%,79%)

RGB channels and saturation

R 156 of 255 = 61%
G 220 of 255 = 86%
B 202 of 255 = 79%

156
220
202

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

Portions of RGB colors in percentages

R + G + B =
156 + 220 + 202 = 578 (100%)
R 156 of 578 ~ 26.99%
G 220 of 578 ~ 38.06%
B 202 of 578 ~ 34.95%

%26.99
%38.06
%34.95

CMYK color model

#9CDCCA color CMYK value is (29,0,8,14).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(29,0,8,14)
C29M0Y8K14 
(29%,0%,8%,14%)
(0.29/0.00/0.08/0.14)	

CMYK percentages

%29.09
%0
%8.18
%13.73

Codes

Color #9CDCCA in popluar color models

9CDCCA
RGB156220202
HSL163°47.76%73.73%
HSB/HSV163°29.09%86.27%
CMYK29.09%0.00%8.18%
13.73%

Color #9CDCCA in popluar number systems.

HEX9CDCCA
Decimal156220202
Binary100111001101110011001010
Octal234334312

Shades and tints

Shades of #9CDCCA

#9CDCCA
(156,220,202)
#8EC8B8
(142,200,184)
#80B4A6
(128,180,166)
#72A094
(114,160,148)
#648C82
(100,140,130)
#567870
(86,120,112)
#48645E
(72,100,94)
#3A504C
(58,80,76)
#2C3C3A
(44,60,58)
#1E2828
(30,40,40)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #9CDCCA

#9CDCCA
(156,220,202)
#A5DFCE
(165,223,206)
#AEE2D2
(174,226,210)
#B7E5D6
(183,229,214)
#C0E8DA
(192,232,218)
#C9EBDE
(201,235,222)
#D2EEE2
(210,238,226)
#DBF1E6
(219,241,230)
#E4F4EA
(228,244,234)
#EDF7EE
(237,247,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDCCA color. Also use rgb(156,220,202) instead hex code.

Text Font Color

.myTextColor { color: #9CDCCA; }

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

This text font color is #9CDCCA.


Background Color

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

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

This div background color is #9CDCCA.


Border color

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

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

This div border color is #9CDCCA.


Opacity

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

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

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

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

This text has shadow with #9CDCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDCCA on black background.


Color preview on white background

This text has color #9CDCCA on white background.



Black color preview on #9CDCCA background

This text has black color on #9CDCCA background.


White color preview on #9CDCCA background

This text has white color on #9CDCCA background.