COLOR #A0BB9B

HEX: #A0BB9B
RGB: (160,187,155)

Color info

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

RGB color model

#A0BB9B color RGB value is (160,187,155).

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

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 155 of 255 = 61%

160
187
155

R + G + B ~ 66%. #A0BB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 187 + 155 = 502 (100%)
R 160 of 502 ~ 31.87%
G 187 of 502 ~ 37.25%
B 155 of 502 ~ 30.88%

%31.87
%37.25
%30.88

CMYK color model

#A0BB9B color CMYK value is (14,0,17,27).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(14,0,17,27)
C14M0Y17K27 
(14%,0%,17%,27%)
(0.14/0.00/0.17/0.27)	

CMYK percentages

%14.44
%0
%17.11
%26.67

Codes

Color #A0BB9B in popluar color models

A0BB9B
RGB160187155
HSL111°19.05%67.06%
HSB/HSV111°17.11%73.33%
CMYK14.44%0.00%17.11%
26.67%

Color #A0BB9B in popluar number systems.

HEXA0BB9B
Decimal160187155
Binary101000001011101110011011
Octal240273233

Shades and tints

Shades of #A0BB9B

#A0BB9B
(160,187,155)
#92AA8D
(146,170,141)
#84997F
(132,153,127)
#768871
(118,136,113)
#687763
(104,119,99)
#5A6655
(90,102,85)
#4C5547
(76,85,71)
#3E4439
(62,68,57)
#30332B
(48,51,43)
#22221D
(34,34,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #A0BB9B

#A0BB9B
(160,187,155)
#A8C1A4
(168,193,164)
#B0C7AD
(176,199,173)
#B8CDB6
(184,205,182)
#C0D3BF
(192,211,191)
#C8D9C8
(200,217,200)
#D0DFD1
(208,223,209)
#D8E5DA
(216,229,218)
#E0EBE3
(224,235,227)
#E8F1EC
(232,241,236)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BB9B; }

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

This text font color is #A0BB9B.


Background Color

.myBgColor { background-color: #A0BB9B; }

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

This div background color is #A0BB9B.


Border color

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

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

This div border color is #A0BB9B.


Opacity

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

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

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

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

This text has shadow with #A0BB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BB9B on black background.


Color preview on white background

This text has color #A0BB9B on white background.



Black color preview on #A0BB9B background

This text has black color on #A0BB9B background.


White color preview on #A0BB9B background

This text has white color on #A0BB9B background.