COLOR #A0B5B0

HEX: #A0B5B0 RGB: (160,181,176)

Color info

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

RGB color model

#A0B5B0 color RGB value is (160,181,176).

RGB: (160,181,176) (63%, 71%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 181 of 255 = 71%
B 176 of 255 = 69%

160
181
176

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

Portions of RGB colors in percentages

R + G + B = 160 + 181 + 176 = 517 (100%)
R 160 of 517 ~ 30.95%
G 181 of 517 ~ 35.01%
B 176 of 517 ~ 34.04'%

%30.95
%35.01
%34.04

CMYK color model

#A0B5B0 color CMYK value is (12,0,3,29).

  • cyan value is 11.60%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 29.02%

CMYK: (12,0,3,29)
C12M0Y3K29 (12%, 0%, 3%, 29%)
(0.12 / 0.00 / 0.03 / 0.29)

CMYK percentages

%11.6
%0
%2.76
%29.02

Codes

Color #A0B5B0 in popluar color models

A0 B5 B0
RGB 160 181 176
HSL 166° 12.43% 66.86%
HSB/HSV 166° 11.60% 70.98%
CMYK 11.60% 0.00% 2.76%
29.02%

Color #A0B5B0 in popluar number systems.

HEX A0 B5 B0
Decimal 160 181 176
Binary 10100000 10110101 10110000
Octal 240 265 260

Shades and tints

Shades of #A0B5B0

#A0B5B0
(160,181,176)
#92A5A0
(146,165,160)
#849590
(132,149,144)
#768580
(118,133,128)
#687570
(104,117,112)
#5A6560
(90,101,96)
#4C5550
(76,85,80)
#3E4540
(62,69,64)
#303530
(48,53,48)
#222520
(34,37,32)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #A0B5B0

#A0B5B0
(160,181,176)
#A8BBB7
(168,187,183)
#B0C1BE
(176,193,190)
#B8C7C5
(184,199,197)
#C0CDCC
(192,205,204)
#C8D3D3
(200,211,211)
#D0D9DA
(208,217,218)
#D8DFE1
(216,223,225)
#E0E5E8
(224,229,232)
#E8EBEF
(232,235,239)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B5B0; }

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

This text font color is #A0B5B0.

Background Color

.myBgColor { background-color: #A0B5B0; }

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

This div background color is #A0B5B0.

Border color

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

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

This div border color is #A0B5B0.

Opacity

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

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

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

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

This text has shadow with #A0B5B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B5B0.

Preview

Color preview on black background

This text has color #A0B5B0 on black background.


Color preview on white background

This text has color #A0B5B0 on white background.


Black color preview on #A0B5B0 background

This text has black color on #A0B5B0 background.


White color preview on #A0B5B0 background

This text has white color on #A0B5B0 background.


Related colors

Complementary color

Complementary color for #hex is #5F4A4F.


I love getcolorcode.com

Triadic colors

1 #B0A0B5 and #B5B0A0 with #A0B5B0 are triadic colors.

2 #B0B5A0 and #B5A0B0 with #A0B5B0 are triadic colors.