COLOR #9DCFA0

HEX: #9DCFA0
RGB: (157,207,160)

Color info

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

RGB color model

#9DCFA0 color RGB value is (157,207,160).

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

RGB channels and saturation

R 157 of 255 = 62%
G 207 of 255 = 81%
B 160 of 255 = 63%

157
207
160

R + G + B ~ 69%. #9DCFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 207 + 160 = 524 (100%)
R 157 of 524 ~ 29.96%
G 207 of 524 ~ 39.5%
B 160 of 524 ~ 30.53%

%29.96
%39.5
%30.53

CMYK color model

#9DCFA0 color CMYK value is (24,0,23,19).

  • cyan value is 24.15%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 18.82%
CMYK:
(24,0,23,19)
C24M0Y23K19 
(24%,0%,23%,19%)
(0.24/0.00/0.23/0.19)	

CMYK percentages

%24.15
%0
%22.71
%18.82

Codes

Color #9DCFA0 in popluar color models

9DCFA0
RGB157207160
HSL124°34.25%71.37%
HSB/HSV124°24.15%81.18%
CMYK24.15%0.00%22.71%
18.82%

Color #9DCFA0 in popluar number systems.

HEX9DCFA0
Decimal157207160
Binary100111011100111110100000
Octal235317240

Shades and tints

Shades of #9DCFA0

#9DCFA0
(157,207,160)
#8FBD92
(143,189,146)
#81AB84
(129,171,132)
#739976
(115,153,118)
#658768
(101,135,104)
#57755A
(87,117,90)
#49634C
(73,99,76)
#3B513E
(59,81,62)
#2D3F30
(45,63,48)
#1F2D22
(31,45,34)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #9DCFA0

#9DCFA0
(157,207,160)
#A5D3A8
(165,211,168)
#ADD7B0
(173,215,176)
#B5DBB8
(181,219,184)
#BDDFC0
(189,223,192)
#C5E3C8
(197,227,200)
#CDE7D0
(205,231,208)
#D5EBD8
(213,235,216)
#DDEFE0
(221,239,224)
#E5F3E8
(229,243,232)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCFA0; }

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

This text font color is #9DCFA0.


Background Color

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

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

This div background color is #9DCFA0.


Border color

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

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

This div border color is #9DCFA0.


Opacity

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

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

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

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

This text has shadow with #9DCFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCFA0 on black background.


Color preview on white background

This text has color #9DCFA0 on white background.



Black color preview on #9DCFA0 background

This text has black color on #9DCFA0 background.


White color preview on #9DCFA0 background

This text has white color on #9DCFA0 background.