COLOR #9CB3EE

HEX: #9CB3EE RGB: (156,179,238)

Color info

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

RGB color model

#9CB3EE color RGB value is (156,179,238).

RGB: (156,179,238) (61%, 70%, 93%)

RGB channels and saturation

R 156 of 255 = 61%
G 179 of 255 = 70%
B 238 of 255 = 93%

156
179
238

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

Portions of RGB colors in percentages

R + G + B = 156 + 179 + 238 = 573 (100%)
R 156 of 573 ~ 27.23%
G 179 of 573 ~ 31.24%
B 238 of 573 ~ 41.54'%

%27.23
%31.24
%41.54

CMYK color model

#9CB3EE color CMYK value is (34,25,0,7).

  • cyan value is 34.45%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (34,25,0,7) C34M25Y0K7 (34%,25%,0%,7%) (0.34/0.25/0.00/0.07) 

CMYK percentages

%34.45
%24.79
%0
%6.67

Codes

Color #9CB3EE in popluar color models

9C B3 EE
RGB 156 179 238
HSL 223° 70.69% 77.25%
HSB/HSV 223° 34.45% 93.33%
CMYK 34.45% 24.79% 0.00%
6.67%

Color #9CB3EE in popluar number systems.

HEX 9C B3 EE
Decimal 156 179 238
Binary 10011100 10110011 11101110
Octal 234 263 356

Shades and tints

Shades of #9CB3EE

#9CB3EE
(156,179,238)
#8EA3D9
(142,163,217)
#8093C4
(128,147,196)
#7283AF
(114,131,175)
#64739A
(100,115,154)
#566385
(86,99,133)
#485370
(72,83,112)
#3A435B
(58,67,91)
#2C3346
(44,51,70)
#1E2331
(30,35,49)
#10131C
(16,19,28)
#000000
(0,0,0)

Tints of #9CB3EE

#9CB3EE
(156,179,238)
#A5B9EF
(165,185,239)
#AEBFF0
(174,191,240)
#B7C5F1
(183,197,241)
#C0CBF2
(192,203,242)
#C9D1F3
(201,209,243)
#D2D7F4
(210,215,244)
#DBDDF5
(219,221,245)
#E4E3F6
(228,227,246)
#EDE9F7
(237,233,247)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB3EE color. Also use rgb(156,179,238) instead hex code.

Text Font Color

.myTextColor { color: #9CB3EE; }

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

This text font color is #9CB3EE.

Background Color

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

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

This div background color is #9CB3EE.

Border color

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

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

This div border color is #9CB3EE.

Opacity

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

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

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

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

This text has shadow with #9CB3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB3EE.

Preview

Color preview on black background

This text has color #9CB3EE on black background.


Color preview on white background

This text has color #9CB3EE on white background.


Black color preview on #9CB3EE background

This text has black color on #9CB3EE background.


White color preview on #9CB3EE background

This text has white color on #9CB3EE background.


Related colors

Complementary color

Complementary color for #hex is #634C11.


I love getcolorcode.com

Triadic colors

1 #EE9CB3 and #B3EE9C with #9CB3EE are triadic colors.

2 #EEB39C and #B39CEE with #9CB3EE are triadic colors.