COLOR #A8B0B4

HEX: #A8B0B4
RGB: (168,176,180)

Color info

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

RGB color model

#A8B0B4 color RGB value is (168,176,180).

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

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 180 of 255 = 71%

168
176
180

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

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 180 = 524 (100%)
R 168 of 524 ~ 32.06%
G 176 of 524 ~ 33.59%
B 180 of 524 ~ 34.35%

%32.06
%33.59
%34.35

CMYK color model

#A8B0B4 color CMYK value is (7,2,0,29).

  • cyan value is 6.67%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(7,2,0,29)
C7M2Y0K29 
(7%,2%,0%,29%)
(0.07/0.02/0.00/0.29)	

CMYK percentages

%6.67
%2.22
%0
%29.41

Codes

Color #A8B0B4 in popluar color models

A8B0B4
RGB168176180
HSL200°7.41%68.24%
HSB/HSV200°6.67%70.59%
CMYK6.67%2.22%0.00%
29.41%

Color #A8B0B4 in popluar number systems.

HEXA8B0B4
Decimal168176180
Binary101010001011000010110100
Octal250260264

Shades and tints

Shades of #A8B0B4

#A8B0B4
(168,176,180)
#99A0A4
(153,160,164)
#8A9094
(138,144,148)
#7B8084
(123,128,132)
#6C7074
(108,112,116)
#5D6064
(93,96,100)
#4E5054
(78,80,84)
#3F4044
(63,64,68)
#303034
(48,48,52)
#212024
(33,32,36)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #A8B0B4

#A8B0B4
(168,176,180)
#AFB7BA
(175,183,186)
#B6BEC0
(182,190,192)
#BDC5C6
(189,197,198)
#C4CCCC
(196,204,204)
#CBD3D2
(203,211,210)
#D2DAD8
(210,218,216)
#D9E1DE
(217,225,222)
#E0E8E4
(224,232,228)
#E7EFEA
(231,239,234)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B0B4; }

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

This text font color is #A8B0B4.


Background Color

.myBgColor { background-color: #A8B0B4; }

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

This div background color is #A8B0B4.


Border color

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

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

This div border color is #A8B0B4.


Opacity

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

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

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

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

This text has shadow with #A8B0B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B0B4 on black background.


Color preview on white background

This text has color #A8B0B4 on white background.



Black color preview on #A8B0B4 background

This text has black color on #A8B0B4 background.


White color preview on #A8B0B4 background

This text has white color on #A8B0B4 background.