COLOR #9DC8CC

HEX: #9DC8CC
RGB: (157,200,204)

Color info

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

RGB color model

#9DC8CC color RGB value is (157,200,204).

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

RGB channels and saturation

R 157 of 255 = 62%
G 200 of 255 = 78%
B 204 of 255 = 80%

157
200
204

R + G + B ~ 73%. #9DC8CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 200 + 204 = 561 (100%)
R 157 of 561 ~ 27.99%
G 200 of 561 ~ 35.65%
B 204 of 561 ~ 36.36%

%27.99
%35.65
%36.36

CMYK color model

#9DC8CC color CMYK value is (23,2,0,20).

  • cyan value is 23.04%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(23,2,0,20)
C23M2Y0K20 
(23%,2%,0%,20%)
(0.23/0.02/0.00/0.20)	

CMYK percentages

%23.04
%1.96
%0
%20

Codes

Color #9DC8CC in popluar color models

9DC8CC
RGB157200204
HSL185°31.54%70.78%
HSB/HSV185°23.04%80.00%
CMYK23.04%1.96%0.00%
20.00%

Color #9DC8CC in popluar number systems.

HEX9DC8CC
Decimal157200204
Binary100111011100100011001100
Octal235310314

Shades and tints

Shades of #9DC8CC

#9DC8CC
(157,200,204)
#8FB6BA
(143,182,186)
#81A4A8
(129,164,168)
#739296
(115,146,150)
#658084
(101,128,132)
#576E72
(87,110,114)
#495C60
(73,92,96)
#3B4A4E
(59,74,78)
#2D383C
(45,56,60)
#1F262A
(31,38,42)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #9DC8CC

#9DC8CC
(157,200,204)
#A5CDD0
(165,205,208)
#ADD2D4
(173,210,212)
#B5D7D8
(181,215,216)
#BDDCDC
(189,220,220)
#C5E1E0
(197,225,224)
#CDE6E4
(205,230,228)
#D5EBE8
(213,235,232)
#DDF0EC
(221,240,236)
#E5F5F0
(229,245,240)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC8CC; }

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

This text font color is #9DC8CC.


Background Color

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

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

This div background color is #9DC8CC.


Border color

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

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

This div border color is #9DC8CC.


Opacity

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

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

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

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

This text has shadow with #9DC8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC8CC on black background.


Color preview on white background

This text has color #9DC8CC on white background.



Black color preview on #9DC8CC background

This text has black color on #9DC8CC background.


White color preview on #9DC8CC background

This text has white color on #9DC8CC background.