COLOR #9CB4ED

HEX: #9CB4ED RGB: (156,180,237)

Color info

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

RGB color model

#9CB4ED color RGB value is (156,180,237).

RGB: (156,180,237) (61%, 71%, 93%)

RGB channels and saturation

R 156 of 255 = 61%
G 180 of 255 = 71%
B 237 of 255 = 93%

156
180
237

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

Portions of RGB colors in percentages

R + G + B = 156 + 180 + 237 = 573 (100%)
R 156 of 573 ~ 27.23%
G 180 of 573 ~ 31.41%
B 237 of 573 ~ 41.36'%

%27.23
%31.41
%41.36

CMYK color model

#9CB4ED color CMYK value is (34,24,0,7).

  • cyan value is 34.18%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (34,24,0,7)
C34M24Y0K7 (34%, 24%, 0%, 7%)
(0.34 / 0.24 / 0.00 / 0.07)

CMYK percentages

%34.18
%24.05
%0
%7.06

Codes

Color #9CB4ED in popluar color models

9C B4 ED
RGB 156 180 237
HSL 222° 69.23% 77.06%
HSB/HSV 222° 34.18% 92.94%
CMYK 34.18% 24.05% 0.00%
7.06%

Color #9CB4ED in popluar number systems.

HEX 9C B4 ED
Decimal 156 180 237
Binary 10011100 10110100 11101101
Octal 234 264 355

Shades and tints

Shades of #9CB4ED

#9CB4ED
(156,180,237)
#8EA4D8
(142,164,216)
#8094C3
(128,148,195)
#7284AE
(114,132,174)
#647499
(100,116,153)
#566484
(86,100,132)
#48546F
(72,84,111)
#3A445A
(58,68,90)
#2C3445
(44,52,69)
#1E2430
(30,36,48)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #9CB4ED

#9CB4ED
(156,180,237)
#A5BAEE
(165,186,238)
#AEC0EF
(174,192,239)
#B7C6F0
(183,198,240)
#C0CCF1
(192,204,241)
#C9D2F2
(201,210,242)
#D2D8F3
(210,216,243)
#DBDEF4
(219,222,244)
#E4E4F5
(228,228,245)
#EDEAF6
(237,234,246)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB4ED color. Also use rgb(156,180,237) instead hex code.

Text Font Color

.myTextColor { color: #9CB4ED; }

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

This text font color is #9CB4ED.

Background Color

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

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

This div background color is #9CB4ED.

Border color

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

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

This div border color is #9CB4ED.

Opacity

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

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

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

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

This text has shadow with #9CB4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB4ED.

Preview

Color preview on black background

This text has color #9CB4ED on black background.


Color preview on white background

This text has color #9CB4ED on white background.


Black color preview on #9CB4ED background

This text has black color on #9CB4ED background.


White color preview on #9CB4ED background

This text has white color on #9CB4ED background.


Related colors

Complementary color

Complementary color for #hex is #634B12.


I love getcolorcode.com

Triadic colors

1 #ED9CB4 and #B4ED9C with #9CB4ED are triadic colors.

2 #EDB49C and #B49CED with #9CB4ED are triadic colors.