COLOR #A0B8AE

HEX: #A0B8AE
RGB: (160,184,174)

Color info

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

RGB color model

#A0B8AE color RGB value is (160,184,174).

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

RGB channels and saturation

R 160 of 255 = 63%
G 184 of 255 = 72%
B 174 of 255 = 68%

160
184
174

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

Portions of RGB colors in percentages

R + G + B =
160 + 184 + 174 = 518 (100%)
R 160 of 518 ~ 30.89%
G 184 of 518 ~ 35.52%
B 174 of 518 ~ 33.59%

%30.89
%35.52
%33.59

CMYK color model

#A0B8AE color CMYK value is (13,0,5,28).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(13,0,5,28)
C13M0Y5K28 
(13%,0%,5%,28%)
(0.13/0.00/0.05/0.28)	

CMYK percentages

%13.04
%0
%5.43
%27.84

Codes

Color #A0B8AE in popluar color models

A0B8AE
RGB160184174
HSL155°14.46%67.45%
HSB/HSV155°13.04%72.16%
CMYK13.04%0.00%5.43%
27.84%

Color #A0B8AE in popluar number systems.

HEXA0B8AE
Decimal160184174
Binary101000001011100010101110
Octal240270256

Shades and tints

Shades of #A0B8AE

#A0B8AE
(160,184,174)
#92A89F
(146,168,159)
#849890
(132,152,144)
#768881
(118,136,129)
#687872
(104,120,114)
#5A6863
(90,104,99)
#4C5854
(76,88,84)
#3E4845
(62,72,69)
#303836
(48,56,54)
#222827
(34,40,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #A0B8AE

#A0B8AE
(160,184,174)
#A8BEB5
(168,190,181)
#B0C4BC
(176,196,188)
#B8CAC3
(184,202,195)
#C0D0CA
(192,208,202)
#C8D6D1
(200,214,209)
#D0DCD8
(208,220,216)
#D8E2DF
(216,226,223)
#E0E8E6
(224,232,230)
#E8EEED
(232,238,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B8AE; }

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

This text font color is #A0B8AE.


Background Color

.myBgColor { background-color: #A0B8AE; }

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

This div background color is #A0B8AE.


Border color

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

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

This div border color is #A0B8AE.


Opacity

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

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

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

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

This text has shadow with #A0B8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B8AE on black background.


Color preview on white background

This text has color #A0B8AE on white background.



Black color preview on #A0B8AE background

This text has black color on #A0B8AE background.


White color preview on #A0B8AE background

This text has white color on #A0B8AE background.