COLOR #9DBDE9

HEX: #9DBDE9
RGB: (157,189,233)

Color info

#9DBDE9 contains mainly green and blue colors. Web safe color of #9DBDE9 is #99CCFF (or #9CF).

RGB color model

#9DBDE9 color RGB value is (157,189,233).

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

RGB channels and saturation

R 157 of 255 = 62%
G 189 of 255 = 74%
B 233 of 255 = 91%

157
189
233

R + G + B ~ 76%. #9DBDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 189 + 233 = 579 (100%)
R 157 of 579 ~ 27.12%
G 189 of 579 ~ 32.64%
B 233 of 579 ~ 40.24%

%27.12
%32.64
%40.24

CMYK color model

#9DBDE9 color CMYK value is (33,19,0,9).

  • cyan value is 32.62%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(33,19,0,9)
C33M19Y0K9 
(33%,19%,0%,9%)
(0.33/0.19/0.00/0.09)	

CMYK percentages

%32.62
%18.88
%0
%8.63

Codes

Color #9DBDE9 in popluar color models

9DBDE9
RGB157189233
HSL215°63.33%76.47%
HSB/HSV215°32.62%91.37%
CMYK32.62%18.88%0.00%
8.63%

Color #9DBDE9 in popluar number systems.

HEX9DBDE9
Decimal157189233
Binary100111011011110111101001
Octal235275351

Shades and tints

Shades of #9DBDE9

#9DBDE9
(157,189,233)
#8FACD4
(143,172,212)
#819BBF
(129,155,191)
#738AAA
(115,138,170)
#657995
(101,121,149)
#576880
(87,104,128)
#49576B
(73,87,107)
#3B4656
(59,70,86)
#2D3541
(45,53,65)
#1F242C
(31,36,44)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #9DBDE9

#9DBDE9
(157,189,233)
#A5C3EB
(165,195,235)
#ADC9ED
(173,201,237)
#B5CFEF
(181,207,239)
#BDD5F1
(189,213,241)
#C5DBF3
(197,219,243)
#CDE1F5
(205,225,245)
#D5E7F7
(213,231,247)
#DDEDF9
(221,237,249)
#E5F3FB
(229,243,251)
#EDF9FD
(237,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBDE9; }

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

This text font color is #9DBDE9.


Background Color

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

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

This div background color is #9DBDE9.


Border color

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

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

This div border color is #9DBDE9.


Opacity

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

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

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

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

This text has shadow with #9DBDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBDE9 on black background.


Color preview on white background

This text has color #9DBDE9 on white background.



Black color preview on #9DBDE9 background

This text has black color on #9DBDE9 background.


White color preview on #9DBDE9 background

This text has white color on #9DBDE9 background.