COLOR #9DC4CE

HEX: #9DC4CE
RGB: (157,196,206)

Color info

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

RGB color model

#9DC4CE color RGB value is (157,196,206).

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

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 206 of 255 = 81%

157
196
206

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

Portions of RGB colors in percentages

R + G + B =
157 + 196 + 206 = 559 (100%)
R 157 of 559 ~ 28.09%
G 196 of 559 ~ 35.06%
B 206 of 559 ~ 36.85%

%28.09
%35.06
%36.85

CMYK color model

#9DC4CE color CMYK value is (24,5,0,19).

  • cyan value is 23.79%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,5,0,19)
C24M5Y0K19 
(24%,5%,0%,19%)
(0.24/0.05/0.00/0.19)	

CMYK percentages

%23.79
%4.85
%0
%19.22

Codes

Color #9DC4CE in popluar color models

9DC4CE
RGB157196206
HSL192°33.33%71.18%
HSB/HSV192°23.79%80.78%
CMYK23.79%4.85%0.00%
19.22%

Color #9DC4CE in popluar number systems.

HEX9DC4CE
Decimal157196206
Binary100111011100010011001110
Octal235304316

Shades and tints

Shades of #9DC4CE

#9DC4CE
(157,196,206)
#8FB3BC
(143,179,188)
#81A2AA
(129,162,170)
#739198
(115,145,152)
#658086
(101,128,134)
#576F74
(87,111,116)
#495E62
(73,94,98)
#3B4D50
(59,77,80)
#2D3C3E
(45,60,62)
#1F2B2C
(31,43,44)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #9DC4CE

#9DC4CE
(157,196,206)
#A5C9D2
(165,201,210)
#ADCED6
(173,206,214)
#B5D3DA
(181,211,218)
#BDD8DE
(189,216,222)
#C5DDE2
(197,221,226)
#CDE2E6
(205,226,230)
#D5E7EA
(213,231,234)
#DDECEE
(221,236,238)
#E5F1F2
(229,241,242)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC4CE; }

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

This text font color is #9DC4CE.


Background Color

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

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

This div background color is #9DC4CE.


Border color

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

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

This div border color is #9DC4CE.


Opacity

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

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

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

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

This text has shadow with #9DC4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC4CE on black background.


Color preview on white background

This text has color #9DC4CE on white background.



Black color preview on #9DC4CE background

This text has black color on #9DC4CE background.


White color preview on #9DC4CE background

This text has white color on #9DC4CE background.