COLOR #A8ABB4

HEX: #A8ABB4 RGB: (168,171,180)

Color info

#A8ABB4 contains red, green and blue colors in about the same proportion. Web safe color of #A8ABB4 is #9999CC (or #99C).

RGB color model

#A8ABB4 color RGB value is (168,171,180).

RGB: (168,171,180) (66%, 67%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 180 of 255 = 71%

168
171
180

R + G + B ~ 68%. #A8ABB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 171 + 180 = 519 (100%)
R 168 of 519 ~ 32.37%
G 171 of 519 ~ 32.95%
B 180 of 519 ~ 34.68'%

%32.37
%32.95
%34.68

CMYK color model

#A8ABB4 color CMYK value is (7,5,0,29).

  • cyan value is 6.67%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (7,5,0,29)
C7M5Y0K29 (7%, 5%, 0%, 29%)
(0.07 / 0.05 / 0.00 / 0.29)

CMYK percentages

%6.67
%5
%0
%29.41

Codes

Color #A8ABB4 in popluar color models

A8 AB B4
RGB 168 171 180
HSL 225° 7.41% 68.24%
HSB/HSV 225° 6.67% 70.59%
CMYK 6.67% 5.00% 0.00%
29.41%

Color #A8ABB4 in popluar number systems.

HEX A8 AB B4
Decimal 168 171 180
Binary 10101000 10101011 10110100
Octal 250 253 264

Shades and tints

Shades of #A8ABB4

#A8ABB4
(168,171,180)
#999CA4
(153,156,164)
#8A8D94
(138,141,148)
#7B7E84
(123,126,132)
#6C6F74
(108,111,116)
#5D6064
(93,96,100)
#4E5154
(78,81,84)
#3F4244
(63,66,68)
#303334
(48,51,52)
#212424
(33,36,36)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #A8ABB4

#A8ABB4
(168,171,180)
#AFB2BA
(175,178,186)
#B6B9C0
(182,185,192)
#BDC0C6
(189,192,198)
#C4C7CC
(196,199,204)
#CBCED2
(203,206,210)
#D2D5D8
(210,213,216)
#D9DCDE
(217,220,222)
#E0E3E4
(224,227,228)
#E7EAEA
(231,234,234)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8ABB4 color. Also use rgb(168,171,180) instead hex code.

Text Font Color

.myTextColor { color: #A8ABB4; }

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

This text font color is #A8ABB4.

Background Color

.myBgColor { background-color: #A8ABB4; }

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

This div background color is #A8ABB4.

Border color

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

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

This div border color is #A8ABB4.

Opacity

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

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

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

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

This text has shadow with #A8ABB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ABB4.

Preview

Color preview on black background

This text has color #A8ABB4 on black background.


Color preview on white background

This text has color #A8ABB4 on white background.


Black color preview on #A8ABB4 background

This text has black color on #A8ABB4 background.


White color preview on #A8ABB4 background

This text has white color on #A8ABB4 background.


Related colors

Complementary color

Complementary color for #hex is #57544B.


I love getcolorcode.com

Triadic colors

1 #B4A8AB and #ABB4A8 with #A8ABB4 are triadic colors.

2 #B4ABA8 and #ABA8B4 with #A8ABB4 are triadic colors.