COLOR #A0CB9B

HEX: #A0CB9B
RGB: (160,203,155)

Color info

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

RGB color model

#A0CB9B color RGB value is (160,203,155).

  • red value is 160;
  • green value is 203;
  • blue value is 155.
RGB:
(160,203,155)
(63%,80%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 203 of 255 = 80%
B 155 of 255 = 61%

160
203
155

R + G + B ~ 68%. #A0CB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 203 + 155 = 518 (100%)
R 160 of 518 ~ 30.89%
G 203 of 518 ~ 39.19%
B 155 of 518 ~ 29.92%

%30.89
%39.19
%29.92

CMYK color model

#A0CB9B color CMYK value is (21,0,24,20).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 20.39%
CMYK:
(21,0,24,20)
C21M0Y24K20 
(21%,0%,24%,20%)
(0.21/0.00/0.24/0.20)	

CMYK percentages

%21.18
%0
%23.65
%20.39

Codes

Color #A0CB9B in popluar color models

A0CB9B
RGB160203155
HSL114°31.58%70.20%
HSB/HSV114°23.65%79.61%
CMYK21.18%0.00%23.65%
20.39%

Color #A0CB9B in popluar number systems.

HEXA0CB9B
Decimal160203155
Binary101000001100101110011011
Octal240313233

Shades and tints

Shades of #A0CB9B

#A0CB9B
(160,203,155)
#92B98D
(146,185,141)
#84A77F
(132,167,127)
#769571
(118,149,113)
#688363
(104,131,99)
#5A7155
(90,113,85)
#4C5F47
(76,95,71)
#3E4D39
(62,77,57)
#303B2B
(48,59,43)
#22291D
(34,41,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #A0CB9B

#A0CB9B
(160,203,155)
#A8CFA4
(168,207,164)
#B0D3AD
(176,211,173)
#B8D7B6
(184,215,182)
#C0DBBF
(192,219,191)
#C8DFC8
(200,223,200)
#D0E3D1
(208,227,209)
#D8E7DA
(216,231,218)
#E0EBE3
(224,235,227)
#E8EFEC
(232,239,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CB9B color. Also use rgb(160,203,155) instead hex code.

Text Font Color

.myTextColor { color: #A0CB9B; }

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

This text font color is #A0CB9B.


Background Color

.myBgColor { background-color: #A0CB9B; }

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

This div background color is #A0CB9B.


Border color

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

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

This div border color is #A0CB9B.


Opacity

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

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

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

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

This text has shadow with #A0CB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CB9B on black background.


Color preview on white background

This text has color #A0CB9B on white background.



Black color preview on #A0CB9B background

This text has black color on #A0CB9B background.


White color preview on #A0CB9B background

This text has white color on #A0CB9B background.