COLOR #A8BA9E

HEX: #A8BA9E
RGB: (168,186,158)

Color info

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

RGB color model

#A8BA9E color RGB value is (168,186,158).

  • red value is 168;
  • green value is 186;
  • blue value is 158.
RGB:
(168,186,158)
(66%,73%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 158 of 255 = 62%

168
186
158

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

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 158 = 512 (100%)
R 168 of 512 ~ 32.81%
G 186 of 512 ~ 36.33%
B 158 of 512 ~ 30.86%

%32.81
%36.33
%30.86

CMYK color model

#A8BA9E color CMYK value is (10,0,15,27).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 27.06%
CMYK:
(10,0,15,27)
C10M0Y15K27 
(10%,0%,15%,27%)
(0.10/0.00/0.15/0.27)	

CMYK percentages

%9.68
%0
%15.05
%27.06

Codes

Color #A8BA9E in popluar color models

A8BA9E
RGB168186158
HSL99°16.87%67.45%
HSB/HSV99°15.05%72.94%
CMYK9.68%0.00%15.05%
27.06%

Color #A8BA9E in popluar number systems.

HEXA8BA9E
Decimal168186158
Binary101010001011101010011110
Octal250272236

Shades and tints

Shades of #A8BA9E

#A8BA9E
(168,186,158)
#99AA90
(153,170,144)
#8A9A82
(138,154,130)
#7B8A74
(123,138,116)
#6C7A66
(108,122,102)
#5D6A58
(93,106,88)
#4E5A4A
(78,90,74)
#3F4A3C
(63,74,60)
#303A2E
(48,58,46)
#212A20
(33,42,32)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #A8BA9E

#A8BA9E
(168,186,158)
#AFC0A6
(175,192,166)
#B6C6AE
(182,198,174)
#BDCCB6
(189,204,182)
#C4D2BE
(196,210,190)
#CBD8C6
(203,216,198)
#D2DECE
(210,222,206)
#D9E4D6
(217,228,214)
#E0EADE
(224,234,222)
#E7F0E6
(231,240,230)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BA9E color. Also use rgb(168,186,158) instead hex code.

Text Font Color

.myTextColor { color: #A8BA9E; }

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

This text font color is #A8BA9E.


Background Color

.myBgColor { background-color: #A8BA9E; }

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

This div background color is #A8BA9E.


Border color

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

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

This div border color is #A8BA9E.


Opacity

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

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

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

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

This text has shadow with #A8BA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BA9E on black background.


Color preview on white background

This text has color #A8BA9E on white background.



Black color preview on #A8BA9E background

This text has black color on #A8BA9E background.


White color preview on #A8BA9E background

This text has white color on #A8BA9E background.