COLOR #9DC3CF

HEX: #9DC3CF
RGB: (157,195,207)

Color info

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

RGB color model

#9DC3CF color RGB value is (157,195,207).

  • red value is 157;
  • green value is 195;
  • blue value is 207.
RGB:
(157,195,207)
(62%,76%,81%)

RGB channels and saturation

R 157 of 255 = 62%
G 195 of 255 = 76%
B 207 of 255 = 81%

157
195
207

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

Portions of RGB colors in percentages

R + G + B =
157 + 195 + 207 = 559 (100%)
R 157 of 559 ~ 28.09%
G 195 of 559 ~ 34.88%
B 207 of 559 ~ 37.03%

%28.09
%34.88
%37.03

CMYK color model

#9DC3CF color CMYK value is (24,6,0,19).

  • cyan value is 24.15%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(24,6,0,19)
C24M6Y0K19 
(24%,6%,0%,19%)
(0.24/0.06/0.00/0.19)	

CMYK percentages

%24.15
%5.8
%0
%18.82

Codes

Color #9DC3CF in popluar color models

9DC3CF
RGB157195207
HSL194°34.25%71.37%
HSB/HSV194°24.15%81.18%
CMYK24.15%5.80%0.00%
18.82%

Color #9DC3CF in popluar number systems.

HEX9DC3CF
Decimal157195207
Binary100111011100001111001111
Octal235303317

Shades and tints

Shades of #9DC3CF

#9DC3CF
(157,195,207)
#8FB2BD
(143,178,189)
#81A1AB
(129,161,171)
#739099
(115,144,153)
#657F87
(101,127,135)
#576E75
(87,110,117)
#495D63
(73,93,99)
#3B4C51
(59,76,81)
#2D3B3F
(45,59,63)
#1F2A2D
(31,42,45)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #9DC3CF

#9DC3CF
(157,195,207)
#A5C8D3
(165,200,211)
#ADCDD7
(173,205,215)
#B5D2DB
(181,210,219)
#BDD7DF
(189,215,223)
#C5DCE3
(197,220,227)
#CDE1E7
(205,225,231)
#D5E6EB
(213,230,235)
#DDEBEF
(221,235,239)
#E5F0F3
(229,240,243)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC3CF color. Also use rgb(157,195,207) instead hex code.

Text Font Color

.myTextColor { color: #9DC3CF; }

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

This text font color is #9DC3CF.


Background Color

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

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

This div background color is #9DC3CF.


Border color

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

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

This div border color is #9DC3CF.


Opacity

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

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

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

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

This text has shadow with #9DC3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC3CF on black background.


Color preview on white background

This text has color #9DC3CF on white background.



Black color preview on #9DC3CF background

This text has black color on #9DC3CF background.


White color preview on #9DC3CF background

This text has white color on #9DC3CF background.