COLOR #9DC7DB

HEX: #9DC7DB
RGB: (157,199,219)

Color info

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

RGB color model

#9DC7DB color RGB value is (157,199,219).

  • red value is 157;
  • green value is 199;
  • blue value is 219.
RGB:
(157,199,219)
(62%,78%,86%)

RGB channels and saturation

R 157 of 255 = 62%
G 199 of 255 = 78%
B 219 of 255 = 86%

157
199
219

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

Portions of RGB colors in percentages

R + G + B =
157 + 199 + 219 = 575 (100%)
R 157 of 575 ~ 27.3%
G 199 of 575 ~ 34.61%
B 219 of 575 ~ 38.09%

%27.3
%34.61
%38.09

CMYK color model

#9DC7DB color CMYK value is (28,9,0,14).

  • cyan value is 28.31%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(28,9,0,14)
C28M9Y0K14 
(28%,9%,0%,14%)
(0.28/0.09/0.00/0.14)	

CMYK percentages

%28.31
%9.13
%0
%14.12

Codes

Color #9DC7DB in popluar color models

9DC7DB
RGB157199219
HSL199°46.27%73.73%
HSB/HSV199°28.31%85.88%
CMYK28.31%9.13%0.00%
14.12%

Color #9DC7DB in popluar number systems.

HEX9DC7DB
Decimal157199219
Binary100111011100011111011011
Octal235307333

Shades and tints

Shades of #9DC7DB

#9DC7DB
(157,199,219)
#8FB5C8
(143,181,200)
#81A3B5
(129,163,181)
#7391A2
(115,145,162)
#657F8F
(101,127,143)
#576D7C
(87,109,124)
#495B69
(73,91,105)
#3B4956
(59,73,86)
#2D3743
(45,55,67)
#1F2530
(31,37,48)
#11131D
(17,19,29)
#000000
(0,0,0)

Tints of #9DC7DB

#9DC7DB
(157,199,219)
#A5CCDE
(165,204,222)
#ADD1E1
(173,209,225)
#B5D6E4
(181,214,228)
#BDDBE7
(189,219,231)
#C5E0EA
(197,224,234)
#CDE5ED
(205,229,237)
#D5EAF0
(213,234,240)
#DDEFF3
(221,239,243)
#E5F4F6
(229,244,246)
#EDF9F9
(237,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC7DB color. Also use rgb(157,199,219) instead hex code.

Text Font Color

.myTextColor { color: #9DC7DB; }

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

This text font color is #9DC7DB.


Background Color

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

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

This div background color is #9DC7DB.


Border color

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

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

This div border color is #9DC7DB.


Opacity

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

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

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

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

This text has shadow with #9DC7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC7DB on black background.


Color preview on white background

This text has color #9DC7DB on white background.



Black color preview on #9DC7DB background

This text has black color on #9DC7DB background.


White color preview on #9DC7DB background

This text has white color on #9DC7DB background.