COLOR #A0BDA6

HEX: #A0BDA6
RGB: (160,189,166)

Color info

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

RGB color model

#A0BDA6 color RGB value is (160,189,166).

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

RGB channels and saturation

R 160 of 255 = 63%
G 189 of 255 = 74%
B 166 of 255 = 65%

160
189
166

R + G + B ~ 67%. #A0BDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 189 + 166 = 515 (100%)
R 160 of 515 ~ 31.07%
G 189 of 515 ~ 36.7%
B 166 of 515 ~ 32.23%

%31.07
%36.7
%32.23

CMYK color model

#A0BDA6 color CMYK value is (15,0,12,26).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(15,0,12,26)
C15M0Y12K26 
(15%,0%,12%,26%)
(0.15/0.00/0.12/0.26)	

CMYK percentages

%15.34
%0
%12.17
%25.88

Codes

Color #A0BDA6 in popluar color models

A0BDA6
RGB160189166
HSL132°18.01%68.43%
HSB/HSV132°15.34%74.12%
CMYK15.34%0.00%12.17%
25.88%

Color #A0BDA6 in popluar number systems.

HEXA0BDA6
Decimal160189166
Binary101000001011110110100110
Octal240275246

Shades and tints

Shades of #A0BDA6

#A0BDA6
(160,189,166)
#92AC97
(146,172,151)
#849B88
(132,155,136)
#768A79
(118,138,121)
#68796A
(104,121,106)
#5A685B
(90,104,91)
#4C574C
(76,87,76)
#3E463D
(62,70,61)
#30352E
(48,53,46)
#22241F
(34,36,31)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A0BDA6

#A0BDA6
(160,189,166)
#A8C3AE
(168,195,174)
#B0C9B6
(176,201,182)
#B8CFBE
(184,207,190)
#C0D5C6
(192,213,198)
#C8DBCE
(200,219,206)
#D0E1D6
(208,225,214)
#D8E7DE
(216,231,222)
#E0EDE6
(224,237,230)
#E8F3EE
(232,243,238)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BDA6; }

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

This text font color is #A0BDA6.


Background Color

.myBgColor { background-color: #A0BDA6; }

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

This div background color is #A0BDA6.


Border color

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

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

This div border color is #A0BDA6.


Opacity

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

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

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

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

This text has shadow with #A0BDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BDA6 on black background.


Color preview on white background

This text has color #A0BDA6 on white background.



Black color preview on #A0BDA6 background

This text has black color on #A0BDA6 background.


White color preview on #A0BDA6 background

This text has white color on #A0BDA6 background.