COLOR #A8BBAA

HEX: #A8BBAA RGB: (168,187,170)

Color info

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

RGB color model

#A8BBAA color RGB value is (168,187,170).

RGB: (168,187,170) (66%, 73%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 170 of 255 = 67%

168
187
170

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

Portions of RGB colors in percentages

R + G + B = 168 + 187 + 170 = 525 (100%)
R 168 of 525 ~ 32%
G 187 of 525 ~ 35.62%
B 170 of 525 ~ 32.38'%

%32
%35.62
%32.38

CMYK color model

#A8BBAA color CMYK value is (10,0,9,27).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 26.67%

CMYK: (10,0,9,27)
C10M0Y9K27 (10%, 0%, 9%, 27%)
(0.10 / 0.00 / 0.09 / 0.27)

CMYK percentages

%10.16
%0
%9.09
%26.67

Codes

Color #A8BBAA in popluar color models

A8 BB AA
RGB 168 187 170
HSL 126° 12.26% 69.61%
HSB/HSV 126° 10.16% 73.33%
CMYK 10.16% 0.00% 9.09%
26.67%

Color #A8BBAA in popluar number systems.

HEX A8 BB AA
Decimal 168 187 170
Binary 10101000 10111011 10101010
Octal 250 273 252

Shades and tints

Shades of #A8BBAA

#A8BBAA
(168,187,170)
#99AA9B
(153,170,155)
#8A998C
(138,153,140)
#7B887D
(123,136,125)
#6C776E
(108,119,110)
#5D665F
(93,102,95)
#4E5550
(78,85,80)
#3F4441
(63,68,65)
#303332
(48,51,50)
#212223
(33,34,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #A8BBAA

#A8BBAA
(168,187,170)
#AFC1B1
(175,193,177)
#B6C7B8
(182,199,184)
#BDCDBF
(189,205,191)
#C4D3C6
(196,211,198)
#CBD9CD
(203,217,205)
#D2DFD4
(210,223,212)
#D9E5DB
(217,229,219)
#E0EBE2
(224,235,226)
#E7F1E9
(231,241,233)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BBAA; }

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

This text font color is #A8BBAA.

Background Color

.myBgColor { background-color: #A8BBAA; }

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

This div background color is #A8BBAA.

Border color

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

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

This div border color is #A8BBAA.

Opacity

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

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

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

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

This text has shadow with #A8BBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BBAA.

Preview

Color preview on black background

This text has color #A8BBAA on black background.


Color preview on white background

This text has color #A8BBAA on white background.


Black color preview on #A8BBAA background

This text has black color on #A8BBAA background.


White color preview on #A8BBAA background

This text has white color on #A8BBAA background.


Related colors

Complementary color

Complementary color for #hex is #574455.


I love getcolorcode.com

Triadic colors

1 #AAA8BB and #BBAAA8 with #A8BBAA are triadic colors.

2 #AABBA8 and #BBA8AA with #A8BBAA are triadic colors.