COLOR #A0B8B6

HEX: #A0B8B6
RGB: (160,184,182)

Color info

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

RGB color model

#A0B8B6 color RGB value is (160,184,182).

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

RGB channels and saturation

R 160 of 255 = 63%
G 184 of 255 = 72%
B 182 of 255 = 71%

160
184
182

R + G + B ~ 69%. #A0B8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 184 + 182 = 526 (100%)
R 160 of 526 ~ 30.42%
G 184 of 526 ~ 34.98%
B 182 of 526 ~ 34.6%

%30.42
%34.98
%34.6

CMYK color model

#A0B8B6 color CMYK value is (13,0,1,28).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 27.84%
CMYK:
(13,0,1,28)
C13M0Y1K28 
(13%,0%,1%,28%)
(0.13/0.00/0.01/0.28)	

CMYK percentages

%13.04
%0
%1.09
%27.84

Codes

Color #A0B8B6 in popluar color models

A0B8B6
RGB160184182
HSL175°14.46%67.45%
HSB/HSV175°13.04%72.16%
CMYK13.04%0.00%1.09%
27.84%

Color #A0B8B6 in popluar number systems.

HEXA0B8B6
Decimal160184182
Binary101000001011100010110110
Octal240270266

Shades and tints

Shades of #A0B8B6

#A0B8B6
(160,184,182)
#92A8A6
(146,168,166)
#849896
(132,152,150)
#768886
(118,136,134)
#687876
(104,120,118)
#5A6866
(90,104,102)
#4C5856
(76,88,86)
#3E4846
(62,72,70)
#303836
(48,56,54)
#222826
(34,40,38)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #A0B8B6

#A0B8B6
(160,184,182)
#A8BEBC
(168,190,188)
#B0C4C2
(176,196,194)
#B8CAC8
(184,202,200)
#C0D0CE
(192,208,206)
#C8D6D4
(200,214,212)
#D0DCDA
(208,220,218)
#D8E2E0
(216,226,224)
#E0E8E6
(224,232,230)
#E8EEEC
(232,238,236)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B8B6; }

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

This text font color is #A0B8B6.


Background Color

.myBgColor { background-color: #A0B8B6; }

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

This div background color is #A0B8B6.


Border color

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

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

This div border color is #A0B8B6.


Opacity

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

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

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

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

This text has shadow with #A0B8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B8B6 on black background.


Color preview on white background

This text has color #A0B8B6 on white background.



Black color preview on #A0B8B6 background

This text has black color on #A0B8B6 background.


White color preview on #A0B8B6 background

This text has white color on #A0B8B6 background.