COLOR #A0B0B5

HEX: #A0B0B5 RGB: (160,176,181)

Color info

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

RGB color model

#A0B0B5 color RGB value is (160,176,181).

RGB: (160,176,181) (63%, 69%, 71%)

RGB channels and saturation

R 160 of 255 = 63%
G 176 of 255 = 69%
B 181 of 255 = 71%

160
176
181

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

Portions of RGB colors in percentages

R + G + B = 160 + 176 + 181 = 517 (100%)
R 160 of 517 ~ 30.95%
G 176 of 517 ~ 34.04%
B 181 of 517 ~ 35.01'%

%30.95
%34.04
%35.01

CMYK color model

#A0B0B5 color CMYK value is (12,3,0,29).

  • cyan value is 11.60%
  • magenta value is 2.76%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (12,3,0,29) C12M3Y0K29 (12%,3%,0%,29%) (0.12/0.03/0.00/0.29) 

CMYK percentages

%11.6
%2.76
%0
%29.02

Codes

Color #A0B0B5 in popluar color models

A0 B0 B5
RGB 160 176 181
HSL 194° 12.43% 66.86%
HSB/HSV 194° 11.60% 70.98%
CMYK 11.60% 2.76% 0.00%
29.02%

Color #A0B0B5 in popluar number systems.

HEX A0 B0 B5
Decimal 160 176 181
Binary 10100000 10110000 10110101
Octal 240 260 265

Shades and tints

Shades of #A0B0B5

#A0B0B5
(160,176,181)
#92A0A5
(146,160,165)
#849095
(132,144,149)
#768085
(118,128,133)
#687075
(104,112,117)
#5A6065
(90,96,101)
#4C5055
(76,80,85)
#3E4045
(62,64,69)
#303035
(48,48,53)
#222025
(34,32,37)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #A0B0B5

#A0B0B5
(160,176,181)
#A8B7BB
(168,183,187)
#B0BEC1
(176,190,193)
#B8C5C7
(184,197,199)
#C0CCCD
(192,204,205)
#C8D3D3
(200,211,211)
#D0DAD9
(208,218,217)
#D8E1DF
(216,225,223)
#E0E8E5
(224,232,229)
#E8EFEB
(232,239,235)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B0B5; }

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

This text font color is #A0B0B5.

Background Color

.myBgColor { background-color: #A0B0B5; }

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

This div background color is #A0B0B5.

Border color

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

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

This div border color is #A0B0B5.

Opacity

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

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

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

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

This text has shadow with #A0B0B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B0B5.

Preview

Color preview on black background

This text has color #A0B0B5 on black background.


Color preview on white background

This text has color #A0B0B5 on white background.


Black color preview on #A0B0B5 background

This text has black color on #A0B0B5 background.


White color preview on #A0B0B5 background

This text has white color on #A0B0B5 background.


Related colors

Complementary color

Complementary color for #hex is #5F4F4A.


I love getcolorcode.com

Triadic colors

1 #B5A0B0 and #B0B5A0 with #A0B0B5 are triadic colors.

2 #B5B0A0 and #B0A0B5 with #A0B0B5 are triadic colors.