COLOR #9DBBD8

HEX: #9DBBD8
RGB: (157,187,216)

Color info

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

RGB color model

#9DBBD8 color RGB value is (157,187,216).

  • red value is 157;
  • green value is 187;
  • blue value is 216.
RGB:
(157,187,216)
(62%,73%,85%)

RGB channels and saturation

R 157 of 255 = 62%
G 187 of 255 = 73%
B 216 of 255 = 85%

157
187
216

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

Portions of RGB colors in percentages

R + G + B =
157 + 187 + 216 = 560 (100%)
R 157 of 560 ~ 28.04%
G 187 of 560 ~ 33.39%
B 216 of 560 ~ 38.57%

%28.04
%33.39
%38.57

CMYK color model

#9DBBD8 color CMYK value is (27,13,0,15).

  • cyan value is 27.31%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(27,13,0,15)
C27M13Y0K15 
(27%,13%,0%,15%)
(0.27/0.13/0.00/0.15)	

CMYK percentages

%27.31
%13.43
%0
%15.29

Codes

Color #9DBBD8 in popluar color models

9DBBD8
RGB157187216
HSL209°43.07%73.14%
HSB/HSV209°27.31%84.71%
CMYK27.31%13.43%0.00%
15.29%

Color #9DBBD8 in popluar number systems.

HEX9DBBD8
Decimal157187216
Binary100111011011101111011000
Octal235273330

Shades and tints

Shades of #9DBBD8

#9DBBD8
(157,187,216)
#8FAAC5
(143,170,197)
#8199B2
(129,153,178)
#73889F
(115,136,159)
#65778C
(101,119,140)
#576679
(87,102,121)
#495566
(73,85,102)
#3B4453
(59,68,83)
#2D3340
(45,51,64)
#1F222D
(31,34,45)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #9DBBD8

#9DBBD8
(157,187,216)
#A5C1DB
(165,193,219)
#ADC7DE
(173,199,222)
#B5CDE1
(181,205,225)
#BDD3E4
(189,211,228)
#C5D9E7
(197,217,231)
#CDDFEA
(205,223,234)
#D5E5ED
(213,229,237)
#DDEBF0
(221,235,240)
#E5F1F3
(229,241,243)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBBD8 color. Also use rgb(157,187,216) instead hex code.

Text Font Color

.myTextColor { color: #9DBBD8; }

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

This text font color is #9DBBD8.


Background Color

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

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

This div background color is #9DBBD8.


Border color

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

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

This div border color is #9DBBD8.


Opacity

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

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

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

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

This text has shadow with #9DBBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBBD8 on black background.


Color preview on white background

This text has color #9DBBD8 on white background.



Black color preview on #9DBBD8 background

This text has black color on #9DBBD8 background.


White color preview on #9DBBD8 background

This text has white color on #9DBBD8 background.