COLOR #9DCFC6

HEX: #9DCFC6
RGB: (157,207,198)

Color info

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

RGB color model

#9DCFC6 color RGB value is (157,207,198).

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

RGB channels and saturation

R 157 of 255 = 62%
G 207 of 255 = 81%
B 198 of 255 = 78%

157
207
198

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

Portions of RGB colors in percentages

R + G + B =
157 + 207 + 198 = 562 (100%)
R 157 of 562 ~ 27.94%
G 207 of 562 ~ 36.83%
B 198 of 562 ~ 35.23%

%27.94
%36.83
%35.23

CMYK color model

#9DCFC6 color CMYK value is (24,0,4,19).

  • cyan value is 24.15%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(24,0,4,19)
C24M0Y4K19 
(24%,0%,4%,19%)
(0.24/0.00/0.04/0.19)	

CMYK percentages

%24.15
%0
%4.35
%18.82

Codes

Color #9DCFC6 in popluar color models

9DCFC6
RGB157207198
HSL169°34.25%71.37%
HSB/HSV169°24.15%81.18%
CMYK24.15%0.00%4.35%
18.82%

Color #9DCFC6 in popluar number systems.

HEX9DCFC6
Decimal157207198
Binary100111011100111111000110
Octal235317306

Shades and tints

Shades of #9DCFC6

#9DCFC6
(157,207,198)
#8FBDB4
(143,189,180)
#81ABA2
(129,171,162)
#739990
(115,153,144)
#65877E
(101,135,126)
#57756C
(87,117,108)
#49635A
(73,99,90)
#3B5148
(59,81,72)
#2D3F36
(45,63,54)
#1F2D24
(31,45,36)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #9DCFC6

#9DCFC6
(157,207,198)
#A5D3CB
(165,211,203)
#ADD7D0
(173,215,208)
#B5DBD5
(181,219,213)
#BDDFDA
(189,223,218)
#C5E3DF
(197,227,223)
#CDE7E4
(205,231,228)
#D5EBE9
(213,235,233)
#DDEFEE
(221,239,238)
#E5F3F3
(229,243,243)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCFC6; }

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

This text font color is #9DCFC6.


Background Color

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

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

This div background color is #9DCFC6.


Border color

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

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

This div border color is #9DCFC6.


Opacity

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

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

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

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

This text has shadow with #9DCFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCFC6 on black background.


Color preview on white background

This text has color #9DCFC6 on white background.



Black color preview on #9DCFC6 background

This text has black color on #9DCFC6 background.


White color preview on #9DCFC6 background

This text has white color on #9DCFC6 background.