COLOR #A0B88D

HEX: #A0B88D
RGB: (160,184,141)

Color info

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

RGB color model

#A0B88D color RGB value is (160,184,141).

  • red value is 160;
  • green value is 184;
  • blue value is 141.
RGB:
(160,184,141)
(63%,72%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 184 of 255 = 72%
B 141 of 255 = 55%

160
184
141

R + G + B ~ 63%. #A0B88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 184 + 141 = 485 (100%)
R 160 of 485 ~ 32.99%
G 184 of 485 ~ 37.94%
B 141 of 485 ~ 29.07%

%32.99
%37.94
%29.07

CMYK color model

#A0B88D color CMYK value is (13,0,23,28).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(13,0,23,28)
C13M0Y23K28 
(13%,0%,23%,28%)
(0.13/0.00/0.23/0.28)	

CMYK percentages

%13.04
%0
%23.37
%27.84

Codes

Color #A0B88D in popluar color models

A0B88D
RGB160184141
HSL93°23.24%63.73%
HSB/HSV93°23.37%72.16%
CMYK13.04%0.00%23.37%
27.84%

Color #A0B88D in popluar number systems.

HEXA0B88D
Decimal160184141
Binary101000001011100010001101
Octal240270215

Shades and tints

Shades of #A0B88D

#A0B88D
(160,184,141)
#92A881
(146,168,129)
#849875
(132,152,117)
#768869
(118,136,105)
#68785D
(104,120,93)
#5A6851
(90,104,81)
#4C5845
(76,88,69)
#3E4839
(62,72,57)
#30382D
(48,56,45)
#222821
(34,40,33)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #A0B88D

#A0B88D
(160,184,141)
#A8BE97
(168,190,151)
#B0C4A1
(176,196,161)
#B8CAAB
(184,202,171)
#C0D0B5
(192,208,181)
#C8D6BF
(200,214,191)
#D0DCC9
(208,220,201)
#D8E2D3
(216,226,211)
#E0E8DD
(224,232,221)
#E8EEE7
(232,238,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B88D color. Also use rgb(160,184,141) instead hex code.

Text Font Color

.myTextColor { color: #A0B88D; }

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

This text font color is #A0B88D.


Background Color

.myBgColor { background-color: #A0B88D; }

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

This div background color is #A0B88D.


Border color

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

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

This div border color is #A0B88D.


Opacity

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

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

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

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

This text has shadow with #A0B88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B88D on black background.


Color preview on white background

This text has color #A0B88D on white background.



Black color preview on #A0B88D background

This text has black color on #A0B88D background.


White color preview on #A0B88D background

This text has white color on #A0B88D background.