COLOR #A8BC9D

HEX: #A8BC9D RGB: (168,188,157)

Color info

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

RGB color model

#A8BC9D color RGB value is (168,188,157).

RGB: (168,188,157) (66%, 74%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 157 of 255 = 62%

168
188
157

R + G + B ~ 67%. #A8BC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 188 + 157 = 513 (100%)
R 168 of 513 ~ 32.75%
G 188 of 513 ~ 36.65%
B 157 of 513 ~ 30.6'%

%32.75
%36.65
%30.6

CMYK color model

#A8BC9D color CMYK value is (11,0,16,26).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 26.27%

CMYK: (11,0,16,26)
C11M0Y16K26 (11%, 0%, 16%, 26%)
(0.11 / 0.00 / 0.16 / 0.26)

CMYK percentages

%10.64
%0
%16.49
%26.27

Codes

Color #A8BC9D in popluar color models

A8 BC 9D
RGB 168 188 157
HSL 99° 18.79% 67.65%
HSB/HSV 99° 16.49% 73.73%
CMYK 10.64% 0.00% 16.49%
26.27%

Color #A8BC9D in popluar number systems.

HEX A8 BC 9D
Decimal 168 188 157
Binary 10101000 10111100 10011101
Octal 250 274 235

Shades and tints

Shades of #A8BC9D

#A8BC9D
(168,188,157)
#99AB8F
(153,171,143)
#8A9A81
(138,154,129)
#7B8973
(123,137,115)
#6C7865
(108,120,101)
#5D6757
(93,103,87)
#4E5649
(78,86,73)
#3F453B
(63,69,59)
#30342D
(48,52,45)
#21231F
(33,35,31)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A8BC9D

#A8BC9D
(168,188,157)
#AFC2A5
(175,194,165)
#B6C8AD
(182,200,173)
#BDCEB5
(189,206,181)
#C4D4BD
(196,212,189)
#CBDAC5
(203,218,197)
#D2E0CD
(210,224,205)
#D9E6D5
(217,230,213)
#E0ECDD
(224,236,221)
#E7F2E5
(231,242,229)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BC9D color. Also use rgb(168,188,157) instead hex code.

Text Font Color

.myTextColor { color: #A8BC9D; }

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

This text font color is #A8BC9D.

Background Color

.myBgColor { background-color: #A8BC9D; }

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

This div background color is #A8BC9D.

Border color

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

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

This div border color is #A8BC9D.

Opacity

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

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

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

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

This text has shadow with #A8BC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BC9D.

Preview

Color preview on black background

This text has color #A8BC9D on black background.


Color preview on white background

This text has color #A8BC9D on white background.


Black color preview on #A8BC9D background

This text has black color on #A8BC9D background.


White color preview on #A8BC9D background

This text has white color on #A8BC9D background.


Related colors

Complementary color

Complementary color for #hex is #574362.


I love getcolorcode.com

Triadic colors

1 #9DA8BC and #BC9DA8 with #A8BC9D are triadic colors.

2 #9DBCA8 and #BCA89D with #A8BC9D are triadic colors.