COLOR #A8BB8C

HEX: #A8BB8C RGB: (168,187,140)

Color info

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

RGB color model

#A8BB8C color RGB value is (168,187,140).

RGB: (168,187,140) (66%, 73%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 140 of 255 = 55%

168
187
140

R + G + B ~ 65%. #A8BB8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 187 + 140 = 495 (100%)
R 168 of 495 ~ 33.94%
G 187 of 495 ~ 37.78%
B 140 of 495 ~ 28.28'%

%33.94
%37.78
%28.28

CMYK color model

#A8BB8C color CMYK value is (10,0,25,27).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 26.67%

CMYK: (10,0,25,27)
C10M0Y25K27 (10%, 0%, 25%, 27%)
(0.10 / 0.00 / 0.25 / 0.27)

CMYK percentages

%10.16
%0
%25.13
%26.67

Codes

Color #A8BB8C in popluar color models

A8 BB 8C
RGB 168 187 140
HSL 84° 25.68% 64.12%
HSB/HSV 84° 25.13% 73.33%
CMYK 10.16% 0.00% 25.13%
26.67%

Color #A8BB8C in popluar number systems.

HEX A8 BB 8C
Decimal 168 187 140
Binary 10101000 10111011 10001100
Octal 250 273 214

Shades and tints

Shades of #A8BB8C

#A8BB8C
(168,187,140)
#99AA80
(153,170,128)
#8A9974
(138,153,116)
#7B8868
(123,136,104)
#6C775C
(108,119,92)
#5D6650
(93,102,80)
#4E5544
(78,85,68)
#3F4438
(63,68,56)
#30332C
(48,51,44)
#212220
(33,34,32)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #A8BB8C

#A8BB8C
(168,187,140)
#AFC196
(175,193,150)
#B6C7A0
(182,199,160)
#BDCDAA
(189,205,170)
#C4D3B4
(196,211,180)
#CBD9BE
(203,217,190)
#D2DFC8
(210,223,200)
#D9E5D2
(217,229,210)
#E0EBDC
(224,235,220)
#E7F1E6
(231,241,230)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BB8C; }

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

This text font color is #A8BB8C.

Background Color

.myBgColor { background-color: #A8BB8C; }

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

This div background color is #A8BB8C.

Border color

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

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

This div border color is #A8BB8C.

Opacity

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

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

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

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

This text has shadow with #A8BB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BB8C.

Preview

Color preview on black background

This text has color #A8BB8C on black background.


Color preview on white background

This text has color #A8BB8C on white background.


Black color preview on #A8BB8C background

This text has black color on #A8BB8C background.


White color preview on #A8BB8C background

This text has white color on #A8BB8C background.


Related colors

Complementary color

Complementary color for #hex is #574473.


I love getcolorcode.com

Triadic colors

1 #8CA8BB and #BB8CA8 with #A8BB8C are triadic colors.

2 #8CBBA8 and #BBA88C with #A8BB8C are triadic colors.