COLOR #A0B0B8

HEX: #A0B0B8
RGB: (160,176,184)

Color info

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

RGB color model

#A0B0B8 color RGB value is (160,176,184).

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

RGB channels and saturation

R 160 of 255 = 63%
G 176 of 255 = 69%
B 184 of 255 = 72%

160
176
184

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

Portions of RGB colors in percentages

R + G + B =
160 + 176 + 184 = 520 (100%)
R 160 of 520 ~ 30.77%
G 176 of 520 ~ 33.85%
B 184 of 520 ~ 35.38%

%30.77
%33.85
%35.38

CMYK color model

#A0B0B8 color CMYK value is (13,4,0,28).

  • cyan value is 13.04%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(13,4,0,28)
C13M4Y0K28 
(13%,4%,0%,28%)
(0.13/0.04/0.00/0.28)	

CMYK percentages

%13.04
%4.35
%0
%27.84

Codes

Color #A0B0B8 in popluar color models

A0B0B8
RGB160176184
HSL200°14.46%67.45%
HSB/HSV200°13.04%72.16%
CMYK13.04%4.35%0.00%
27.84%

Color #A0B0B8 in popluar number systems.

HEXA0B0B8
Decimal160176184
Binary101000001011000010111000
Octal240260270

Shades and tints

Shades of #A0B0B8

#A0B0B8
(160,176,184)
#92A0A8
(146,160,168)
#849098
(132,144,152)
#768088
(118,128,136)
#687078
(104,112,120)
#5A6068
(90,96,104)
#4C5058
(76,80,88)
#3E4048
(62,64,72)
#303038
(48,48,56)
#222028
(34,32,40)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #A0B0B8

#A0B0B8
(160,176,184)
#A8B7BE
(168,183,190)
#B0BEC4
(176,190,196)
#B8C5CA
(184,197,202)
#C0CCD0
(192,204,208)
#C8D3D6
(200,211,214)
#D0DADC
(208,218,220)
#D8E1E2
(216,225,226)
#E0E8E8
(224,232,232)
#E8EFEE
(232,239,238)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B0B8; }

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

This text font color is #A0B0B8.


Background Color

.myBgColor { background-color: #A0B0B8; }

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

This div background color is #A0B0B8.


Border color

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

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

This div border color is #A0B0B8.


Opacity

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

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

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

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

This text has shadow with #A0B0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B0B8 on black background.


Color preview on white background

This text has color #A0B0B8 on white background.



Black color preview on #A0B0B8 background

This text has black color on #A0B0B8 background.


White color preview on #A0B0B8 background

This text has white color on #A0B0B8 background.