COLOR #9DBDD3

HEX: #9DBDD3
RGB: (157,189,211)

Color info

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

RGB color model

#9DBDD3 color RGB value is (157,189,211).

  • red value is 157;
  • green value is 189;
  • blue value is 211.
RGB:
(157,189,211)
(62%,74%,83%)

RGB channels and saturation

R 157 of 255 = 62%
G 189 of 255 = 74%
B 211 of 255 = 83%

157
189
211

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

Portions of RGB colors in percentages

R + G + B =
157 + 189 + 211 = 557 (100%)
R 157 of 557 ~ 28.19%
G 189 of 557 ~ 33.93%
B 211 of 557 ~ 37.88%

%28.19
%33.93
%37.88

CMYK color model

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

  • cyan value is 25.59%
  • 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

%25.59
%10.43
%0
%17.25

Codes

Color #9DBDD3 in popluar color models

9DBDD3
RGB157189211
HSL204°38.03%72.16%
HSB/HSV204°25.59%82.75%
CMYK25.59%10.43%0.00%
17.25%

Color #9DBDD3 in popluar number systems.

HEX9DBDD3
Decimal157189211
Binary100111011011110111010011
Octal235275323

Shades and tints

Shades of #9DBDD3

#9DBDD3
(157,189,211)
#8FACC0
(143,172,192)
#819BAD
(129,155,173)
#738A9A
(115,138,154)
#657987
(101,121,135)
#576874
(87,104,116)
#495761
(73,87,97)
#3B464E
(59,70,78)
#2D353B
(45,53,59)
#1F2428
(31,36,40)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #9DBDD3

#9DBDD3
(157,189,211)
#A5C3D7
(165,195,215)
#ADC9DB
(173,201,219)
#B5CFDF
(181,207,223)
#BDD5E3
(189,213,227)
#C5DBE7
(197,219,231)
#CDE1EB
(205,225,235)
#D5E7EF
(213,231,239)
#DDEDF3
(221,237,243)
#E5F3F7
(229,243,247)
#EDF9FB
(237,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBDD3; }

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

This text font color is #9DBDD3.


Background Color

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

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

This div background color is #9DBDD3.


Border color

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

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

This div border color is #9DBDD3.


Opacity

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

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

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

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

This text has shadow with #9DBDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBDD3 on black background.


Color preview on white background

This text has color #9DBDD3 on white background.



Black color preview on #9DBDD3 background

This text has black color on #9DBDD3 background.


White color preview on #9DBDD3 background

This text has white color on #9DBDD3 background.