COLOR #9DC9B0

HEX: #9DC9B0
RGB: (157,201,176)

Color info

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

RGB color model

#9DC9B0 color RGB value is (157,201,176).

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

RGB channels and saturation

R 157 of 255 = 62%
G 201 of 255 = 79%
B 176 of 255 = 69%

157
201
176

R + G + B ~ 70%. #9DC9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 201 + 176 = 534 (100%)
R 157 of 534 ~ 29.4%
G 201 of 534 ~ 37.64%
B 176 of 534 ~ 32.96%

%29.4
%37.64
%32.96

CMYK color model

#9DC9B0 color CMYK value is (22,0,12,21).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(22,0,12,21)
C22M0Y12K21 
(22%,0%,12%,21%)
(0.22/0.00/0.12/0.21)	

CMYK percentages

%21.89
%0
%12.44
%21.18

Codes

Color #9DC9B0 in popluar color models

9DC9B0
RGB157201176
HSL146°28.95%70.20%
HSB/HSV146°21.89%78.82%
CMYK21.89%0.00%12.44%
21.18%

Color #9DC9B0 in popluar number systems.

HEX9DC9B0
Decimal157201176
Binary100111011100100110110000
Octal235311260

Shades and tints

Shades of #9DC9B0

#9DC9B0
(157,201,176)
#8FB7A0
(143,183,160)
#81A590
(129,165,144)
#739380
(115,147,128)
#658170
(101,129,112)
#576F60
(87,111,96)
#495D50
(73,93,80)
#3B4B40
(59,75,64)
#2D3930
(45,57,48)
#1F2720
(31,39,32)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #9DC9B0

#9DC9B0
(157,201,176)
#A5CDB7
(165,205,183)
#ADD1BE
(173,209,190)
#B5D5C5
(181,213,197)
#BDD9CC
(189,217,204)
#C5DDD3
(197,221,211)
#CDE1DA
(205,225,218)
#D5E5E1
(213,229,225)
#DDE9E8
(221,233,232)
#E5EDEF
(229,237,239)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC9B0; }

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

This text font color is #9DC9B0.


Background Color

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

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

This div background color is #9DC9B0.


Border color

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

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

This div border color is #9DC9B0.


Opacity

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

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

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

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

This text has shadow with #9DC9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC9B0 on black background.


Color preview on white background

This text has color #9DC9B0 on white background.



Black color preview on #9DC9B0 background

This text has black color on #9DC9B0 background.


White color preview on #9DC9B0 background

This text has white color on #9DC9B0 background.