COLOR #A8ABB6

HEX: #A8ABB6 RGB: (168,171,182)

Color info

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

RGB color model

#A8ABB6 color RGB value is (168,171,182).

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

RGB channels and saturation

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

168
171
182

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

Portions of RGB colors in percentages

R + G + B = 168 + 171 + 182 = 521 (100%)
R 168 of 521 ~ 32.25%
G 171 of 521 ~ 32.82%
B 182 of 521 ~ 34.93'%

%32.25
%32.82
%34.93

CMYK color model

#A8ABB6 color CMYK value is (8,6,0,29).

  • cyan value is 7.69%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (8,6,0,29)
C8M6Y0K29 (8%, 6%, 0%, 29%)
(0.08 / 0.06 / 0.00 / 0.29)

CMYK percentages

%7.69
%6.04
%0
%28.63

Codes

Color #A8ABB6 in popluar color models

A8 AB B6
RGB 168 171 182
HSL 227° 8.75% 68.63%
HSB/HSV 227° 7.69% 71.37%
CMYK 7.69% 6.04% 0.00%
28.63%

Color #A8ABB6 in popluar number systems.

HEX A8 AB B6
Decimal 168 171 182
Binary 10101000 10101011 10110110
Octal 250 253 266

Shades and tints

Shades of #A8ABB6

#A8ABB6
(168,171,182)
#999CA6
(153,156,166)
#8A8D96
(138,141,150)
#7B7E86
(123,126,134)
#6C6F76
(108,111,118)
#5D6066
(93,96,102)
#4E5156
(78,81,86)
#3F4246
(63,66,70)
#303336
(48,51,54)
#212426
(33,36,38)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #A8ABB6

#A8ABB6
(168,171,182)
#AFB2BC
(175,178,188)
#B6B9C2
(182,185,194)
#BDC0C8
(189,192,200)
#C4C7CE
(196,199,206)
#CBCED4
(203,206,212)
#D2D5DA
(210,213,218)
#D9DCE0
(217,220,224)
#E0E3E6
(224,227,230)
#E7EAEC
(231,234,236)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ABB6; }

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

This text font color is #A8ABB6.

Background Color

.myBgColor { background-color: #A8ABB6; }

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

This div background color is #A8ABB6.

Border color

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

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

This div border color is #A8ABB6.

Opacity

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

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

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

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

This text has shadow with #A8ABB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ABB6.

Preview

Color preview on black background

This text has color #A8ABB6 on black background.


Color preview on white background

This text has color #A8ABB6 on white background.


Black color preview on #A8ABB6 background

This text has black color on #A8ABB6 background.


White color preview on #A8ABB6 background

This text has white color on #A8ABB6 background.


Related colors

Complementary color

Complementary color for #hex is #575449.


I love getcolorcode.com

Triadic colors

1 #B6A8AB and #ABB6A8 with #A8ABB6 are triadic colors.

2 #B6ABA8 and #ABA8B6 with #A8ABB6 are triadic colors.