COLOR #9DB0CA

HEX: #9DB0CA RGB: (157,176,202)

Color info

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

RGB color model

#9DB0CA color RGB value is (157,176,202).

RGB: (157,176,202) (62%, 69%, 79%)

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 202 of 255 = 79%

157
176
202

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

Portions of RGB colors in percentages

R + G + B = 157 + 176 + 202 = 535 (100%)
R 157 of 535 ~ 29.35%
G 176 of 535 ~ 32.9%
B 202 of 535 ~ 37.76'%

%29.35
%32.9
%37.76

CMYK color model

#9DB0CA color CMYK value is (22,13,0,21).

  • cyan value is 22.28%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (22,13,0,21)
C22M13Y0K21 (22%, 13%, 0%, 21%)
(0.22 / 0.13 / 0.00 / 0.21)

CMYK percentages

%22.28
%12.87
%0
%20.78

Codes

Color #9DB0CA in popluar color models

9D B0 CA
RGB 157 176 202
HSL 215° 29.80% 70.39%
HSB/HSV 215° 22.28% 79.22%
CMYK 22.28% 12.87% 0.00%
20.78%

Color #9DB0CA in popluar number systems.

HEX 9D B0 CA
Decimal 157 176 202
Binary 10011101 10110000 11001010
Octal 235 260 312

Shades and tints

Shades of #9DB0CA

#9DB0CA
(157,176,202)
#8FA0B8
(143,160,184)
#8190A6
(129,144,166)
#738094
(115,128,148)
#657082
(101,112,130)
#576070
(87,96,112)
#49505E
(73,80,94)
#3B404C
(59,64,76)
#2D303A
(45,48,58)
#1F2028
(31,32,40)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #9DB0CA

#9DB0CA
(157,176,202)
#A5B7CE
(165,183,206)
#ADBED2
(173,190,210)
#B5C5D6
(181,197,214)
#BDCCDA
(189,204,218)
#C5D3DE
(197,211,222)
#CDDAE2
(205,218,226)
#D5E1E6
(213,225,230)
#DDE8EA
(221,232,234)
#E5EFEE
(229,239,238)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB0CA color. Also use rgb(157,176,202) instead hex code.

Text Font Color

.myTextColor { color: #9DB0CA; }

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

This text font color is #9DB0CA.

Background Color

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

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

This div background color is #9DB0CA.

Border color

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

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

This div border color is #9DB0CA.

Opacity

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

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

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

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

This text has shadow with #9DB0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB0CA.

Preview

Color preview on black background

This text has color #9DB0CA on black background.


Color preview on white background

This text has color #9DB0CA on white background.


Black color preview on #9DB0CA background

This text has black color on #9DB0CA background.


White color preview on #9DB0CA background

This text has white color on #9DB0CA background.


Related colors

Complementary color

Complementary color for #hex is #624F35.


I love getcolorcode.com

Triadic colors

1 #CA9DB0 and #B0CA9D with #9DB0CA are triadic colors.

2 #CAB09D and #B09DCA with #9DB0CA are triadic colors.