COLOR #9CB9DD

HEX: #9CB9DD RGB: (156,185,221)

Color info

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

RGB color model

#9CB9DD color RGB value is (156,185,221).

RGB: (156,185,221) (61%, 73%, 87%)

RGB channels and saturation

R 156 of 255 = 61%
G 185 of 255 = 73%
B 221 of 255 = 87%

156
185
221

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

Portions of RGB colors in percentages

R + G + B = 156 + 185 + 221 = 562 (100%)
R 156 of 562 ~ 27.76%
G 185 of 562 ~ 32.92%
B 221 of 562 ~ 39.32'%

%27.76
%32.92
%39.32

CMYK color model

#9CB9DD color CMYK value is (29,16,0,13).

  • cyan value is 29.41%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (29,16,0,13) C29M16Y0K13 (29%,16%,0%,13%) (0.29/0.16/0.00/0.13) 

CMYK percentages

%29.41
%16.29
%0
%13.33

Codes

Color #9CB9DD in popluar color models

9C B9 DD
RGB 156 185 221
HSL 213° 48.87% 73.92%
HSB/HSV 213° 29.41% 86.67%
CMYK 29.41% 16.29% 0.00%
13.33%

Color #9CB9DD in popluar number systems.

HEX 9C B9 DD
Decimal 156 185 221
Binary 10011100 10111001 11011101
Octal 234 271 335

Shades and tints

Shades of #9CB9DD

#9CB9DD
(156,185,221)
#8EA9C9
(142,169,201)
#8099B5
(128,153,181)
#7289A1
(114,137,161)
#64798D
(100,121,141)
#566979
(86,105,121)
#485965
(72,89,101)
#3A4951
(58,73,81)
#2C393D
(44,57,61)
#1E2929
(30,41,41)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #9CB9DD

#9CB9DD
(156,185,221)
#A5BFE0
(165,191,224)
#AEC5E3
(174,197,227)
#B7CBE6
(183,203,230)
#C0D1E9
(192,209,233)
#C9D7EC
(201,215,236)
#D2DDEF
(210,221,239)
#DBE3F2
(219,227,242)
#E4E9F5
(228,233,245)
#EDEFF8
(237,239,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB9DD color. Also use rgb(156,185,221) instead hex code.

Text Font Color

.myTextColor { color: #9CB9DD; }

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

This text font color is #9CB9DD.

Background Color

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

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

This div background color is #9CB9DD.

Border color

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

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

This div border color is #9CB9DD.

Opacity

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

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

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

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

This text has shadow with #9CB9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB9DD.

Preview

Color preview on black background

This text has color #9CB9DD on black background.


Color preview on white background

This text has color #9CB9DD on white background.


Black color preview on #9CB9DD background

This text has black color on #9CB9DD background.


White color preview on #9CB9DD background

This text has white color on #9CB9DD background.


Related colors

Complementary color

Complementary color for #hex is #634622.


I love getcolorcode.com

Triadic colors

1 #DD9CB9 and #B9DD9C with #9CB9DD are triadic colors.

2 #DDB99C and #B99CDD with #9CB9DD are triadic colors.