COLOR #9CC0EB

HEX: #9CC0EB
RGB: (156,192,235)

Color info

#9CC0EB contains mainly green and blue colors. Web safe color of #9CC0EB is #99CCFF (or #9CF).

RGB color model

#9CC0EB color RGB value is (156,192,235).

  • red value is 156;
  • green value is 192;
  • blue value is 235.
RGB:
(156,192,235)
(61%,75%,92%)

RGB channels and saturation

R 156 of 255 = 61%
G 192 of 255 = 75%
B 235 of 255 = 92%

156
192
235

R + G + B ~ 76%. #9CC0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 192 + 235 = 583 (100%)
R 156 of 583 ~ 26.76%
G 192 of 583 ~ 32.93%
B 235 of 583 ~ 40.31%

%26.76
%32.93
%40.31

CMYK color model

#9CC0EB color CMYK value is (34,18,0,8).

  • cyan value is 33.62%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(34,18,0,8)
C34M18Y0K8 
(34%,18%,0%,8%)
(0.34/0.18/0.00/0.08)	

CMYK percentages

%33.62
%18.3
%0
%7.84

Codes

Color #9CC0EB in popluar color models

9CC0EB
RGB156192235
HSL213°66.39%76.67%
HSB/HSV213°33.62%92.16%
CMYK33.62%18.30%0.00%
7.84%

Color #9CC0EB in popluar number systems.

HEX9CC0EB
Decimal156192235
Binary100111001100000011101011
Octal234300353

Shades and tints

Shades of #9CC0EB

#9CC0EB
(156,192,235)
#8EAFD6
(142,175,214)
#809EC1
(128,158,193)
#728DAC
(114,141,172)
#647C97
(100,124,151)
#566B82
(86,107,130)
#485A6D
(72,90,109)
#3A4958
(58,73,88)
#2C3843
(44,56,67)
#1E272E
(30,39,46)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #9CC0EB

#9CC0EB
(156,192,235)
#A5C5EC
(165,197,236)
#AECAED
(174,202,237)
#B7CFEE
(183,207,238)
#C0D4EF
(192,212,239)
#C9D9F0
(201,217,240)
#D2DEF1
(210,222,241)
#DBE3F2
(219,227,242)
#E4E8F3
(228,232,243)
#EDEDF4
(237,237,244)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC0EB color. Also use rgb(156,192,235) instead hex code.

Text Font Color

.myTextColor { color: #9CC0EB; }

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

This text font color is #9CC0EB.


Background Color

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

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

This div background color is #9CC0EB.


Border color

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

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

This div border color is #9CC0EB.


Opacity

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

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

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

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

This text has shadow with #9CC0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC0EB on black background.


Color preview on white background

This text has color #9CC0EB on white background.



Black color preview on #9CC0EB background

This text has black color on #9CC0EB background.


White color preview on #9CC0EB background

This text has white color on #9CC0EB background.