COLOR #A8B0B8

HEX: #A8B0B8
RGB: (168,176,184)

Color info

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

RGB color model

#A8B0B8 color RGB value is (168,176,184).

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

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 184 of 255 = 72%

168
176
184

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

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 184 = 528 (100%)
R 168 of 528 ~ 31.82%
G 176 of 528 ~ 33.33%
B 184 of 528 ~ 34.85%

%31.82
%33.33
%34.85

CMYK color model

#A8B0B8 color CMYK value is (9,4,0,28).

  • cyan value is 8.70%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,4,0,28)
C9M4Y0K28 
(9%,4%,0%,28%)
(0.09/0.04/0.00/0.28)	

CMYK percentages

%8.7
%4.35
%0
%27.84

Codes

Color #A8B0B8 in popluar color models

A8B0B8
RGB168176184
HSL210°10.13%69.02%
HSB/HSV210°8.70%72.16%
CMYK8.70%4.35%0.00%
27.84%

Color #A8B0B8 in popluar number systems.

HEXA8B0B8
Decimal168176184
Binary101010001011000010111000
Octal250260270

Shades and tints

Shades of #A8B0B8

#A8B0B8
(168,176,184)
#99A0A8
(153,160,168)
#8A9098
(138,144,152)
#7B8088
(123,128,136)
#6C7078
(108,112,120)
#5D6068
(93,96,104)
#4E5058
(78,80,88)
#3F4048
(63,64,72)
#303038
(48,48,56)
#212028
(33,32,40)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #A8B0B8

#A8B0B8
(168,176,184)
#AFB7BE
(175,183,190)
#B6BEC4
(182,190,196)
#BDC5CA
(189,197,202)
#C4CCD0
(196,204,208)
#CBD3D6
(203,211,214)
#D2DADC
(210,218,220)
#D9E1E2
(217,225,226)
#E0E8E8
(224,232,232)
#E7EFEE
(231,239,238)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B0B8; }

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

This text font color is #A8B0B8.


Background Color

.myBgColor { background-color: #A8B0B8; }

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

This div background color is #A8B0B8.


Border color

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

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

This div border color is #A8B0B8.


Opacity

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

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

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

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

This text has shadow with #A8B0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B0B8 on black background.


Color preview on white background

This text has color #A8B0B8 on white background.



Black color preview on #A8B0B8 background

This text has black color on #A8B0B8 background.


White color preview on #A8B0B8 background

This text has white color on #A8B0B8 background.