COLOR #A0AEBC

HEX: #A0AEBC
RGB: (160,174,188)

Color info

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

RGB color model

#A0AEBC color RGB value is (160,174,188).

  • red value is 160;
  • green value is 174;
  • blue value is 188.
RGB:
(160,174,188)
(63%,68%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 174 of 255 = 68%
B 188 of 255 = 74%

160
174
188

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

Portions of RGB colors in percentages

R + G + B =
160 + 174 + 188 = 522 (100%)
R 160 of 522 ~ 30.65%
G 174 of 522 ~ 33.33%
B 188 of 522 ~ 36.02%

%30.65
%33.33
%36.02

CMYK color model

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

  • cyan value is 14.89%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(15,7,0,26)
C15M7Y0K26 
(15%,7%,0%,26%)
(0.15/0.07/0.00/0.26)	

CMYK percentages

%14.89
%7.45
%0
%26.27

Codes

Color #A0AEBC in popluar color models

A0AEBC
RGB160174188
HSL210°17.28%68.24%
HSB/HSV210°14.89%73.73%
CMYK14.89%7.45%0.00%
26.27%

Color #A0AEBC in popluar number systems.

HEXA0AEBC
Decimal160174188
Binary101000001010111010111100
Octal240256274

Shades and tints

Shades of #A0AEBC

#A0AEBC
(160,174,188)
#929FAB
(146,159,171)
#84909A
(132,144,154)
#768189
(118,129,137)
#687278
(104,114,120)
#5A6367
(90,99,103)
#4C5456
(76,84,86)
#3E4545
(62,69,69)
#303634
(48,54,52)
#222723
(34,39,35)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #A0AEBC

#A0AEBC
(160,174,188)
#A8B5C2
(168,181,194)
#B0BCC8
(176,188,200)
#B8C3CE
(184,195,206)
#C0CAD4
(192,202,212)
#C8D1DA
(200,209,218)
#D0D8E0
(208,216,224)
#D8DFE6
(216,223,230)
#E0E6EC
(224,230,236)
#E8EDF2
(232,237,242)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AEBC; }

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

This text font color is #A0AEBC.


Background Color

.myBgColor { background-color: #A0AEBC; }

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

This div background color is #A0AEBC.


Border color

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

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

This div border color is #A0AEBC.


Opacity

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

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

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

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

This text has shadow with #A0AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AEBC on black background.


Color preview on white background

This text has color #A0AEBC on white background.



Black color preview on #A0AEBC background

This text has black color on #A0AEBC background.


White color preview on #A0AEBC background

This text has white color on #A0AEBC background.