COLOR #A0A0BD

HEX: #A0A0BD RGB: (160,160,189)

Color info

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

RGB color model

#A0A0BD color RGB value is (160,160,189).

RGB: (160,160,189) (63%, 63%, 74%)

RGB channels and saturation

R 160 of 255 = 63%
G 160 of 255 = 63%
B 189 of 255 = 74%

160
160
189

R + G + B ~ 67%. #A0A0BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 160 + 189 = 509 (100%)
R 160 of 509 ~ 31.43%
G 160 of 509 ~ 31.43%
B 189 of 509 ~ 37.13'%

%31.43
%31.43
%37.13

CMYK color model

#A0A0BD color CMYK value is (15,15,0,26).

  • cyan value is 15.34%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (15,15,0,26)
C15M15Y0K26 (15%, 15%, 0%, 26%)
(0.15 / 0.15 / 0.00 / 0.26)

CMYK percentages

%15.34
%15.34
%0
%25.88

Codes

Color #A0A0BD in popluar color models

A0 A0 BD
RGB 160 160 189
HSL 240° 18.01% 68.43%
HSB/HSV 240° 15.34% 74.12%
CMYK 15.34% 15.34% 0.00%
25.88%

Color #A0A0BD in popluar number systems.

HEX A0 A0 BD
Decimal 160 160 189
Binary 10100000 10100000 10111101
Octal 240 240 275

Shades and tints

Shades of #A0A0BD

#A0A0BD
(160,160,189)
#9292AC
(146,146,172)
#84849B
(132,132,155)
#76768A
(118,118,138)
#686879
(104,104,121)
#5A5A68
(90,90,104)
#4C4C57
(76,76,87)
#3E3E46
(62,62,70)
#303035
(48,48,53)
#222224
(34,34,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0A0BD

#A0A0BD
(160,160,189)
#A8A8C3
(168,168,195)
#B0B0C9
(176,176,201)
#B8B8CF
(184,184,207)
#C0C0D5
(192,192,213)
#C8C8DB
(200,200,219)
#D0D0E1
(208,208,225)
#D8D8E7
(216,216,231)
#E0E0ED
(224,224,237)
#E8E8F3
(232,232,243)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A0BD; }

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

This text font color is #A0A0BD.

Background Color

.myBgColor { background-color: #A0A0BD; }

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

This div background color is #A0A0BD.

Border color

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

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

This div border color is #A0A0BD.

Opacity

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

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

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

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

This text has shadow with #A0A0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A0BD.

Preview

Color preview on black background

This text has color #A0A0BD on black background.


Color preview on white background

This text has color #A0A0BD on white background.


Black color preview on #A0A0BD background

This text has black color on #A0A0BD background.


White color preview on #A0A0BD background

This text has white color on #A0A0BD background.


Related colors

Complementary color

Complementary color for #hex is #5F5F42.


I love getcolorcode.com