COLOR #A0BEA8

HEX: #A0BEA8
RGB: (160,190,168)

Color info

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

RGB color model

#A0BEA8 color RGB value is (160,190,168).

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

RGB channels and saturation

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

160
190
168

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

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 168 = 518 (100%)
R 160 of 518 ~ 30.89%
G 190 of 518 ~ 36.68%
B 168 of 518 ~ 32.43%

%30.89
%36.68
%32.43

CMYK color model

#A0BEA8 color CMYK value is (16,0,12,25).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(16,0,12,25)
C16M0Y12K25 
(16%,0%,12%,25%)
(0.16/0.00/0.12/0.25)	

CMYK percentages

%15.79
%0
%11.58
%25.49

Codes

Color #A0BEA8 in popluar color models

A0BEA8
RGB160190168
HSL136°18.75%68.63%
HSB/HSV136°15.79%74.51%
CMYK15.79%0.00%11.58%
25.49%

Color #A0BEA8 in popluar number systems.

HEXA0BEA8
Decimal160190168
Binary101000001011111010101000
Octal240276250

Shades and tints

Shades of #A0BEA8

#A0BEA8
(160,190,168)
#92AD99
(146,173,153)
#849C8A
(132,156,138)
#768B7B
(118,139,123)
#687A6C
(104,122,108)
#5A695D
(90,105,93)
#4C584E
(76,88,78)
#3E473F
(62,71,63)
#303630
(48,54,48)
#222521
(34,37,33)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #A0BEA8

#A0BEA8
(160,190,168)
#A8C3AF
(168,195,175)
#B0C8B6
(176,200,182)
#B8CDBD
(184,205,189)
#C0D2C4
(192,210,196)
#C8D7CB
(200,215,203)
#D0DCD2
(208,220,210)
#D8E1D9
(216,225,217)
#E0E6E0
(224,230,224)
#E8EBE7
(232,235,231)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BEA8; }

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

This text font color is #A0BEA8.


Background Color

.myBgColor { background-color: #A0BEA8; }

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

This div background color is #A0BEA8.


Border color

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

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

This div border color is #A0BEA8.


Opacity

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

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

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

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

This text has shadow with #A0BEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BEA8 on black background.


Color preview on white background

This text has color #A0BEA8 on white background.



Black color preview on #A0BEA8 background

This text has black color on #A0BEA8 background.


White color preview on #A0BEA8 background

This text has white color on #A0BEA8 background.