COLOR #A8B898

HEX: #A8B898
RGB: (168,184,152)

Color info

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

RGB color model

#A8B898 color RGB value is (168,184,152).

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

RGB channels and saturation

R 168 of 255 = 66%
G 184 of 255 = 72%
B 152 of 255 = 60%

168
184
152

R + G + B ~ 66%. #A8B898 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 184 + 152 = 504 (100%)
R 168 of 504 ~ 33.33%
G 184 of 504 ~ 36.51%
B 152 of 504 ~ 30.16%

%33.33
%36.51
%30.16

CMYK color model

#A8B898 color CMYK value is (9,0,17,28).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 27.84%
CMYK:
(9,0,17,28)
C9M0Y17K28 
(9%,0%,17%,28%)
(0.09/0.00/0.17/0.28)	

CMYK percentages

%8.7
%0
%17.39
%27.84

Codes

Color #A8B898 in popluar color models

A8B898
RGB168184152
HSL90°18.39%65.88%
HSB/HSV90°17.39%72.16%
CMYK8.70%0.00%17.39%
27.84%

Color #A8B898 in popluar number systems.

HEXA8B898
Decimal168184152
Binary101010001011100010011000
Octal250270230

Shades and tints

Shades of #A8B898

#A8B898
(168,184,152)
#99A88B
(153,168,139)
#8A987E
(138,152,126)
#7B8871
(123,136,113)
#6C7864
(108,120,100)
#5D6857
(93,104,87)
#4E584A
(78,88,74)
#3F483D
(63,72,61)
#303830
(48,56,48)
#212823
(33,40,35)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #A8B898

#A8B898
(168,184,152)
#AFBEA1
(175,190,161)
#B6C4AA
(182,196,170)
#BDCAB3
(189,202,179)
#C4D0BC
(196,208,188)
#CBD6C5
(203,214,197)
#D2DCCE
(210,220,206)
#D9E2D7
(217,226,215)
#E0E8E0
(224,232,224)
#E7EEE9
(231,238,233)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B898; }

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

This text font color is #A8B898.


Background Color

.myBgColor { background-color: #A8B898; }

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

This div background color is #A8B898.


Border color

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

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

This div border color is #A8B898.


Opacity

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

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

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

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

This text has shadow with #A8B898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B898 on black background.


Color preview on white background

This text has color #A8B898 on white background.



Black color preview on #A8B898 background

This text has black color on #A8B898 background.


White color preview on #A8B898 background

This text has white color on #A8B898 background.