COLOR #A8B985

HEX: #A8B985
RGB: (168,185,133)

Color info

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

RGB color model

#A8B985 color RGB value is (168,185,133).

  • red value is 168;
  • green value is 185;
  • blue value is 133.
RGB:
(168,185,133)
(66%,73%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 185 of 255 = 73%
B 133 of 255 = 52%

168
185
133

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

Portions of RGB colors in percentages

R + G + B =
168 + 185 + 133 = 486 (100%)
R 168 of 486 ~ 34.57%
G 185 of 486 ~ 38.07%
B 133 of 486 ~ 27.37%

%34.57
%38.07
%27.37

CMYK color model

#A8B985 color CMYK value is (9,0,28,27).

  • cyan value is 9.19%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK:
(9,0,28,27)
C9M0Y28K27 
(9%,0%,28%,27%)
(0.09/0.00/0.28/0.27)	

CMYK percentages

%9.19
%0
%28.11
%27.45

Codes

Color #A8B985 in popluar color models

A8B985
RGB168185133
HSL80°27.08%62.35%
HSB/HSV80°28.11%72.55%
CMYK9.19%0.00%28.11%
27.45%

Color #A8B985 in popluar number systems.

HEXA8B985
Decimal168185133
Binary101010001011100110000101
Octal250271205

Shades and tints

Shades of #A8B985

#A8B985
(168,185,133)
#99A979
(153,169,121)
#8A996D
(138,153,109)
#7B8961
(123,137,97)
#6C7955
(108,121,85)
#5D6949
(93,105,73)
#4E593D
(78,89,61)
#3F4931
(63,73,49)
#303925
(48,57,37)
#212919
(33,41,25)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #A8B985

#A8B985
(168,185,133)
#AFBF90
(175,191,144)
#B6C59B
(182,197,155)
#BDCBA6
(189,203,166)
#C4D1B1
(196,209,177)
#CBD7BC
(203,215,188)
#D2DDC7
(210,221,199)
#D9E3D2
(217,227,210)
#E0E9DD
(224,233,221)
#E7EFE8
(231,239,232)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B985; }

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

This text font color is #A8B985.


Background Color

.myBgColor { background-color: #A8B985; }

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

This div background color is #A8B985.


Border color

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

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

This div border color is #A8B985.


Opacity

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

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

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

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

This text has shadow with #A8B985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B985 on black background.


Color preview on white background

This text has color #A8B985 on white background.



Black color preview on #A8B985 background

This text has black color on #A8B985 background.


White color preview on #A8B985 background

This text has white color on #A8B985 background.