COLOR #AABB95

HEX: #AABB95
RGB: (170,187,149)

Color info

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

RGB color model

#AABB95 color RGB value is (170,187,149).

  • red value is 170;
  • green value is 187;
  • blue value is 149.
RGB:
(170,187,149)
(67%,73%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 149 of 255 = 58%

170
187
149

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 149 = 506 (100%)
R 170 of 506 ~ 33.6%
G 187 of 506 ~ 36.96%
B 149 of 506 ~ 29.45%

%33.6
%36.96
%29.45

CMYK color model

#AABB95 color CMYK value is (9,0,20,27).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 20.32%
  • key color value is 26.67%
CMYK:
(9,0,20,27)
C9M0Y20K27 
(9%,0%,20%,27%)
(0.09/0.00/0.20/0.27)	

CMYK percentages

%9.09
%0
%20.32
%26.67

Codes

Color #AABB95 in popluar color models

AABB95
RGB170187149
HSL87°21.84%65.88%
HSB/HSV87°20.32%73.33%
CMYK9.09%0.00%20.32%
26.67%

Color #AABB95 in popluar number systems.

HEXAABB95
Decimal170187149
Binary101010101011101110010101
Octal252273225

Shades and tints

Shades of #AABB95

#AABB95
(170,187,149)
#9BAA88
(155,170,136)
#8C997B
(140,153,123)
#7D886E
(125,136,110)
#6E7761
(110,119,97)
#5F6654
(95,102,84)
#505547
(80,85,71)
#41443A
(65,68,58)
#32332D
(50,51,45)
#232220
(35,34,32)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AABB95

#AABB95
(170,187,149)
#B1C19E
(177,193,158)
#B8C7A7
(184,199,167)
#BFCDB0
(191,205,176)
#C6D3B9
(198,211,185)
#CDD9C2
(205,217,194)
#D4DFCB
(212,223,203)
#DBE5D4
(219,229,212)
#E2EBDD
(226,235,221)
#E9F1E6
(233,241,230)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABB95 color. Also use rgb(170,187,149) instead hex code.

Text Font Color

.myTextColor { color: #AABB95; }

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

This text font color is #AABB95.


Background Color

.myBgColor { background-color: #AABB95; }

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

This div background color is #AABB95.


Border color

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

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

This div border color is #AABB95.


Opacity

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

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

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

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

This text has shadow with #AABB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABB95 on black background.


Color preview on white background

This text has color #AABB95 on white background.



Black color preview on #AABB95 background

This text has black color on #AABB95 background.


White color preview on #AABB95 background

This text has white color on #AABB95 background.