COLOR #9CC1DB

HEX: #9CC1DB
RGB: (156,193,219)

Color info

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

RGB color model

#9CC1DB color RGB value is (156,193,219).

  • red value is 156;
  • green value is 193;
  • blue value is 219.
RGB:
(156,193,219)
(61%,76%,86%)

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 219 of 255 = 86%

156
193
219

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

Portions of RGB colors in percentages

R + G + B =
156 + 193 + 219 = 568 (100%)
R 156 of 568 ~ 27.46%
G 193 of 568 ~ 33.98%
B 219 of 568 ~ 38.56%

%27.46
%33.98
%38.56

CMYK color model

#9CC1DB color CMYK value is (29,12,0,14).

  • cyan value is 28.77%
  • magenta value is 11.87%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(29,12,0,14)
C29M12Y0K14 
(29%,12%,0%,14%)
(0.29/0.12/0.00/0.14)	

CMYK percentages

%28.77
%11.87
%0
%14.12

Codes

Color #9CC1DB in popluar color models

9CC1DB
RGB156193219
HSL205°46.67%73.53%
HSB/HSV205°28.77%85.88%
CMYK28.77%11.87%0.00%
14.12%

Color #9CC1DB in popluar number systems.

HEX9CC1DB
Decimal156193219
Binary100111001100000111011011
Octal234301333

Shades and tints

Shades of #9CC1DB

#9CC1DB
(156,193,219)
#8EB0C8
(142,176,200)
#809FB5
(128,159,181)
#728EA2
(114,142,162)
#647D8F
(100,125,143)
#566C7C
(86,108,124)
#485B69
(72,91,105)
#3A4A56
(58,74,86)
#2C3943
(44,57,67)
#1E2830
(30,40,48)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #9CC1DB

#9CC1DB
(156,193,219)
#A5C6DE
(165,198,222)
#AECBE1
(174,203,225)
#B7D0E4
(183,208,228)
#C0D5E7
(192,213,231)
#C9DAEA
(201,218,234)
#D2DFED
(210,223,237)
#DBE4F0
(219,228,240)
#E4E9F3
(228,233,243)
#EDEEF6
(237,238,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC1DB color. Also use rgb(156,193,219) instead hex code.

Text Font Color

.myTextColor { color: #9CC1DB; }

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

This text font color is #9CC1DB.


Background Color

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

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

This div background color is #9CC1DB.


Border color

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

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

This div border color is #9CC1DB.


Opacity

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

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

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

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

This text has shadow with #9CC1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC1DB on black background.


Color preview on white background

This text has color #9CC1DB on white background.



Black color preview on #9CC1DB background

This text has black color on #9CC1DB background.


White color preview on #9CC1DB background

This text has white color on #9CC1DB background.