COLOR #9DBBDF

HEX: #9DBBDF RGB: (157,187,223)

Color info

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

RGB color model

#9DBBDF color RGB value is (157,187,223).

RGB: (157,187,223) (62%, 73%, 87%)

RGB channels and saturation

R 157 of 255 = 62%
G 187 of 255 = 73%
B 223 of 255 = 87%

157
187
223

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

Portions of RGB colors in percentages

R + G + B = 157 + 187 + 223 = 567 (100%)
R 157 of 567 ~ 27.69%
G 187 of 567 ~ 32.98%
B 223 of 567 ~ 39.33'%

%27.69
%32.98
%39.33

CMYK color model

#9DBBDF color CMYK value is (30,16,0,13).

  • cyan value is 29.60%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (30,16,0,13)
C30M16Y0K13 (30%, 16%, 0%, 13%)
(0.30 / 0.16 / 0.00 / 0.13)

CMYK percentages

%29.6
%16.14
%0
%12.55

Codes

Color #9DBBDF in popluar color models

9D BB DF
RGB 157 187 223
HSL 213° 50.77% 74.51%
HSB/HSV 213° 29.60% 87.45%
CMYK 29.60% 16.14% 0.00%
12.55%

Color #9DBBDF in popluar number systems.

HEX 9D BB DF
Decimal 157 187 223
Binary 10011101 10111011 11011111
Octal 235 273 337

Shades and tints

Shades of #9DBBDF

#9DBBDF
(157,187,223)
#8FAACB
(143,170,203)
#8199B7
(129,153,183)
#7388A3
(115,136,163)
#65778F
(101,119,143)
#57667B
(87,102,123)
#495567
(73,85,103)
#3B4453
(59,68,83)
#2D333F
(45,51,63)
#1F222B
(31,34,43)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #9DBBDF

#9DBBDF
(157,187,223)
#A5C1E1
(165,193,225)
#ADC7E3
(173,199,227)
#B5CDE5
(181,205,229)
#BDD3E7
(189,211,231)
#C5D9E9
(197,217,233)
#CDDFEB
(205,223,235)
#D5E5ED
(213,229,237)
#DDEBEF
(221,235,239)
#E5F1F1
(229,241,241)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBBDF; }

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

This text font color is #9DBBDF.

Background Color

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

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

This div background color is #9DBBDF.

Border color

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

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

This div border color is #9DBBDF.

Opacity

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

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

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

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

This text has shadow with #9DBBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBBDF.

Preview

Color preview on black background

This text has color #9DBBDF on black background.


Color preview on white background

This text has color #9DBBDF on white background.


Black color preview on #9DBBDF background

This text has black color on #9DBBDF background.


White color preview on #9DBBDF background

This text has white color on #9DBBDF background.


Related colors

Complementary color

Complementary color for #hex is #624420.


I love getcolorcode.com

Triadic colors

1 #DF9DBB and #BBDF9D with #9DBBDF are triadic colors.

2 #DFBB9D and #BB9DDF with #9DBBDF are triadic colors.