COLOR #A8ABBB

HEX: #A8ABBB
RGB: (168,171,187)

Color info

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

RGB color model

#A8ABBB color RGB value is (168,171,187).

  • red value is 168;
  • green value is 171;
  • blue value is 187.
RGB:
(168,171,187)
(66%,67%,73%)

RGB channels and saturation

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

168
171
187

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

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 187 = 526 (100%)
R 168 of 526 ~ 31.94%
G 171 of 526 ~ 32.51%
B 187 of 526 ~ 35.55%

%31.94
%32.51
%35.55

CMYK color model

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

  • cyan value is 10.16%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,9,0,27)
C10M9Y0K27 
(10%,9%,0%,27%)
(0.10/0.09/0.00/0.27)	

CMYK percentages

%10.16
%8.56
%0
%26.67

Codes

Color #A8ABBB in popluar color models

A8ABBB
RGB168171187
HSL231°12.26%69.61%
HSB/HSV231°10.16%73.33%
CMYK10.16%8.56%0.00%
26.67%

Color #A8ABBB in popluar number systems.

HEXA8ABBB
Decimal168171187
Binary101010001010101110111011
Octal250253273

Shades and tints

Shades of #A8ABBB

#A8ABBB
(168,171,187)
#999CAA
(153,156,170)
#8A8D99
(138,141,153)
#7B7E88
(123,126,136)
#6C6F77
(108,111,119)
#5D6066
(93,96,102)
#4E5155
(78,81,85)
#3F4244
(63,66,68)
#303333
(48,51,51)
#212422
(33,36,34)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8ABBB

#A8ABBB
(168,171,187)
#AFB2C1
(175,178,193)
#B6B9C7
(182,185,199)
#BDC0CD
(189,192,205)
#C4C7D3
(196,199,211)
#CBCED9
(203,206,217)
#D2D5DF
(210,213,223)
#D9DCE5
(217,220,229)
#E0E3EB
(224,227,235)
#E7EAF1
(231,234,241)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ABBB; }

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

This text font color is #A8ABBB.


Background Color

.myBgColor { background-color: #A8ABBB; }

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

This div background color is #A8ABBB.


Border color

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

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

This div border color is #A8ABBB.


Opacity

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

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

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

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

This text has shadow with #A8ABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8ABBB on black background.


Color preview on white background

This text has color #A8ABBB on white background.



Black color preview on #A8ABBB background

This text has black color on #A8ABBB background.


White color preview on #A8ABBB background

This text has white color on #A8ABBB background.