COLOR #9DBDD6

HEX: #9DBDD6
RGB: (157,189,214)

Color info

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

RGB color model

#9DBDD6 color RGB value is (157,189,214).

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

RGB channels and saturation

R 157 of 255 = 62%
G 189 of 255 = 74%
B 214 of 255 = 84%

157
189
214

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

Portions of RGB colors in percentages

R + G + B =
157 + 189 + 214 = 560 (100%)
R 157 of 560 ~ 28.04%
G 189 of 560 ~ 33.75%
B 214 of 560 ~ 38.21%

%28.04
%33.75
%38.21

CMYK color model

#9DBDD6 color CMYK value is (27,12,0,16).

  • cyan value is 26.64%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(27,12,0,16)
C27M12Y0K16 
(27%,12%,0%,16%)
(0.27/0.12/0.00/0.16)	

CMYK percentages

%26.64
%11.68
%0
%16.08

Codes

Color #9DBDD6 in popluar color models

9DBDD6
RGB157189214
HSL206°41.01%72.75%
HSB/HSV206°26.64%83.92%
CMYK26.64%11.68%0.00%
16.08%

Color #9DBDD6 in popluar number systems.

HEX9DBDD6
Decimal157189214
Binary100111011011110111010110
Octal235275326

Shades and tints

Shades of #9DBDD6

#9DBDD6
(157,189,214)
#8FACC3
(143,172,195)
#819BB0
(129,155,176)
#738A9D
(115,138,157)
#65798A
(101,121,138)
#576877
(87,104,119)
#495764
(73,87,100)
#3B4651
(59,70,81)
#2D353E
(45,53,62)
#1F242B
(31,36,43)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #9DBDD6

#9DBDD6
(157,189,214)
#A5C3D9
(165,195,217)
#ADC9DC
(173,201,220)
#B5CFDF
(181,207,223)
#BDD5E2
(189,213,226)
#C5DBE5
(197,219,229)
#CDE1E8
(205,225,232)
#D5E7EB
(213,231,235)
#DDEDEE
(221,237,238)
#E5F3F1
(229,243,241)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBDD6; }

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

This text font color is #9DBDD6.


Background Color

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

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

This div background color is #9DBDD6.


Border color

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

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

This div border color is #9DBDD6.


Opacity

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

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

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

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

This text has shadow with #9DBDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBDD6 on black background.


Color preview on white background

This text has color #9DBDD6 on white background.



Black color preview on #9DBDD6 background

This text has black color on #9DBDD6 background.


White color preview on #9DBDD6 background

This text has white color on #9DBDD6 background.