COLOR #A8B98D

HEX: #A8B98D RGB: (168,185,141)

Color info

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

RGB color model

#A8B98D color RGB value is (168,185,141).

RGB: (168,185,141) (66%, 73%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 185 of 255 = 73%
B 141 of 255 = 55%

168
185
141

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

Portions of RGB colors in percentages

R + G + B = 168 + 185 + 141 = 494 (100%)
R 168 of 494 ~ 34.01%
G 185 of 494 ~ 37.45%
B 141 of 494 ~ 28.54'%

%34.01
%37.45
%28.54

CMYK color model

#A8B98D color CMYK value is (9,0,24,27).

  • cyan value is 9.19%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 27.45%

CMYK: (9,0,24,27)
C9M0Y24K27 (9%, 0%, 24%, 27%)
(0.09 / 0.00 / 0.24 / 0.27)

CMYK percentages

%9.19
%0
%23.78
%27.45

Codes

Color #A8B98D in popluar color models

A8 B9 8D
RGB 168 185 141
HSL 83° 23.91% 63.92%
HSB/HSV 83° 23.78% 72.55%
CMYK 9.19% 0.00% 23.78%
27.45%

Color #A8B98D in popluar number systems.

HEX A8 B9 8D
Decimal 168 185 141
Binary 10101000 10111001 10001101
Octal 250 271 215

Shades and tints

Shades of #A8B98D

#A8B98D
(168,185,141)
#99A981
(153,169,129)
#8A9975
(138,153,117)
#7B8969
(123,137,105)
#6C795D
(108,121,93)
#5D6951
(93,105,81)
#4E5945
(78,89,69)
#3F4939
(63,73,57)
#30392D
(48,57,45)
#212921
(33,41,33)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #A8B98D

#A8B98D
(168,185,141)
#AFBF97
(175,191,151)
#B6C5A1
(182,197,161)
#BDCBAB
(189,203,171)
#C4D1B5
(196,209,181)
#CBD7BF
(203,215,191)
#D2DDC9
(210,221,201)
#D9E3D3
(217,227,211)
#E0E9DD
(224,233,221)
#E7EFE7
(231,239,231)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B98D color. Also use rgb(168,185,141) instead hex code.

Text Font Color

.myTextColor { color: #A8B98D; }

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

This text font color is #A8B98D.

Background Color

.myBgColor { background-color: #A8B98D; }

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

This div background color is #A8B98D.

Border color

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

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

This div border color is #A8B98D.

Opacity

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

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

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

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

This text has shadow with #A8B98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B98D.

Preview

Color preview on black background

This text has color #A8B98D on black background.


Color preview on white background

This text has color #A8B98D on white background.


Black color preview on #A8B98D background

This text has black color on #A8B98D background.


White color preview on #A8B98D background

This text has white color on #A8B98D background.


Related colors

Complementary color

Complementary color for #hex is #574672.


I love getcolorcode.com

Triadic colors

1 #8DA8B9 and #B98DA8 with #A8B98D are triadic colors.

2 #8DB9A8 and #B9A88D with #A8B98D are triadic colors.