COLOR #9CB2EB

HEX: #9CB2EB
RGB: (156,178,235)

Color info

#9CB2EB contains mainly green and blue colors. Web safe color of #9CB2EB is #9999FF (or #99F).

RGB color model

#9CB2EB color RGB value is (156,178,235).

  • red value is 156;
  • green value is 178;
  • blue value is 235.
RGB:
(156,178,235)
(61%,70%,92%)

RGB channels and saturation

R 156 of 255 = 61%
G 178 of 255 = 70%
B 235 of 255 = 92%

156
178
235

R + G + B ~ 74%. #9CB2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 178 + 235 = 569 (100%)
R 156 of 569 ~ 27.42%
G 178 of 569 ~ 31.28%
B 235 of 569 ~ 41.3%

%27.42
%31.28
%41.3

CMYK color model

#9CB2EB color CMYK value is (34,24,0,8).

  • cyan value is 33.62%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(34,24,0,8)
C34M24Y0K8 
(34%,24%,0%,8%)
(0.34/0.24/0.00/0.08)	

CMYK percentages

%33.62
%24.26
%0
%7.84

Codes

Color #9CB2EB in popluar color models

9CB2EB
RGB156178235
HSL223°66.39%76.67%
HSB/HSV223°33.62%92.16%
CMYK33.62%24.26%0.00%
7.84%

Color #9CB2EB in popluar number systems.

HEX9CB2EB
Decimal156178235
Binary100111001011001011101011
Octal234262353

Shades and tints

Shades of #9CB2EB

#9CB2EB
(156,178,235)
#8EA2D6
(142,162,214)
#8092C1
(128,146,193)
#7282AC
(114,130,172)
#647297
(100,114,151)
#566282
(86,98,130)
#48526D
(72,82,109)
#3A4258
(58,66,88)
#2C3243
(44,50,67)
#1E222E
(30,34,46)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #9CB2EB

#9CB2EB
(156,178,235)
#A5B9EC
(165,185,236)
#AEC0ED
(174,192,237)
#B7C7EE
(183,199,238)
#C0CEEF
(192,206,239)
#C9D5F0
(201,213,240)
#D2DCF1
(210,220,241)
#DBE3F2
(219,227,242)
#E4EAF3
(228,234,243)
#EDF1F4
(237,241,244)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB2EB color. Also use rgb(156,178,235) instead hex code.

Text Font Color

.myTextColor { color: #9CB2EB; }

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

This text font color is #9CB2EB.


Background Color

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

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

This div background color is #9CB2EB.


Border color

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

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

This div border color is #9CB2EB.


Opacity

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

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

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

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

This text has shadow with #9CB2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB2EB on black background.


Color preview on white background

This text has color #9CB2EB on white background.



Black color preview on #9CB2EB background

This text has black color on #9CB2EB background.


White color preview on #9CB2EB background

This text has white color on #9CB2EB background.