COLOR #9DBFDD

HEX: #9DBFDD RGB: (157,191,221)

Color info

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

RGB color model

#9DBFDD color RGB value is (157,191,221).

RGB: (157,191,221) (62%, 75%, 87%)

RGB channels and saturation

R 157 of 255 = 62%
G 191 of 255 = 75%
B 221 of 255 = 87%

157
191
221

R + G + B ~ 75%. #9DBFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 191 + 221 = 569 (100%)
R 157 of 569 ~ 27.59%
G 191 of 569 ~ 33.57%
B 221 of 569 ~ 38.84'%

%27.59
%33.57
%38.84

CMYK color model

#9DBFDD color CMYK value is (29,14,0,13).

  • cyan value is 28.96%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (29,14,0,13) C29M14Y0K13 (29%,14%,0%,13%) (0.29/0.14/0.00/0.13) 

CMYK percentages

%28.96
%13.57
%0
%13.33

Codes

Color #9DBFDD in popluar color models

9D BF DD
RGB 157 191 221
HSL 208° 48.48% 74.12%
HSB/HSV 208° 28.96% 86.67%
CMYK 28.96% 13.57% 0.00%
13.33%

Color #9DBFDD in popluar number systems.

HEX 9D BF DD
Decimal 157 191 221
Binary 10011101 10111111 11011101
Octal 235 277 335

Shades and tints

Shades of #9DBFDD

#9DBFDD
(157,191,221)
#8FAEC9
(143,174,201)
#819DB5
(129,157,181)
#738CA1
(115,140,161)
#657B8D
(101,123,141)
#576A79
(87,106,121)
#495965
(73,89,101)
#3B4851
(59,72,81)
#2D373D
(45,55,61)
#1F2629
(31,38,41)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #9DBFDD

#9DBFDD
(157,191,221)
#A5C4E0
(165,196,224)
#ADC9E3
(173,201,227)
#B5CEE6
(181,206,230)
#BDD3E9
(189,211,233)
#C5D8EC
(197,216,236)
#CDDDEF
(205,221,239)
#D5E2F2
(213,226,242)
#DDE7F5
(221,231,245)
#E5ECF8
(229,236,248)
#EDF1FB
(237,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBFDD color. Also use rgb(157,191,221) instead hex code.

Text Font Color

.myTextColor { color: #9DBFDD; }

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

This text font color is #9DBFDD.

Background Color

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

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

This div background color is #9DBFDD.

Border color

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

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

This div border color is #9DBFDD.

Opacity

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

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

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

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

This text has shadow with #9DBFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBFDD.

Preview

Color preview on black background

This text has color #9DBFDD on black background.


Color preview on white background

This text has color #9DBFDD on white background.


Black color preview on #9DBFDD background

This text has black color on #9DBFDD background.


White color preview on #9DBFDD background

This text has white color on #9DBFDD background.


Related colors

Complementary color

Complementary color for #hex is #624022.


I love getcolorcode.com

Triadic colors

1 #DD9DBF and #BFDD9D with #9DBFDD are triadic colors.

2 #DDBF9D and #BF9DDD with #9DBFDD are triadic colors.