COLOR #A0BEAD

HEX: #A0BEAD
RGB: (160,190,173)

Color info

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

RGB color model

#A0BEAD color RGB value is (160,190,173).

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

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 173 of 255 = 68%

160
190
173

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

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 173 = 523 (100%)
R 160 of 523 ~ 30.59%
G 190 of 523 ~ 36.33%
B 173 of 523 ~ 33.08%

%30.59
%36.33
%33.08

CMYK color model

#A0BEAD color CMYK value is (16,0,9,25).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK:
(16,0,9,25)
C16M0Y9K25 
(16%,0%,9%,25%)
(0.16/0.00/0.09/0.25)	

CMYK percentages

%15.79
%0
%8.95
%25.49

Codes

Color #A0BEAD in popluar color models

A0BEAD
RGB160190173
HSL146°18.75%68.63%
HSB/HSV146°15.79%74.51%
CMYK15.79%0.00%8.95%
25.49%

Color #A0BEAD in popluar number systems.

HEXA0BEAD
Decimal160190173
Binary101000001011111010101101
Octal240276255

Shades and tints

Shades of #A0BEAD

#A0BEAD
(160,190,173)
#92AD9E
(146,173,158)
#849C8F
(132,156,143)
#768B80
(118,139,128)
#687A71
(104,122,113)
#5A6962
(90,105,98)
#4C5853
(76,88,83)
#3E4744
(62,71,68)
#303635
(48,54,53)
#222526
(34,37,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #A0BEAD

#A0BEAD
(160,190,173)
#A8C3B4
(168,195,180)
#B0C8BB
(176,200,187)
#B8CDC2
(184,205,194)
#C0D2C9
(192,210,201)
#C8D7D0
(200,215,208)
#D0DCD7
(208,220,215)
#D8E1DE
(216,225,222)
#E0E6E5
(224,230,229)
#E8EBEC
(232,235,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BEAD; }

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

This text font color is #A0BEAD.


Background Color

.myBgColor { background-color: #A0BEAD; }

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

This div background color is #A0BEAD.


Border color

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

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

This div border color is #A0BEAD.


Opacity

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

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

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

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

This text has shadow with #A0BEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BEAD on black background.


Color preview on white background

This text has color #A0BEAD on white background.



Black color preview on #A0BEAD background

This text has black color on #A0BEAD background.


White color preview on #A0BEAD background

This text has white color on #A0BEAD background.