COLOR #A0B7A8

HEX: #A0B7A8
RGB: (160,183,168)

Color info

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

RGB color model

#A0B7A8 color RGB value is (160,183,168).

  • red value is 160;
  • green value is 183;
  • blue value is 168.
RGB:
(160,183,168)
(63%,72%,66%)

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 168 of 255 = 66%

160
183
168

R + G + B ~ 67%. #A0B7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 183 + 168 = 511 (100%)
R 160 of 511 ~ 31.31%
G 183 of 511 ~ 35.81%
B 168 of 511 ~ 32.88%

%31.31
%35.81
%32.88

CMYK color model

#A0B7A8 color CMYK value is (13,0,8,28).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 8.20%
  • key color value is 28.24%
CMYK:
(13,0,8,28)
C13M0Y8K28 
(13%,0%,8%,28%)
(0.13/0.00/0.08/0.28)	

CMYK percentages

%12.57
%0
%8.2
%28.24

Codes

Color #A0B7A8 in popluar color models

A0B7A8
RGB160183168
HSL141°13.77%67.25%
HSB/HSV141°12.57%71.76%
CMYK12.57%0.00%8.20%
28.24%

Color #A0B7A8 in popluar number systems.

HEXA0B7A8
Decimal160183168
Binary101000001011011110101000
Octal240267250

Shades and tints

Shades of #A0B7A8

#A0B7A8
(160,183,168)
#92A799
(146,167,153)
#84978A
(132,151,138)
#76877B
(118,135,123)
#68776C
(104,119,108)
#5A675D
(90,103,93)
#4C574E
(76,87,78)
#3E473F
(62,71,63)
#303730
(48,55,48)
#222721
(34,39,33)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #A0B7A8

#A0B7A8
(160,183,168)
#A8BDAF
(168,189,175)
#B0C3B6
(176,195,182)
#B8C9BD
(184,201,189)
#C0CFC4
(192,207,196)
#C8D5CB
(200,213,203)
#D0DBD2
(208,219,210)
#D8E1D9
(216,225,217)
#E0E7E0
(224,231,224)
#E8EDE7
(232,237,231)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B7A8 color. Also use rgb(160,183,168) instead hex code.

Text Font Color

.myTextColor { color: #A0B7A8; }

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

This text font color is #A0B7A8.


Background Color

.myBgColor { background-color: #A0B7A8; }

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

This div background color is #A0B7A8.


Border color

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

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

This div border color is #A0B7A8.


Opacity

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

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

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

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

This text has shadow with #A0B7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B7A8 on black background.


Color preview on white background

This text has color #A0B7A8 on white background.



Black color preview on #A0B7A8 background

This text has black color on #A0B7A8 background.


White color preview on #A0B7A8 background

This text has white color on #A0B7A8 background.