COLOR #A0BDAB

HEX: #A0BDAB
RGB: (160,189,171)

Color info

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

RGB color model

#A0BDAB color RGB value is (160,189,171).

  • red value is 160;
  • green value is 189;
  • blue value is 171.
RGB:
(160,189,171)
(63%,74%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 189 of 255 = 74%
B 171 of 255 = 67%

160
189
171

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

Portions of RGB colors in percentages

R + G + B =
160 + 189 + 171 = 520 (100%)
R 160 of 520 ~ 30.77%
G 189 of 520 ~ 36.35%
B 171 of 520 ~ 32.88%

%30.77
%36.35
%32.88

CMYK color model

#A0BDAB color CMYK value is (15,0,10,26).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 25.88%
CMYK:
(15,0,10,26)
C15M0Y10K26 
(15%,0%,10%,26%)
(0.15/0.00/0.10/0.26)	

CMYK percentages

%15.34
%0
%9.52
%25.88

Codes

Color #A0BDAB in popluar color models

A0BDAB
RGB160189171
HSL143°18.01%68.43%
HSB/HSV143°15.34%74.12%
CMYK15.34%0.00%9.52%
25.88%

Color #A0BDAB in popluar number systems.

HEXA0BDAB
Decimal160189171
Binary101000001011110110101011
Octal240275253

Shades and tints

Shades of #A0BDAB

#A0BDAB
(160,189,171)
#92AC9C
(146,172,156)
#849B8D
(132,155,141)
#768A7E
(118,138,126)
#68796F
(104,121,111)
#5A6860
(90,104,96)
#4C5751
(76,87,81)
#3E4642
(62,70,66)
#303533
(48,53,51)
#222424
(34,36,36)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A0BDAB

#A0BDAB
(160,189,171)
#A8C3B2
(168,195,178)
#B0C9B9
(176,201,185)
#B8CFC0
(184,207,192)
#C0D5C7
(192,213,199)
#C8DBCE
(200,219,206)
#D0E1D5
(208,225,213)
#D8E7DC
(216,231,220)
#E0EDE3
(224,237,227)
#E8F3EA
(232,243,234)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BDAB; }

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

This text font color is #A0BDAB.


Background Color

.myBgColor { background-color: #A0BDAB; }

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

This div background color is #A0BDAB.


Border color

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

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

This div border color is #A0BDAB.


Opacity

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

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

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

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

This text has shadow with #A0BDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BDAB on black background.


Color preview on white background

This text has color #A0BDAB on white background.



Black color preview on #A0BDAB background

This text has black color on #A0BDAB background.


White color preview on #A0BDAB background

This text has white color on #A0BDAB background.