COLOR #9DC8CE

HEX: #9DC8CE
RGB: (157,200,206)

Color info

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

RGB color model

#9DC8CE color RGB value is (157,200,206).

  • red value is 157;
  • green value is 200;
  • blue value is 206.
RGB:
(157,200,206)
(62%,78%,81%)

RGB channels and saturation

R 157 of 255 = 62%
G 200 of 255 = 78%
B 206 of 255 = 81%

157
200
206

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

Portions of RGB colors in percentages

R + G + B =
157 + 200 + 206 = 563 (100%)
R 157 of 563 ~ 27.89%
G 200 of 563 ~ 35.52%
B 206 of 563 ~ 36.59%

%27.89
%35.52
%36.59

CMYK color model

#9DC8CE color CMYK value is (24,3,0,19).

  • cyan value is 23.79%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,3,0,19)
C24M3Y0K19 
(24%,3%,0%,19%)
(0.24/0.03/0.00/0.19)	

CMYK percentages

%23.79
%2.91
%0
%19.22

Codes

Color #9DC8CE in popluar color models

9DC8CE
RGB157200206
HSL187°33.33%71.18%
HSB/HSV187°23.79%80.78%
CMYK23.79%2.91%0.00%
19.22%

Color #9DC8CE in popluar number systems.

HEX9DC8CE
Decimal157200206
Binary100111011100100011001110
Octal235310316

Shades and tints

Shades of #9DC8CE

#9DC8CE
(157,200,206)
#8FB6BC
(143,182,188)
#81A4AA
(129,164,170)
#739298
(115,146,152)
#658086
(101,128,134)
#576E74
(87,110,116)
#495C62
(73,92,98)
#3B4A50
(59,74,80)
#2D383E
(45,56,62)
#1F262C
(31,38,44)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #9DC8CE

#9DC8CE
(157,200,206)
#A5CDD2
(165,205,210)
#ADD2D6
(173,210,214)
#B5D7DA
(181,215,218)
#BDDCDE
(189,220,222)
#C5E1E2
(197,225,226)
#CDE6E6
(205,230,230)
#D5EBEA
(213,235,234)
#DDF0EE
(221,240,238)
#E5F5F2
(229,245,242)
#EDFAF6
(237,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC8CE color. Also use rgb(157,200,206) instead hex code.

Text Font Color

.myTextColor { color: #9DC8CE; }

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

This text font color is #9DC8CE.


Background Color

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

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

This div background color is #9DC8CE.


Border color

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

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

This div border color is #9DC8CE.


Opacity

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

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

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

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

This text has shadow with #9DC8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC8CE on black background.


Color preview on white background

This text has color #9DC8CE on white background.



Black color preview on #9DC8CE background

This text has black color on #9DC8CE background.


White color preview on #9DC8CE background

This text has white color on #9DC8CE background.