COLOR #A0CF9D

HEX: #A0CF9D
RGB: (160,207,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
207
157

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

Portions of RGB colors in percentages

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

%30.53
%39.5
%29.96

CMYK color model

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

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

CMYK percentages

%22.71
%0
%24.15
%18.82

Codes

Color #A0CF9D in popluar color models

A0CF9D
RGB160207157
HSL116°34.25%71.37%
HSB/HSV116°24.15%81.18%
CMYK22.71%0.00%24.15%
18.82%

Color #A0CF9D in popluar number systems.

HEXA0CF9D
Decimal160207157
Binary101000001100111110011101
Octal240317235

Shades and tints

Shades of #A0CF9D

#A0CF9D
(160,207,157)
#92BD8F
(146,189,143)
#84AB81
(132,171,129)
#769973
(118,153,115)
#688765
(104,135,101)
#5A7557
(90,117,87)
#4C6349
(76,99,73)
#3E513B
(62,81,59)
#303F2D
(48,63,45)
#222D1F
(34,45,31)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #A0CF9D

#A0CF9D
(160,207,157)
#A8D3A5
(168,211,165)
#B0D7AD
(176,215,173)
#B8DBB5
(184,219,181)
#C0DFBD
(192,223,189)
#C8E3C5
(200,227,197)
#D0E7CD
(208,231,205)
#D8EBD5
(216,235,213)
#E0EFDD
(224,239,221)
#E8F3E5
(232,243,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CF9D; }

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

This text font color is #A0CF9D.


Background Color

.myBgColor { background-color: #A0CF9D; }

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

This div background color is #A0CF9D.


Border color

.myBorderColor { border: 1px solid #A0CF9D; }

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

This div border color is #A0CF9D.


Opacity

.myOpacity80 { color: #A0CF9D; opacity: 0.8; }

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

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

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

This text has shadow with #A0CF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CF9D on black background.


Color preview on white background

This text has color #A0CF9D on white background.



Black color preview on #A0CF9D background

This text has black color on #A0CF9D background.


White color preview on #A0CF9D background

This text has white color on #A0CF9D background.