COLOR #A0B9AE

HEX: #A0B9AE
RGB: (160,185,174)

Color info

#A0B9AE contains red, green and blue colors in about the same proportion. Web safe color of #A0B9AE is #99CC99 (or #9C9).

RGB color model

#A0B9AE color RGB value is (160,185,174).

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

RGB channels and saturation

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

160
185
174

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

Portions of RGB colors in percentages

R + G + B =
160 + 185 + 174 = 519 (100%)
R 160 of 519 ~ 30.83%
G 185 of 519 ~ 35.65%
B 174 of 519 ~ 33.53%

%30.83
%35.65
%33.53

CMYK color model

#A0B9AE color CMYK value is (14,0,6,27).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(14,0,6,27)
C14M0Y6K27 
(14%,0%,6%,27%)
(0.14/0.00/0.06/0.27)	

CMYK percentages

%13.51
%0
%5.95
%27.45

Codes

Color #A0B9AE in popluar color models

A0B9AE
RGB160185174
HSL154°15.15%67.65%
HSB/HSV154°13.51%72.55%
CMYK13.51%0.00%5.95%
27.45%

Color #A0B9AE in popluar number systems.

HEXA0B9AE
Decimal160185174
Binary101000001011100110101110
Octal240271256

Shades and tints

Shades of #A0B9AE

#A0B9AE
(160,185,174)
#92A99F
(146,169,159)
#849990
(132,153,144)
#768981
(118,137,129)
#687972
(104,121,114)
#5A6963
(90,105,99)
#4C5954
(76,89,84)
#3E4945
(62,73,69)
#303936
(48,57,54)
#222927
(34,41,39)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #A0B9AE

#A0B9AE
(160,185,174)
#A8BFB5
(168,191,181)
#B0C5BC
(176,197,188)
#B8CBC3
(184,203,195)
#C0D1CA
(192,209,202)
#C8D7D1
(200,215,209)
#D0DDD8
(208,221,216)
#D8E3DF
(216,227,223)
#E0E9E6
(224,233,230)
#E8EFED
(232,239,237)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B9AE; }

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

This text font color is #A0B9AE.


Background Color

.myBgColor { background-color: #A0B9AE; }

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

This div background color is #A0B9AE.


Border color

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

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

This div border color is #A0B9AE.


Opacity

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

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

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

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

This text has shadow with #A0B9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B9AE on black background.


Color preview on white background

This text has color #A0B9AE on white background.



Black color preview on #A0B9AE background

This text has black color on #A0B9AE background.


White color preview on #A0B9AE background

This text has white color on #A0B9AE background.