COLOR #9DBCD9

HEX: #9DBCD9
RGB: (157,188,217)

Color info

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

RGB color model

#9DBCD9 color RGB value is (157,188,217).

  • red value is 157;
  • green value is 188;
  • blue value is 217.
RGB:
(157,188,217)
(62%,74%,85%)

RGB channels and saturation

R 157 of 255 = 62%
G 188 of 255 = 74%
B 217 of 255 = 85%

157
188
217

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

Portions of RGB colors in percentages

R + G + B =
157 + 188 + 217 = 562 (100%)
R 157 of 562 ~ 27.94%
G 188 of 562 ~ 33.45%
B 217 of 562 ~ 38.61%

%27.94
%33.45
%38.61

CMYK color model

#9DBCD9 color CMYK value is (28,13,0,15).

  • cyan value is 27.65%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(28,13,0,15)
C28M13Y0K15 
(28%,13%,0%,15%)
(0.28/0.13/0.00/0.15)	

CMYK percentages

%27.65
%13.36
%0
%14.9

Codes

Color #9DBCD9 in popluar color models

9DBCD9
RGB157188217
HSL209°44.12%73.33%
HSB/HSV209°27.65%85.10%
CMYK27.65%13.36%0.00%
14.90%

Color #9DBCD9 in popluar number systems.

HEX9DBCD9
Decimal157188217
Binary100111011011110011011001
Octal235274331

Shades and tints

Shades of #9DBCD9

#9DBCD9
(157,188,217)
#8FABC6
(143,171,198)
#819AB3
(129,154,179)
#7389A0
(115,137,160)
#65788D
(101,120,141)
#57677A
(87,103,122)
#495667
(73,86,103)
#3B4554
(59,69,84)
#2D3441
(45,52,65)
#1F232E
(31,35,46)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #9DBCD9

#9DBCD9
(157,188,217)
#A5C2DC
(165,194,220)
#ADC8DF
(173,200,223)
#B5CEE2
(181,206,226)
#BDD4E5
(189,212,229)
#C5DAE8
(197,218,232)
#CDE0EB
(205,224,235)
#D5E6EE
(213,230,238)
#DDECF1
(221,236,241)
#E5F2F4
(229,242,244)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBCD9 color. Also use rgb(157,188,217) instead hex code.

Text Font Color

.myTextColor { color: #9DBCD9; }

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

This text font color is #9DBCD9.


Background Color

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

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

This div background color is #9DBCD9.


Border color

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

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

This div border color is #9DBCD9.


Opacity

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

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

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

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

This text has shadow with #9DBCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBCD9 on black background.


Color preview on white background

This text has color #9DBCD9 on white background.



Black color preview on #9DBCD9 background

This text has black color on #9DBCD9 background.


White color preview on #9DBCD9 background

This text has white color on #9DBCD9 background.