COLOR #A0AEBB

HEX: #A0AEBB RGB: (160,174,187)

Color info

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

RGB color model

#A0AEBB color RGB value is (160,174,187).

RGB: (160,174,187) (63%, 68%, 73%)

RGB channels and saturation

R 160 of 255 = 63%
G 174 of 255 = 68%
B 187 of 255 = 73%

160
174
187

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

Portions of RGB colors in percentages

R + G + B = 160 + 174 + 187 = 521 (100%)
R 160 of 521 ~ 30.71%
G 174 of 521 ~ 33.4%
B 187 of 521 ~ 35.89'%

%30.71
%33.4
%35.89

CMYK color model

#A0AEBB color CMYK value is (14,7,0,27).

  • cyan value is 14.44%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (14,7,0,27)
C14M7Y0K27 (14%, 7%, 0%, 27%)
(0.14 / 0.07 / 0.00 / 0.27)

CMYK percentages

%14.44
%6.95
%0
%26.67

Codes

Color #A0AEBB in popluar color models

A0 AE BB
RGB 160 174 187
HSL 209° 16.56% 68.04%
HSB/HSV 209° 14.44% 73.33%
CMYK 14.44% 6.95% 0.00%
26.67%

Color #A0AEBB in popluar number systems.

HEX A0 AE BB
Decimal 160 174 187
Binary 10100000 10101110 10111011
Octal 240 256 273

Shades and tints

Shades of #A0AEBB

#A0AEBB
(160,174,187)
#929FAA
(146,159,170)
#849099
(132,144,153)
#768188
(118,129,136)
#687277
(104,114,119)
#5A6366
(90,99,102)
#4C5455
(76,84,85)
#3E4544
(62,69,68)
#303633
(48,54,51)
#222722
(34,39,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #A0AEBB

#A0AEBB
(160,174,187)
#A8B5C1
(168,181,193)
#B0BCC7
(176,188,199)
#B8C3CD
(184,195,205)
#C0CAD3
(192,202,211)
#C8D1D9
(200,209,217)
#D0D8DF
(208,216,223)
#D8DFE5
(216,223,229)
#E0E6EB
(224,230,235)
#E8EDF1
(232,237,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AEBB; }

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

This text font color is #A0AEBB.

Background Color

.myBgColor { background-color: #A0AEBB; }

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

This div background color is #A0AEBB.

Border color

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

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

This div border color is #A0AEBB.

Opacity

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

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

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

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

This text has shadow with #A0AEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AEBB.

Preview

Color preview on black background

This text has color #A0AEBB on black background.


Color preview on white background

This text has color #A0AEBB on white background.


Black color preview on #A0AEBB background

This text has black color on #A0AEBB background.


White color preview on #A0AEBB background

This text has white color on #A0AEBB background.


Related colors

Complementary color

Complementary color for #hex is #5F5144.


I love getcolorcode.com

Triadic colors

1 #BBA0AE and #AEBBA0 with #A0AEBB are triadic colors.

2 #BBAEA0 and #AEA0BB with #A0AEBB are triadic colors.