COLOR #9CCBEC

HEX: #9CCBEC RGB: (156,203,236)

Color info

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

RGB color model

#9CCBEC color RGB value is (156,203,236).

RGB: (156,203,236) (61%, 80%, 93%)

RGB channels and saturation

R 156 of 255 = 61%
G 203 of 255 = 80%
B 236 of 255 = 93%

156
203
236

R + G + B ~ 78%. #9CCBEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 203 + 236 = 595 (100%)
R 156 of 595 ~ 26.22%
G 203 of 595 ~ 34.12%
B 236 of 595 ~ 39.66'%

%26.22
%34.12
%39.66

CMYK color model

#9CCBEC color CMYK value is (34,14,0,7).

  • cyan value is 33.90%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (34,14,0,7)
C34M14Y0K7 (34%, 14%, 0%, 7%)
(0.34 / 0.14 / 0.00 / 0.07)

CMYK percentages

%33.9
%13.98
%0
%7.45

Codes

Color #9CCBEC in popluar color models

9C CB EC
RGB 156 203 236
HSL 205° 67.80% 76.86%
HSB/HSV 205° 33.90% 92.55%
CMYK 33.90% 13.98% 0.00%
7.45%

Color #9CCBEC in popluar number systems.

HEX 9C CB EC
Decimal 156 203 236
Binary 10011100 11001011 11101100
Octal 234 313 354

Shades and tints

Shades of #9CCBEC

#9CCBEC
(156,203,236)
#8EB9D7
(142,185,215)
#80A7C2
(128,167,194)
#7295AD
(114,149,173)
#648398
(100,131,152)
#567183
(86,113,131)
#485F6E
(72,95,110)
#3A4D59
(58,77,89)
#2C3B44
(44,59,68)
#1E292F
(30,41,47)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #9CCBEC

#9CCBEC
(156,203,236)
#A5CFED
(165,207,237)
#AED3EE
(174,211,238)
#B7D7EF
(183,215,239)
#C0DBF0
(192,219,240)
#C9DFF1
(201,223,241)
#D2E3F2
(210,227,242)
#DBE7F3
(219,231,243)
#E4EBF4
(228,235,244)
#EDEFF5
(237,239,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCBEC; }

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

This text font color is #9CCBEC.

Background Color

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

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

This div background color is #9CCBEC.

Border color

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

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

This div border color is #9CCBEC.

Opacity

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

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

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

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

This text has shadow with #9CCBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCBEC.

Preview

Color preview on black background

This text has color #9CCBEC on black background.


Color preview on white background

This text has color #9CCBEC on white background.


Black color preview on #9CCBEC background

This text has black color on #9CCBEC background.


White color preview on #9CCBEC background

This text has white color on #9CCBEC background.


Related colors

Complementary color

Complementary color for #hex is #633413.


I love getcolorcode.com

Triadic colors

1 #EC9CCB and #CBEC9C with #9CCBEC are triadic colors.

2 #ECCB9C and #CB9CEC with #9CCBEC are triadic colors.