COLOR #A0BDB0

HEX: #A0BDB0 RGB: (160,189,176)

Color info

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

RGB color model

#A0BDB0 color RGB value is (160,189,176).

RGB: (160,189,176) (63%, 74%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 189 of 255 = 74%
B 176 of 255 = 69%

160
189
176

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

Portions of RGB colors in percentages

R + G + B = 160 + 189 + 176 = 525 (100%)
R 160 of 525 ~ 30.48%
G 189 of 525 ~ 36%
B 176 of 525 ~ 33.52'%

%30.48
%36
%33.52

CMYK color model

#A0BDB0 color CMYK value is (15,0,7,26).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 25.88%

CMYK: (15,0,7,26)
C15M0Y7K26 (15%, 0%, 7%, 26%)
(0.15 / 0.00 / 0.07 / 0.26)

CMYK percentages

%15.34
%0
%6.88
%25.88

Codes

Color #A0BDB0 in popluar color models

A0 BD B0
RGB 160 189 176
HSL 153° 18.01% 68.43%
HSB/HSV 153° 15.34% 74.12%
CMYK 15.34% 0.00% 6.88%
25.88%

Color #A0BDB0 in popluar number systems.

HEX A0 BD B0
Decimal 160 189 176
Binary 10100000 10111101 10110000
Octal 240 275 260

Shades and tints

Shades of #A0BDB0

#A0BDB0
(160,189,176)
#92ACA0
(146,172,160)
#849B90
(132,155,144)
#768A80
(118,138,128)
#687970
(104,121,112)
#5A6860
(90,104,96)
#4C5750
(76,87,80)
#3E4640
(62,70,64)
#303530
(48,53,48)
#222420
(34,36,32)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A0BDB0

#A0BDB0
(160,189,176)
#A8C3B7
(168,195,183)
#B0C9BE
(176,201,190)
#B8CFC5
(184,207,197)
#C0D5CC
(192,213,204)
#C8DBD3
(200,219,211)
#D0E1DA
(208,225,218)
#D8E7E1
(216,231,225)
#E0EDE8
(224,237,232)
#E8F3EF
(232,243,239)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BDB0; }

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

This text font color is #A0BDB0.

Background Color

.myBgColor { background-color: #A0BDB0; }

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

This div background color is #A0BDB0.

Border color

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

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

This div border color is #A0BDB0.

Opacity

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

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

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

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

This text has shadow with #A0BDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BDB0.

Preview

Color preview on black background

This text has color #A0BDB0 on black background.


Color preview on white background

This text has color #A0BDB0 on white background.


Black color preview on #A0BDB0 background

This text has black color on #A0BDB0 background.


White color preview on #A0BDB0 background

This text has white color on #A0BDB0 background.


Related colors

Complementary color

Complementary color for #hex is #5F424F.


I love getcolorcode.com

Triadic colors

1 #B0A0BD and #BDB0A0 with #A0BDB0 are triadic colors.

2 #B0BDA0 and #BDA0B0 with #A0BDB0 are triadic colors.