COLOR #A8BB8A

HEX: #A8BB8A RGB: (168,187,138)

Color info

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

RGB color model

#A8BB8A color RGB value is (168,187,138).

RGB: (168,187,138) (66%, 73%, 54%)

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 138 of 255 = 54%

168
187
138

R + G + B ~ 64%. #A8BB8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 187 + 138 = 493 (100%)
R 168 of 493 ~ 34.08%
G 187 of 493 ~ 37.93%
B 138 of 493 ~ 27.99'%

%34.08
%37.93
%27.99

CMYK color model

#A8BB8A color CMYK value is (10,0,26,27).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 26.20%
  • key color value is 26.67%
CMYK: (10,0,26,27) C10M0Y26K27 (10%,0%,26%,27%) (0.10/0.00/0.26/0.27) 

CMYK percentages

%10.16
%0
%26.2
%26.67

Codes

Color #A8BB8A in popluar color models

A8 BB 8A
RGB 168 187 138
HSL 83° 26.49% 63.73%
HSB/HSV 83° 26.20% 73.33%
CMYK 10.16% 0.00% 26.20%
26.67%

Color #A8BB8A in popluar number systems.

HEX A8 BB 8A
Decimal 168 187 138
Binary 10101000 10111011 10001010
Octal 250 273 212

Shades and tints

Shades of #A8BB8A

#A8BB8A
(168,187,138)
#99AA7E
(153,170,126)
#8A9972
(138,153,114)
#7B8866
(123,136,102)
#6C775A
(108,119,90)
#5D664E
(93,102,78)
#4E5542
(78,85,66)
#3F4436
(63,68,54)
#30332A
(48,51,42)
#21221E
(33,34,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #A8BB8A

#A8BB8A
(168,187,138)
#AFC194
(175,193,148)
#B6C79E
(182,199,158)
#BDCDA8
(189,205,168)
#C4D3B2
(196,211,178)
#CBD9BC
(203,217,188)
#D2DFC6
(210,223,198)
#D9E5D0
(217,229,208)
#E0EBDA
(224,235,218)
#E7F1E4
(231,241,228)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BB8A color. Also use rgb(168,187,138) instead hex code.

Text Font Color

.myTextColor { color: #A8BB8A; }

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

This text font color is #A8BB8A.

Background Color

.myBgColor { background-color: #A8BB8A; }

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

This div background color is #A8BB8A.

Border color

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

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

This div border color is #A8BB8A.

Opacity

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

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

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

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

This text has shadow with #A8BB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BB8A.

Preview

Color preview on black background

This text has color #A8BB8A on black background.


Color preview on white background

This text has color #A8BB8A on white background.


Black color preview on #A8BB8A background

This text has black color on #A8BB8A background.


White color preview on #A8BB8A background

This text has white color on #A8BB8A background.


Related colors

Complementary color

Complementary color for #hex is #574475.


I love getcolorcode.com

Triadic colors

1 #8AA8BB and #BB8AA8 with #A8BB8A are triadic colors.

2 #8ABBA8 and #BBA88A with #A8BB8A are triadic colors.