COLOR #A8BDAA

HEX: #A8BDAA RGB: (168,189,170)

Color info

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

RGB color model

#A8BDAA color RGB value is (168,189,170).

RGB: (168,189,170) (66%, 74%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 170 of 255 = 67%

168
189
170

R + G + B ~ 69%. #A8BDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 189 + 170 = 527 (100%)
R 168 of 527 ~ 31.88%
G 189 of 527 ~ 35.86%
B 170 of 527 ~ 32.26'%

%31.88
%35.86
%32.26

CMYK color model

#A8BDAA color CMYK value is (11,0,10,26).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 25.88%

CMYK: (11,0,10,26)
C11M0Y10K26 (11%, 0%, 10%, 26%)
(0.11 / 0.00 / 0.10 / 0.26)

CMYK percentages

%11.11
%0
%10.05
%25.88

Codes

Color #A8BDAA in popluar color models

A8 BD AA
RGB 168 189 170
HSL 126° 13.73% 70.00%
HSB/HSV 126° 11.11% 74.12%
CMYK 11.11% 0.00% 10.05%
25.88%

Color #A8BDAA in popluar number systems.

HEX A8 BD AA
Decimal 168 189 170
Binary 10101000 10111101 10101010
Octal 250 275 252

Shades and tints

Shades of #A8BDAA

#A8BDAA
(168,189,170)
#99AC9B
(153,172,155)
#8A9B8C
(138,155,140)
#7B8A7D
(123,138,125)
#6C796E
(108,121,110)
#5D685F
(93,104,95)
#4E5750
(78,87,80)
#3F4641
(63,70,65)
#303532
(48,53,50)
#212423
(33,36,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A8BDAA

#A8BDAA
(168,189,170)
#AFC3B1
(175,195,177)
#B6C9B8
(182,201,184)
#BDCFBF
(189,207,191)
#C4D5C6
(196,213,198)
#CBDBCD
(203,219,205)
#D2E1D4
(210,225,212)
#D9E7DB
(217,231,219)
#E0EDE2
(224,237,226)
#E7F3E9
(231,243,233)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BDAA color. Also use rgb(168,189,170) instead hex code.

Text Font Color

.myTextColor { color: #A8BDAA; }

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

This text font color is #A8BDAA.

Background Color

.myBgColor { background-color: #A8BDAA; }

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

This div background color is #A8BDAA.

Border color

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

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

This div border color is #A8BDAA.

Opacity

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

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

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

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

This text has shadow with #A8BDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BDAA.

Preview

Color preview on black background

This text has color #A8BDAA on black background.


Color preview on white background

This text has color #A8BDAA on white background.


Black color preview on #A8BDAA background

This text has black color on #A8BDAA background.


White color preview on #A8BDAA background

This text has white color on #A8BDAA background.


Related colors

Complementary color

Complementary color for #hex is #574255.


I love getcolorcode.com

Triadic colors

1 #AAA8BD and #BDAAA8 with #A8BDAA are triadic colors.

2 #AABDA8 and #BDA8AA with #A8BDAA are triadic colors.