COLOR #9CB0E5

HEX: #9CB0E5
RGB: (156,176,229)

Color info

#9CB0E5 contains mainly green and blue colors. Web safe color of #9CB0E5 is #9999CC (or #99C).

RGB color model

#9CB0E5 color RGB value is (156,176,229).

  • red value is 156;
  • green value is 176;
  • blue value is 229.
RGB:
(156,176,229)
(61%,69%,90%)

RGB channels and saturation

R 156 of 255 = 61%
G 176 of 255 = 69%
B 229 of 255 = 90%

156
176
229

R + G + B ~ 73%. #9CB0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 176 + 229 = 561 (100%)
R 156 of 561 ~ 27.81%
G 176 of 561 ~ 31.37%
B 229 of 561 ~ 40.82%

%27.81
%31.37
%40.82

CMYK color model

#9CB0E5 color CMYK value is (32,23,0,10).

  • cyan value is 31.88%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(32,23,0,10)
C32M23Y0K10 
(32%,23%,0%,10%)
(0.32/0.23/0.00/0.10)	

CMYK percentages

%31.88
%23.14
%0
%10.2

Codes

Color #9CB0E5 in popluar color models

9CB0E5
RGB156176229
HSL224°58.40%75.49%
HSB/HSV224°31.88%89.80%
CMYK31.88%23.14%0.00%
10.20%

Color #9CB0E5 in popluar number systems.

HEX9CB0E5
Decimal156176229
Binary100111001011000011100101
Octal234260345

Shades and tints

Shades of #9CB0E5

#9CB0E5
(156,176,229)
#8EA0D1
(142,160,209)
#8090BD
(128,144,189)
#7280A9
(114,128,169)
#647095
(100,112,149)
#566081
(86,96,129)
#48506D
(72,80,109)
#3A4059
(58,64,89)
#2C3045
(44,48,69)
#1E2031
(30,32,49)
#10101D
(16,16,29)
#000000
(0,0,0)

Tints of #9CB0E5

#9CB0E5
(156,176,229)
#A5B7E7
(165,183,231)
#AEBEE9
(174,190,233)
#B7C5EB
(183,197,235)
#C0CCED
(192,204,237)
#C9D3EF
(201,211,239)
#D2DAF1
(210,218,241)
#DBE1F3
(219,225,243)
#E4E8F5
(228,232,245)
#EDEFF7
(237,239,247)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB0E5 color. Also use rgb(156,176,229) instead hex code.

Text Font Color

.myTextColor { color: #9CB0E5; }

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

This text font color is #9CB0E5.


Background Color

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

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

This div background color is #9CB0E5.


Border color

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

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

This div border color is #9CB0E5.


Opacity

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

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

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

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

This text has shadow with #9CB0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB0E5 on black background.


Color preview on white background

This text has color #9CB0E5 on white background.



Black color preview on #9CB0E5 background

This text has black color on #9CB0E5 background.


White color preview on #9CB0E5 background

This text has white color on #9CB0E5 background.