COLOR #9CC4D4

HEX: #9CC4D4
RGB: (156,196,212)

Color info

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

RGB color model

#9CC4D4 color RGB value is (156,196,212).

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

RGB channels and saturation

R 156 of 255 = 61%
G 196 of 255 = 77%
B 212 of 255 = 83%

156
196
212

R + G + B ~ 74%. #9CC4D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 196 + 212 = 564 (100%)
R 156 of 564 ~ 27.66%
G 196 of 564 ~ 34.75%
B 212 of 564 ~ 37.59%

%27.66
%34.75
%37.59

CMYK color model

#9CC4D4 color CMYK value is (26,8,0,17).

  • cyan value is 26.42%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(26,8,0,17)
C26M8Y0K17 
(26%,8%,0%,17%)
(0.26/0.08/0.00/0.17)	

CMYK percentages

%26.42
%7.55
%0
%16.86

Codes

Color #9CC4D4 in popluar color models

9CC4D4
RGB156196212
HSL197°39.44%72.16%
HSB/HSV197°26.42%83.14%
CMYK26.42%7.55%0.00%
16.86%

Color #9CC4D4 in popluar number systems.

HEX9CC4D4
Decimal156196212
Binary100111001100010011010100
Octal234304324

Shades and tints

Shades of #9CC4D4

#9CC4D4
(156,196,212)
#8EB3C1
(142,179,193)
#80A2AE
(128,162,174)
#72919B
(114,145,155)
#648088
(100,128,136)
#566F75
(86,111,117)
#485E62
(72,94,98)
#3A4D4F
(58,77,79)
#2C3C3C
(44,60,60)
#1E2B29
(30,43,41)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #9CC4D4

#9CC4D4
(156,196,212)
#A5C9D7
(165,201,215)
#AECEDA
(174,206,218)
#B7D3DD
(183,211,221)
#C0D8E0
(192,216,224)
#C9DDE3
(201,221,227)
#D2E2E6
(210,226,230)
#DBE7E9
(219,231,233)
#E4ECEC
(228,236,236)
#EDF1EF
(237,241,239)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC4D4; }

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

This text font color is #9CC4D4.


Background Color

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

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

This div background color is #9CC4D4.


Border color

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

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

This div border color is #9CC4D4.


Opacity

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

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

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

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

This text has shadow with #9CC4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC4D4 on black background.


Color preview on white background

This text has color #9CC4D4 on white background.



Black color preview on #9CC4D4 background

This text has black color on #9CC4D4 background.


White color preview on #9CC4D4 background

This text has white color on #9CC4D4 background.