COLOR #A0BEA9

HEX: #A0BEA9
RGB: (160,190,169)

Color info

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

RGB color model

#A0BEA9 color RGB value is (160,190,169).

  • red value is 160;
  • green value is 190;
  • blue value is 169.
RGB:
(160,190,169)
(63%,75%,66%)

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 169 of 255 = 66%

160
190
169

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

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 169 = 519 (100%)
R 160 of 519 ~ 30.83%
G 190 of 519 ~ 36.61%
B 169 of 519 ~ 32.56%

%30.83
%36.61
%32.56

CMYK color model

#A0BEA9 color CMYK value is (16,0,11,25).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 25.49%
CMYK:
(16,0,11,25)
C16M0Y11K25 
(16%,0%,11%,25%)
(0.16/0.00/0.11/0.25)	

CMYK percentages

%15.79
%0
%11.05
%25.49

Codes

Color #A0BEA9 in popluar color models

A0BEA9
RGB160190169
HSL138°18.75%68.63%
HSB/HSV138°15.79%74.51%
CMYK15.79%0.00%11.05%
25.49%

Color #A0BEA9 in popluar number systems.

HEXA0BEA9
Decimal160190169
Binary101000001011111010101001
Octal240276251

Shades and tints

Shades of #A0BEA9

#A0BEA9
(160,190,169)
#92AD9A
(146,173,154)
#849C8B
(132,156,139)
#768B7C
(118,139,124)
#687A6D
(104,122,109)
#5A695E
(90,105,94)
#4C584F
(76,88,79)
#3E4740
(62,71,64)
#303631
(48,54,49)
#222522
(34,37,34)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0BEA9

#A0BEA9
(160,190,169)
#A8C3B0
(168,195,176)
#B0C8B7
(176,200,183)
#B8CDBE
(184,205,190)
#C0D2C5
(192,210,197)
#C8D7CC
(200,215,204)
#D0DCD3
(208,220,211)
#D8E1DA
(216,225,218)
#E0E6E1
(224,230,225)
#E8EBE8
(232,235,232)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BEA9 color. Also use rgb(160,190,169) instead hex code.

Text Font Color

.myTextColor { color: #A0BEA9; }

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

This text font color is #A0BEA9.


Background Color

.myBgColor { background-color: #A0BEA9; }

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

This div background color is #A0BEA9.


Border color

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

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

This div border color is #A0BEA9.


Opacity

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

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

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

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

This text has shadow with #A0BEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BEA9 on black background.


Color preview on white background

This text has color #A0BEA9 on white background.



Black color preview on #A0BEA9 background

This text has black color on #A0BEA9 background.


White color preview on #A0BEA9 background

This text has white color on #A0BEA9 background.