COLOR #9CB7DE

HEX: #9CB7DE RGB: (156,183,222)

Color info

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

RGB color model

#9CB7DE color RGB value is (156,183,222).

RGB: (156,183,222) (61%, 72%, 87%)

RGB channels and saturation

R 156 of 255 = 61%
G 183 of 255 = 72%
B 222 of 255 = 87%

156
183
222

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

Portions of RGB colors in percentages

R + G + B = 156 + 183 + 222 = 561 (100%)
R 156 of 561 ~ 27.81%
G 183 of 561 ~ 32.62%
B 222 of 561 ~ 39.57'%

%27.81
%32.62
%39.57

CMYK color model

#9CB7DE color CMYK value is (30,18,0,13).

  • cyan value is 29.73%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (30,18,0,13)
C30M18Y0K13 (30%, 18%, 0%, 13%)
(0.30 / 0.18 / 0.00 / 0.13)

CMYK percentages

%29.73
%17.57
%0
%12.94

Codes

Color #9CB7DE in popluar color models

9C B7 DE
RGB 156 183 222
HSL 215° 50.00% 74.12%
HSB/HSV 215° 29.73% 87.06%
CMYK 29.73% 17.57% 0.00%
12.94%

Color #9CB7DE in popluar number systems.

HEX 9C B7 DE
Decimal 156 183 222
Binary 10011100 10110111 11011110
Octal 234 267 336

Shades and tints

Shades of #9CB7DE

#9CB7DE
(156,183,222)
#8EA7CA
(142,167,202)
#8097B6
(128,151,182)
#7287A2
(114,135,162)
#64778E
(100,119,142)
#56677A
(86,103,122)
#485766
(72,87,102)
#3A4752
(58,71,82)
#2C373E
(44,55,62)
#1E272A
(30,39,42)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #9CB7DE

#9CB7DE
(156,183,222)
#A5BDE1
(165,189,225)
#AEC3E4
(174,195,228)
#B7C9E7
(183,201,231)
#C0CFEA
(192,207,234)
#C9D5ED
(201,213,237)
#D2DBF0
(210,219,240)
#DBE1F3
(219,225,243)
#E4E7F6
(228,231,246)
#EDEDF9
(237,237,249)
#F6F3FC
(246,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB7DE color. Also use rgb(156,183,222) instead hex code.

Text Font Color

.myTextColor { color: #9CB7DE; }

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

This text font color is #9CB7DE.

Background Color

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

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

This div background color is #9CB7DE.

Border color

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

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

This div border color is #9CB7DE.

Opacity

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

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

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

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

This text has shadow with #9CB7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB7DE.

Preview

Color preview on black background

This text has color #9CB7DE on black background.


Color preview on white background

This text has color #9CB7DE on white background.


Black color preview on #9CB7DE background

This text has black color on #9CB7DE background.


White color preview on #9CB7DE background

This text has white color on #9CB7DE background.


Related colors

Complementary color

Complementary color for #hex is #634821.


I love getcolorcode.com

Triadic colors

1 #DE9CB7 and #B7DE9C with #9CB7DE are triadic colors.

2 #DEB79C and #B79CDE with #9CB7DE are triadic colors.