COLOR #A8B4BB

HEX: #A8B4BB
RGB: (168,180,187)

Color info

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

RGB color model

#A8B4BB color RGB value is (168,180,187).

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

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 187 of 255 = 73%

168
180
187

R + G + B ~ 70%. #A8B4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 180 + 187 = 535 (100%)
R 168 of 535 ~ 31.4%
G 180 of 535 ~ 33.64%
B 187 of 535 ~ 34.95%

%31.4
%33.64
%34.95

CMYK color model

#A8B4BB color CMYK value is (10,4,0,27).

  • cyan value is 10.16%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,4,0,27)
C10M4Y0K27 
(10%,4%,0%,27%)
(0.10/0.04/0.00/0.27)	

CMYK percentages

%10.16
%3.74
%0
%26.67

Codes

Color #A8B4BB in popluar color models

A8B4BB
RGB168180187
HSL202°12.26%69.61%
HSB/HSV202°10.16%73.33%
CMYK10.16%3.74%0.00%
26.67%

Color #A8B4BB in popluar number systems.

HEXA8B4BB
Decimal168180187
Binary101010001011010010111011
Octal250264273

Shades and tints

Shades of #A8B4BB

#A8B4BB
(168,180,187)
#99A4AA
(153,164,170)
#8A9499
(138,148,153)
#7B8488
(123,132,136)
#6C7477
(108,116,119)
#5D6466
(93,100,102)
#4E5455
(78,84,85)
#3F4444
(63,68,68)
#303433
(48,52,51)
#212422
(33,36,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8B4BB

#A8B4BB
(168,180,187)
#AFBAC1
(175,186,193)
#B6C0C7
(182,192,199)
#BDC6CD
(189,198,205)
#C4CCD3
(196,204,211)
#CBD2D9
(203,210,217)
#D2D8DF
(210,216,223)
#D9DEE5
(217,222,229)
#E0E4EB
(224,228,235)
#E7EAF1
(231,234,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B4BB; }

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

This text font color is #A8B4BB.


Background Color

.myBgColor { background-color: #A8B4BB; }

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

This div background color is #A8B4BB.


Border color

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

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

This div border color is #A8B4BB.


Opacity

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

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

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

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

This text has shadow with #A8B4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B4BB on black background.


Color preview on white background

This text has color #A8B4BB on white background.



Black color preview on #A8B4BB background

This text has black color on #A8B4BB background.


White color preview on #A8B4BB background

This text has white color on #A8B4BB background.