COLOR #A0A7BE

HEX: #A0A7BE
RGB: (160,167,190)

Color info

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

RGB color model

#A0A7BE color RGB value is (160,167,190).

  • red value is 160;
  • green value is 167;
  • blue value is 190.
RGB:
(160,167,190)
(63%,65%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 167 of 255 = 65%
B 190 of 255 = 75%

160
167
190

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

Portions of RGB colors in percentages

R + G + B =
160 + 167 + 190 = 517 (100%)
R 160 of 517 ~ 30.95%
G 167 of 517 ~ 32.3%
B 190 of 517 ~ 36.75%

%30.95
%32.3
%36.75

CMYK color model

#A0A7BE color CMYK value is (16,12,0,25).

  • cyan value is 15.79%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,12,0,25)
C16M12Y0K25 
(16%,12%,0%,25%)
(0.16/0.12/0.00/0.25)	

CMYK percentages

%15.79
%12.11
%0
%25.49

Codes

Color #A0A7BE in popluar color models

A0A7BE
RGB160167190
HSL226°18.75%68.63%
HSB/HSV226°15.79%74.51%
CMYK15.79%12.11%0.00%
25.49%

Color #A0A7BE in popluar number systems.

HEXA0A7BE
Decimal160167190
Binary101000001010011110111110
Octal240247276

Shades and tints

Shades of #A0A7BE

#A0A7BE
(160,167,190)
#9298AD
(146,152,173)
#84899C
(132,137,156)
#767A8B
(118,122,139)
#686B7A
(104,107,122)
#5A5C69
(90,92,105)
#4C4D58
(76,77,88)
#3E3E47
(62,62,71)
#302F36
(48,47,54)
#222025
(34,32,37)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #A0A7BE

#A0A7BE
(160,167,190)
#A8AFC3
(168,175,195)
#B0B7C8
(176,183,200)
#B8BFCD
(184,191,205)
#C0C7D2
(192,199,210)
#C8CFD7
(200,207,215)
#D0D7DC
(208,215,220)
#D8DFE1
(216,223,225)
#E0E7E6
(224,231,230)
#E8EFEB
(232,239,235)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A7BE; }

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

This text font color is #A0A7BE.


Background Color

.myBgColor { background-color: #A0A7BE; }

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

This div background color is #A0A7BE.


Border color

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

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

This div border color is #A0A7BE.


Opacity

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

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

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

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

This text has shadow with #A0A7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A7BE on black background.


Color preview on white background

This text has color #A0A7BE on white background.



Black color preview on #A0A7BE background

This text has black color on #A0A7BE background.


White color preview on #A0A7BE background

This text has white color on #A0A7BE background.