COLOR #9CCBE0

HEX: #9CCBE0
RGB: (156,203,224)

Color info

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

RGB color model

#9CCBE0 color RGB value is (156,203,224).

  • red value is 156;
  • green value is 203;
  • blue value is 224.
RGB: (156,203,224) (61%,80%,88%)

RGB channels and saturation

R 156 of 255 = 61%
G 203 of 255 = 80%
B 224 of 255 = 88%

156
203
224

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

Portions of RGB colors in percentages

R + G + B =
156 + 203 + 224 = 583 (100%)
R 156 of 583 ~ 26.76%
G 203 of 583 ~ 34.82%
B 224 of 583 ~ 38.42%

%26.76
%34.82
%38.42

CMYK color model

#9CCBE0 color CMYK value is (30,9,0,12).

  • cyan value is 30.36%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (30,9,0,12) C30M9Y0K12 (30%,9%,0%,12%) (0.30/0.09/0.00/0.12)

CMYK percentages

%30.36
%9.38
%0
%12.16

Codes

Color #9CCBE0 in popluar color models

9CCBE0
RGB156203224
HSL199°52.31%74.51%
HSB/HSV199°30.36%87.84%
CMYK30.36%9.38%0.00%
12.16%

Color #9CCBE0 in popluar number systems.

HEX9CCBE0
Decimal156203224
Binary100111001100101111100000
Octal234313340

Shades and tints

Shades of #9CCBE0

#9CCBE0
(156,203,224)
#8EB9CC
(142,185,204)
#80A7B8
(128,167,184)
#7295A4
(114,149,164)
#648390
(100,131,144)
#56717C
(86,113,124)
#485F68
(72,95,104)
#3A4D54
(58,77,84)
#2C3B40
(44,59,64)
#1E292C
(30,41,44)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #9CCBE0

#9CCBE0
(156,203,224)
#A5CFE2
(165,207,226)
#AED3E4
(174,211,228)
#B7D7E6
(183,215,230)
#C0DBE8
(192,219,232)
#C9DFEA
(201,223,234)
#D2E3EC
(210,227,236)
#DBE7EE
(219,231,238)
#E4EBF0
(228,235,240)
#EDEFF2
(237,239,242)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCBE0 color. Also use rgb(156,203,224) instead hex code.

Text Font Color

.myTextColor { color: #9CCBE0; }

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

This text font color is #9CCBE0.


Background Color

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

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

This div background color is #9CCBE0.


Border color

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

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

This div border color is #9CCBE0.


Opacity

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

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

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

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

This text has shadow with #9CCBE0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9CCBE0 on black background.


Color preview on white background

This text has color #9CCBE0 on white background.



Black color preview on #9CCBE0 background

This text has black color on #9CCBE0 background.


White color preview on #9CCBE0 background

This text has white color on #9CCBE0 background.