COLOR #A0B8B0

HEX: #A0B8B0
RGB: (160,184,176)

Color info

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

RGB color model

#A0B8B0 color RGB value is (160,184,176).

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

RGB channels and saturation

R 160 of 255 = 63%
G 184 of 255 = 72%
B 176 of 255 = 69%

160
184
176

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

Portions of RGB colors in percentages

R + G + B =
160 + 184 + 176 = 520 (100%)
R 160 of 520 ~ 30.77%
G 184 of 520 ~ 35.38%
B 176 of 520 ~ 33.85%

%30.77
%35.38
%33.85

CMYK color model

#A0B8B0 color CMYK value is (13,0,4,28).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 27.84%
CMYK:
(13,0,4,28)
C13M0Y4K28 
(13%,0%,4%,28%)
(0.13/0.00/0.04/0.28)	

CMYK percentages

%13.04
%0
%4.35
%27.84

Codes

Color #A0B8B0 in popluar color models

A0B8B0
RGB160184176
HSL160°14.46%67.45%
HSB/HSV160°13.04%72.16%
CMYK13.04%0.00%4.35%
27.84%

Color #A0B8B0 in popluar number systems.

HEXA0B8B0
Decimal160184176
Binary101000001011100010110000
Octal240270260

Shades and tints

Shades of #A0B8B0

#A0B8B0
(160,184,176)
#92A8A0
(146,168,160)
#849890
(132,152,144)
#768880
(118,136,128)
#687870
(104,120,112)
#5A6860
(90,104,96)
#4C5850
(76,88,80)
#3E4840
(62,72,64)
#303830
(48,56,48)
#222820
(34,40,32)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #A0B8B0

#A0B8B0
(160,184,176)
#A8BEB7
(168,190,183)
#B0C4BE
(176,196,190)
#B8CAC5
(184,202,197)
#C0D0CC
(192,208,204)
#C8D6D3
(200,214,211)
#D0DCDA
(208,220,218)
#D8E2E1
(216,226,225)
#E0E8E8
(224,232,232)
#E8EEEF
(232,238,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B8B0; }

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

This text font color is #A0B8B0.


Background Color

.myBgColor { background-color: #A0B8B0; }

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

This div background color is #A0B8B0.


Border color

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

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

This div border color is #A0B8B0.


Opacity

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

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

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

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

This text has shadow with #A0B8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B8B0 on black background.


Color preview on white background

This text has color #A0B8B0 on white background.



Black color preview on #A0B8B0 background

This text has black color on #A0B8B0 background.


White color preview on #A0B8B0 background

This text has white color on #A0B8B0 background.