COLOR #9CBDD3

HEX: #9CBDD3 RGB: (156,189,211)

Color info

#9CBDD3 contains red, green and blue colors in about the same proportion. Web safe color of #9CBDD3 is #99CCCC (or #9CC).

RGB color model

#9CBDD3 color RGB value is (156,189,211).

RGB: (156,189,211) (61%, 74%, 83%)

RGB channels and saturation

R 156 of 255 = 61%
G 189 of 255 = 74%
B 211 of 255 = 83%

156
189
211

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

Portions of RGB colors in percentages

R + G + B = 156 + 189 + 211 = 556 (100%)
R 156 of 556 ~ 28.06%
G 189 of 556 ~ 33.99%
B 211 of 556 ~ 37.95'%

%28.06
%33.99
%37.95

CMYK color model

#9CBDD3 color CMYK value is (26,10,0,17).

  • cyan value is 26.07%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (26,10,0,17)
C26M10Y0K17 (26%, 10%, 0%, 17%)
(0.26 / 0.10 / 0.00 / 0.17)

CMYK percentages

%26.07
%10.43
%0
%17.25

Codes

Color #9CBDD3 in popluar color models

9C BD D3
RGB 156 189 211
HSL 204° 38.46% 71.96%
HSB/HSV 204° 26.07% 82.75%
CMYK 26.07% 10.43% 0.00%
17.25%

Color #9CBDD3 in popluar number systems.

HEX 9C BD D3
Decimal 156 189 211
Binary 10011100 10111101 11010011
Octal 234 275 323

Shades and tints

Shades of #9CBDD3

#9CBDD3
(156,189,211)
#8EACC0
(142,172,192)
#809BAD
(128,155,173)
#728A9A
(114,138,154)
#647987
(100,121,135)
#566874
(86,104,116)
#485761
(72,87,97)
#3A464E
(58,70,78)
#2C353B
(44,53,59)
#1E2428
(30,36,40)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #9CBDD3

#9CBDD3
(156,189,211)
#A5C3D7
(165,195,215)
#AEC9DB
(174,201,219)
#B7CFDF
(183,207,223)
#C0D5E3
(192,213,227)
#C9DBE7
(201,219,231)
#D2E1EB
(210,225,235)
#DBE7EF
(219,231,239)
#E4EDF3
(228,237,243)
#EDF3F7
(237,243,247)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBDD3 color. Also use rgb(156,189,211) instead hex code.

Text Font Color

.myTextColor { color: #9CBDD3; }

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

This text font color is #9CBDD3.

Background Color

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

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

This div background color is #9CBDD3.

Border color

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

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

This div border color is #9CBDD3.

Opacity

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

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

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

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

This text has shadow with #9CBDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBDD3.

Preview

Color preview on black background

This text has color #9CBDD3 on black background.


Color preview on white background

This text has color #9CBDD3 on white background.


Black color preview on #9CBDD3 background

This text has black color on #9CBDD3 background.


White color preview on #9CBDD3 background

This text has white color on #9CBDD3 background.


Related colors

Complementary color

Complementary color for #hex is #63422C.


I love getcolorcode.com

Triadic colors

1 #D39CBD and #BDD39C with #9CBDD3 are triadic colors.

2 #D3BD9C and #BD9CD3 with #9CBDD3 are triadic colors.