COLOR #9DC9C2

HEX: #9DC9C2
RGB: (157,201,194)

Color info

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

RGB color model

#9DC9C2 color RGB value is (157,201,194).

  • red value is 157;
  • green value is 201;
  • blue value is 194.
RGB:
(157,201,194)
(62%,79%,76%)

RGB channels and saturation

R 157 of 255 = 62%
G 201 of 255 = 79%
B 194 of 255 = 76%

157
201
194

R + G + B ~ 72%. #9DC9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 201 + 194 = 552 (100%)
R 157 of 552 ~ 28.44%
G 201 of 552 ~ 36.41%
B 194 of 552 ~ 35.14%

%28.44
%36.41
%35.14

CMYK color model

#9DC9C2 color CMYK value is (22,0,3,21).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 21.18%
CMYK:
(22,0,3,21)
C22M0Y3K21 
(22%,0%,3%,21%)
(0.22/0.00/0.03/0.21)	

CMYK percentages

%21.89
%0
%3.48
%21.18

Codes

Color #9DC9C2 in popluar color models

9DC9C2
RGB157201194
HSL170°28.95%70.20%
HSB/HSV170°21.89%78.82%
CMYK21.89%0.00%3.48%
21.18%

Color #9DC9C2 in popluar number systems.

HEX9DC9C2
Decimal157201194
Binary100111011100100111000010
Octal235311302

Shades and tints

Shades of #9DC9C2

#9DC9C2
(157,201,194)
#8FB7B1
(143,183,177)
#81A5A0
(129,165,160)
#73938F
(115,147,143)
#65817E
(101,129,126)
#576F6D
(87,111,109)
#495D5C
(73,93,92)
#3B4B4B
(59,75,75)
#2D393A
(45,57,58)
#1F2729
(31,39,41)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #9DC9C2

#9DC9C2
(157,201,194)
#A5CDC7
(165,205,199)
#ADD1CC
(173,209,204)
#B5D5D1
(181,213,209)
#BDD9D6
(189,217,214)
#C5DDDB
(197,221,219)
#CDE1E0
(205,225,224)
#D5E5E5
(213,229,229)
#DDE9EA
(221,233,234)
#E5EDEF
(229,237,239)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC9C2 color. Also use rgb(157,201,194) instead hex code.

Text Font Color

.myTextColor { color: #9DC9C2; }

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

This text font color is #9DC9C2.


Background Color

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

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

This div background color is #9DC9C2.


Border color

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

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

This div border color is #9DC9C2.


Opacity

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

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

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

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

This text has shadow with #9DC9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC9C2 on black background.


Color preview on white background

This text has color #9DC9C2 on white background.



Black color preview on #9DC9C2 background

This text has black color on #9DC9C2 background.


White color preview on #9DC9C2 background

This text has white color on #9DC9C2 background.