COLOR #9CBEE0

HEX: #9CBEE0
RGB: (156,190,224)

Color info

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

RGB color model

#9CBEE0 color RGB value is (156,190,224).

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

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 224 of 255 = 88%

156
190
224

R + G + B ~ 75%. #9CBEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 190 + 224 = 570 (100%)
R 156 of 570 ~ 27.37%
G 190 of 570 ~ 33.33%
B 224 of 570 ~ 39.3%

%27.37
%33.33
%39.3

CMYK color model

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

  • cyan value is 30.36%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(30,15,0,12)
C30M15Y0K12 
(30%,15%,0%,12%)
(0.30/0.15/0.00/0.12)	

CMYK percentages

%30.36
%15.18
%0
%12.16

Codes

Color #9CBEE0 in popluar color models

9CBEE0
RGB156190224
HSL210°52.31%74.51%
HSB/HSV210°30.36%87.84%
CMYK30.36%15.18%0.00%
12.16%

Color #9CBEE0 in popluar number systems.

HEX9CBEE0
Decimal156190224
Binary100111001011111011100000
Octal234276340

Shades and tints

Shades of #9CBEE0

#9CBEE0
(156,190,224)
#8EADCC
(142,173,204)
#809CB8
(128,156,184)
#728BA4
(114,139,164)
#647A90
(100,122,144)
#56697C
(86,105,124)
#485868
(72,88,104)
#3A4754
(58,71,84)
#2C3640
(44,54,64)
#1E252C
(30,37,44)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #9CBEE0

#9CBEE0
(156,190,224)
#A5C3E2
(165,195,226)
#AEC8E4
(174,200,228)
#B7CDE6
(183,205,230)
#C0D2E8
(192,210,232)
#C9D7EA
(201,215,234)
#D2DCEC
(210,220,236)
#DBE1EE
(219,225,238)
#E4E6F0
(228,230,240)
#EDEBF2
(237,235,242)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBEE0; }

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

This text font color is #9CBEE0.


Background Color

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

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

This div background color is #9CBEE0.


Border color

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

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

This div border color is #9CBEE0.


Opacity

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

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

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

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

This text has shadow with #9CBEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBEE0 on black background.


Color preview on white background

This text has color #9CBEE0 on white background.



Black color preview on #9CBEE0 background

This text has black color on #9CBEE0 background.


White color preview on #9CBEE0 background

This text has white color on #9CBEE0 background.