COLOR #9DC0DA

HEX: #9DC0DA RGB: (157,192,218)

Color info

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

RGB color model

#9DC0DA color RGB value is (157,192,218).

RGB: (157,192,218) (62%, 75%, 85%)

RGB channels and saturation

R 157 of 255 = 62%
G 192 of 255 = 75%
B 218 of 255 = 85%

157
192
218

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

Portions of RGB colors in percentages

R + G + B = 157 + 192 + 218 = 567 (100%)
R 157 of 567 ~ 27.69%
G 192 of 567 ~ 33.86%
B 218 of 567 ~ 38.45'%

%27.69
%33.86
%38.45

CMYK color model

#9DC0DA color CMYK value is (28,12,0,15).

  • cyan value is 27.98%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (28,12,0,15)
C28M12Y0K15 (28%, 12%, 0%, 15%)
(0.28 / 0.12 / 0.00 / 0.15)

CMYK percentages

%27.98
%11.93
%0
%14.51

Codes

Color #9DC0DA in popluar color models

9D C0 DA
RGB 157 192 218
HSL 206° 45.19% 73.53%
HSB/HSV 206° 27.98% 85.49%
CMYK 27.98% 11.93% 0.00%
14.51%

Color #9DC0DA in popluar number systems.

HEX 9D C0 DA
Decimal 157 192 218
Binary 10011101 11000000 11011010
Octal 235 300 332

Shades and tints

Shades of #9DC0DA

#9DC0DA
(157,192,218)
#8FAFC7
(143,175,199)
#819EB4
(129,158,180)
#738DA1
(115,141,161)
#657C8E
(101,124,142)
#576B7B
(87,107,123)
#495A68
(73,90,104)
#3B4955
(59,73,85)
#2D3842
(45,56,66)
#1F272F
(31,39,47)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #9DC0DA

#9DC0DA
(157,192,218)
#A5C5DD
(165,197,221)
#ADCAE0
(173,202,224)
#B5CFE3
(181,207,227)
#BDD4E6
(189,212,230)
#C5D9E9
(197,217,233)
#CDDEEC
(205,222,236)
#D5E3EF
(213,227,239)
#DDE8F2
(221,232,242)
#E5EDF5
(229,237,245)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC0DA color. Also use rgb(157,192,218) instead hex code.

Text Font Color

.myTextColor { color: #9DC0DA; }

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

This text font color is #9DC0DA.

Background Color

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

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

This div background color is #9DC0DA.

Border color

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

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

This div border color is #9DC0DA.

Opacity

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

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

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

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

This text has shadow with #9DC0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC0DA.

Preview

Color preview on black background

This text has color #9DC0DA on black background.


Color preview on white background

This text has color #9DC0DA on white background.


Black color preview on #9DC0DA background

This text has black color on #9DC0DA background.


White color preview on #9DC0DA background

This text has white color on #9DC0DA background.


Related colors

Complementary color

Complementary color for #hex is #623F25.


I love getcolorcode.com

Triadic colors

1 #DA9DC0 and #C0DA9D with #9DC0DA are triadic colors.

2 #DAC09D and #C09DDA with #9DC0DA are triadic colors.