COLOR #9CCEE2

HEX: #9CCEE2
RGB: (156,206,226)

Color info

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

RGB color model

#9CCEE2 color RGB value is (156,206,226).

  • red value is 156;
  • green value is 206;
  • blue value is 226.
RGB:
(156,206,226)
(61%,81%,89%)

RGB channels and saturation

R 156 of 255 = 61%
G 206 of 255 = 81%
B 226 of 255 = 89%

156
206
226

R + G + B ~ 77%. #9CCEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 206 + 226 = 588 (100%)
R 156 of 588 ~ 26.53%
G 206 of 588 ~ 35.03%
B 226 of 588 ~ 38.44%

%26.53
%35.03
%38.44

CMYK color model

#9CCEE2 color CMYK value is (31,9,0,11).

  • cyan value is 30.97%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(31,9,0,11)
C31M9Y0K11 
(31%,9%,0%,11%)
(0.31/0.09/0.00/0.11)	

CMYK percentages

%30.97
%8.85
%0
%11.37

Codes

Color #9CCEE2 in popluar color models

9CCEE2
RGB156206226
HSL197°54.69%74.90%
HSB/HSV197°30.97%88.63%
CMYK30.97%8.85%0.00%
11.37%

Color #9CCEE2 in popluar number systems.

HEX9CCEE2
Decimal156206226
Binary100111001100111011100010
Octal234316342

Shades and tints

Shades of #9CCEE2

#9CCEE2
(156,206,226)
#8EBCCE
(142,188,206)
#80AABA
(128,170,186)
#7298A6
(114,152,166)
#648692
(100,134,146)
#56747E
(86,116,126)
#48626A
(72,98,106)
#3A5056
(58,80,86)
#2C3E42
(44,62,66)
#1E2C2E
(30,44,46)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #9CCEE2

#9CCEE2
(156,206,226)
#A5D2E4
(165,210,228)
#AED6E6
(174,214,230)
#B7DAE8
(183,218,232)
#C0DEEA
(192,222,234)
#C9E2EC
(201,226,236)
#D2E6EE
(210,230,238)
#DBEAF0
(219,234,240)
#E4EEF2
(228,238,242)
#EDF2F4
(237,242,244)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCEE2 color. Also use rgb(156,206,226) instead hex code.

Text Font Color

.myTextColor { color: #9CCEE2; }

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

This text font color is #9CCEE2.


Background Color

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

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

This div background color is #9CCEE2.


Border color

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

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

This div border color is #9CCEE2.


Opacity

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

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

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

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

This text has shadow with #9CCEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCEE2 on black background.


Color preview on white background

This text has color #9CCEE2 on white background.



Black color preview on #9CCEE2 background

This text has black color on #9CCEE2 background.


White color preview on #9CCEE2 background

This text has white color on #9CCEE2 background.