COLOR #9DBADC

HEX: #9DBADC
RGB: (157,186,220)

Color info

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

RGB color model

#9DBADC color RGB value is (157,186,220).

  • red value is 157;
  • green value is 186;
  • blue value is 220.
RGB:
(157,186,220)
(62%,73%,86%)

RGB channels and saturation

R 157 of 255 = 62%
G 186 of 255 = 73%
B 220 of 255 = 86%

157
186
220

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

Portions of RGB colors in percentages

R + G + B =
157 + 186 + 220 = 563 (100%)
R 157 of 563 ~ 27.89%
G 186 of 563 ~ 33.04%
B 220 of 563 ~ 39.08%

%27.89
%33.04
%39.08

CMYK color model

#9DBADC color CMYK value is (29,15,0,14).

  • cyan value is 28.64%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(29,15,0,14)
C29M15Y0K14 
(29%,15%,0%,14%)
(0.29/0.15/0.00/0.14)	

CMYK percentages

%28.64
%15.45
%0
%13.73

Codes

Color #9DBADC in popluar color models

9DBADC
RGB157186220
HSL212°47.37%73.92%
HSB/HSV212°28.64%86.27%
CMYK28.64%15.45%0.00%
13.73%

Color #9DBADC in popluar number systems.

HEX9DBADC
Decimal157186220
Binary100111011011101011011100
Octal235272334

Shades and tints

Shades of #9DBADC

#9DBADC
(157,186,220)
#8FAAC8
(143,170,200)
#819AB4
(129,154,180)
#738AA0
(115,138,160)
#657A8C
(101,122,140)
#576A78
(87,106,120)
#495A64
(73,90,100)
#3B4A50
(59,74,80)
#2D3A3C
(45,58,60)
#1F2A28
(31,42,40)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #9DBADC

#9DBADC
(157,186,220)
#A5C0DF
(165,192,223)
#ADC6E2
(173,198,226)
#B5CCE5
(181,204,229)
#BDD2E8
(189,210,232)
#C5D8EB
(197,216,235)
#CDDEEE
(205,222,238)
#D5E4F1
(213,228,241)
#DDEAF4
(221,234,244)
#E5F0F7
(229,240,247)
#EDF6FA
(237,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBADC color. Also use rgb(157,186,220) instead hex code.

Text Font Color

.myTextColor { color: #9DBADC; }

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

This text font color is #9DBADC.


Background Color

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

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

This div background color is #9DBADC.


Border color

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

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

This div border color is #9DBADC.


Opacity

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

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

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

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

This text has shadow with #9DBADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBADC on black background.


Color preview on white background

This text has color #9DBADC on white background.



Black color preview on #9DBADC background

This text has black color on #9DBADC background.


White color preview on #9DBADC background

This text has white color on #9DBADC background.