COLOR #9CBBD3

HEX: #9CBBD3 RGB: (156,187,211)

Color info

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

RGB color model

#9CBBD3 color RGB value is (156,187,211).

RGB: (156,187,211) (61%, 73%, 83%)

RGB channels and saturation

R 156 of 255 = 61%
G 187 of 255 = 73%
B 211 of 255 = 83%

156
187
211

R + G + B ~ 72%. #9CBBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 187 + 211 = 554 (100%)
R 156 of 554 ~ 28.16%
G 187 of 554 ~ 33.75%
B 211 of 554 ~ 38.09'%

%28.16
%33.75
%38.09

CMYK color model

#9CBBD3 color CMYK value is (26,11,0,17).

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

CMYK: (26,11,0,17)
C26M11Y0K17 (26%, 11%, 0%, 17%)
(0.26 / 0.11 / 0.00 / 0.17)

CMYK percentages

%26.07
%11.37
%0
%17.25

Codes

Color #9CBBD3 in popluar color models

9C BB D3
RGB 156 187 211
HSL 206° 38.46% 71.96%
HSB/HSV 206° 26.07% 82.75%
CMYK 26.07% 11.37% 0.00%
17.25%

Color #9CBBD3 in popluar number systems.

HEX 9C BB D3
Decimal 156 187 211
Binary 10011100 10111011 11010011
Octal 234 273 323

Shades and tints

Shades of #9CBBD3

#9CBBD3
(156,187,211)
#8EAAC0
(142,170,192)
#8099AD
(128,153,173)
#72889A
(114,136,154)
#647787
(100,119,135)
#566674
(86,102,116)
#485561
(72,85,97)
#3A444E
(58,68,78)
#2C333B
(44,51,59)
#1E2228
(30,34,40)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #9CBBD3

#9CBBD3
(156,187,211)
#A5C1D7
(165,193,215)
#AEC7DB
(174,199,219)
#B7CDDF
(183,205,223)
#C0D3E3
(192,211,227)
#C9D9E7
(201,217,231)
#D2DFEB
(210,223,235)
#DBE5EF
(219,229,239)
#E4EBF3
(228,235,243)
#EDF1F7
(237,241,247)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBBD3; }

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

This text font color is #9CBBD3.

Background Color

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

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

This div background color is #9CBBD3.

Border color

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

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

This div border color is #9CBBD3.

Opacity

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

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

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

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

This text has shadow with #9CBBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CBBD3.

Preview

Color preview on black background

This text has color #9CBBD3 on black background.


Color preview on white background

This text has color #9CBBD3 on white background.


Black color preview on #9CBBD3 background

This text has black color on #9CBBD3 background.


White color preview on #9CBBD3 background

This text has white color on #9CBBD3 background.


Related colors

Complementary color

Complementary color for #hex is #63442C.


I love getcolorcode.com

Triadic colors

1 #D39CBB and #BBD39C with #9CBBD3 are triadic colors.

2 #D3BB9C and #BB9CD3 with #9CBBD3 are triadic colors.