COLOR #9DB5C8

HEX: #9DB5C8
RGB: (157,181,200)

Color info

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

RGB color model

#9DB5C8 color RGB value is (157,181,200).

  • red value is 157;
  • green value is 181;
  • blue value is 200.
RGB:
(157,181,200)
(62%,71%,78%)

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 200 of 255 = 78%

157
181
200

R + G + B ~ 70%. #9DB5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 200 = 538 (100%)
R 157 of 538 ~ 29.18%
G 181 of 538 ~ 33.64%
B 200 of 538 ~ 37.17%

%29.18
%33.64
%37.17

CMYK color model

#9DB5C8 color CMYK value is (22,10,0,22).

  • cyan value is 21.50%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(22,10,0,22)
C22M10Y0K22 
(22%,10%,0%,22%)
(0.22/0.10/0.00/0.22)	

CMYK percentages

%21.5
%9.5
%0
%21.57

Codes

Color #9DB5C8 in popluar color models

9DB5C8
RGB157181200
HSL207°28.10%70.00%
HSB/HSV207°21.50%78.43%
CMYK21.50%9.50%0.00%
21.57%

Color #9DB5C8 in popluar number systems.

HEX9DB5C8
Decimal157181200
Binary100111011011010111001000
Octal235265310

Shades and tints

Shades of #9DB5C8

#9DB5C8
(157,181,200)
#8FA5B6
(143,165,182)
#8195A4
(129,149,164)
#738592
(115,133,146)
#657580
(101,117,128)
#57656E
(87,101,110)
#49555C
(73,85,92)
#3B454A
(59,69,74)
#2D3538
(45,53,56)
#1F2526
(31,37,38)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #9DB5C8

#9DB5C8
(157,181,200)
#A5BBCD
(165,187,205)
#ADC1D2
(173,193,210)
#B5C7D7
(181,199,215)
#BDCDDC
(189,205,220)
#C5D3E1
(197,211,225)
#CDD9E6
(205,217,230)
#D5DFEB
(213,223,235)
#DDE5F0
(221,229,240)
#E5EBF5
(229,235,245)
#EDF1FA
(237,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB5C8 color. Also use rgb(157,181,200) instead hex code.

Text Font Color

.myTextColor { color: #9DB5C8; }

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

This text font color is #9DB5C8.


Background Color

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

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

This div background color is #9DB5C8.


Border color

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

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

This div border color is #9DB5C8.


Opacity

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

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

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

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

This text has shadow with #9DB5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB5C8 on black background.


Color preview on white background

This text has color #9DB5C8 on white background.



Black color preview on #9DB5C8 background

This text has black color on #9DB5C8 background.


White color preview on #9DB5C8 background

This text has white color on #9DB5C8 background.