COLOR #9DC7B0

HEX: #9DC7B0
RGB: (157,199,176)

Color info

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

RGB color model

#9DC7B0 color RGB value is (157,199,176).

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

RGB channels and saturation

R 157 of 255 = 62%
G 199 of 255 = 78%
B 176 of 255 = 69%

157
199
176

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

Portions of RGB colors in percentages

R + G + B =
157 + 199 + 176 = 532 (100%)
R 157 of 532 ~ 29.51%
G 199 of 532 ~ 37.41%
B 176 of 532 ~ 33.08%

%29.51
%37.41
%33.08

CMYK color model

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

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK:
(21,0,12,22)
C21M0Y12K22 
(21%,0%,12%,22%)
(0.21/0.00/0.12/0.22)	

CMYK percentages

%21.11
%0
%11.56
%21.96

Codes

Color #9DC7B0 in popluar color models

9DC7B0
RGB157199176
HSL147°27.27%69.80%
HSB/HSV147°21.11%78.04%
CMYK21.11%0.00%11.56%
21.96%

Color #9DC7B0 in popluar number systems.

HEX9DC7B0
Decimal157199176
Binary100111011100011110110000
Octal235307260

Shades and tints

Shades of #9DC7B0

#9DC7B0
(157,199,176)
#8FB5A0
(143,181,160)
#81A390
(129,163,144)
#739180
(115,145,128)
#657F70
(101,127,112)
#576D60
(87,109,96)
#495B50
(73,91,80)
#3B4940
(59,73,64)
#2D3730
(45,55,48)
#1F2520
(31,37,32)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #9DC7B0

#9DC7B0
(157,199,176)
#A5CCB7
(165,204,183)
#ADD1BE
(173,209,190)
#B5D6C5
(181,214,197)
#BDDBCC
(189,219,204)
#C5E0D3
(197,224,211)
#CDE5DA
(205,229,218)
#D5EAE1
(213,234,225)
#DDEFE8
(221,239,232)
#E5F4EF
(229,244,239)
#EDF9F6
(237,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC7B0; }

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

This text font color is #9DC7B0.


Background Color

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

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

This div background color is #9DC7B0.


Border color

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

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

This div border color is #9DC7B0.


Opacity

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

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

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

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

This text has shadow with #9DC7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC7B0 on black background.


Color preview on white background

This text has color #9DC7B0 on white background.



Black color preview on #9DC7B0 background

This text has black color on #9DC7B0 background.


White color preview on #9DC7B0 background

This text has white color on #9DC7B0 background.