COLOR #A8B891

HEX: #A8B891
RGB: (168,184,145)

Color info

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

RGB color model

#A8B891 color RGB value is (168,184,145).

  • red value is 168;
  • green value is 184;
  • blue value is 145.
RGB:
(168,184,145)
(66%,72%,57%)

RGB channels and saturation

R 168 of 255 = 66%
G 184 of 255 = 72%
B 145 of 255 = 57%

168
184
145

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

Portions of RGB colors in percentages

R + G + B =
168 + 184 + 145 = 497 (100%)
R 168 of 497 ~ 33.8%
G 184 of 497 ~ 37.02%
B 145 of 497 ~ 29.18%

%33.8
%37.02
%29.18

CMYK color model

#A8B891 color CMYK value is (9,0,21,28).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 27.84%
CMYK:
(9,0,21,28)
C9M0Y21K28 
(9%,0%,21%,28%)
(0.09/0.00/0.21/0.28)	

CMYK percentages

%8.7
%0
%21.2
%27.84

Codes

Color #A8B891 in popluar color models

A8B891
RGB168184145
HSL85°21.55%64.51%
HSB/HSV85°21.20%72.16%
CMYK8.70%0.00%21.20%
27.84%

Color #A8B891 in popluar number systems.

HEXA8B891
Decimal168184145
Binary101010001011100010010001
Octal250270221

Shades and tints

Shades of #A8B891

#A8B891
(168,184,145)
#99A884
(153,168,132)
#8A9877
(138,152,119)
#7B886A
(123,136,106)
#6C785D
(108,120,93)
#5D6850
(93,104,80)
#4E5843
(78,88,67)
#3F4836
(63,72,54)
#303829
(48,56,41)
#21281C
(33,40,28)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #A8B891

#A8B891
(168,184,145)
#AFBE9B
(175,190,155)
#B6C4A5
(182,196,165)
#BDCAAF
(189,202,175)
#C4D0B9
(196,208,185)
#CBD6C3
(203,214,195)
#D2DCCD
(210,220,205)
#D9E2D7
(217,226,215)
#E0E8E1
(224,232,225)
#E7EEEB
(231,238,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B891 color. Also use rgb(168,184,145) instead hex code.

Text Font Color

.myTextColor { color: #A8B891; }

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

This text font color is #A8B891.


Background Color

.myBgColor { background-color: #A8B891; }

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

This div background color is #A8B891.


Border color

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

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

This div border color is #A8B891.


Opacity

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

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

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

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

This text has shadow with #A8B891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B891 on black background.


Color preview on white background

This text has color #A8B891 on white background.



Black color preview on #A8B891 background

This text has black color on #A8B891 background.


White color preview on #A8B891 background

This text has white color on #A8B891 background.