COLOR #A08DA4

HEX: #A08DA4
RGB: (160,141,164)

Color info

#A08DA4 contains red, green and blue colors in about the same proportion. Web safe color of #A08DA4 is #999999 (or #999).

RGB color model

#A08DA4 color RGB value is (160,141,164).

  • red value is 160;
  • green value is 141;
  • blue value is 164.
RGB:
(160,141,164)
(63%,55%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 164 of 255 = 64%

160
141
164

R + G + B ~ 61%. #A08DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 141 + 164 = 465 (100%)
R 160 of 465 ~ 34.41%
G 141 of 465 ~ 30.32%
B 164 of 465 ~ 35.27%

%34.41
%30.32
%35.27

CMYK color model

#A08DA4 color CMYK value is (2,14,0,36).

  • cyan value is 2.44%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(2,14,0,36)
C2M14Y0K36 
(2%,14%,0%,36%)
(0.02/0.14/0.00/0.36)	

CMYK percentages

%2.44
%14.02
%0
%35.69

Codes

Color #A08DA4 in popluar color models

A08DA4
RGB160141164
HSL290°11.22%59.80%
HSB/HSV290°14.02%64.31%
CMYK2.44%14.02%0.00%
35.69%

Color #A08DA4 in popluar number systems.

HEXA08DA4
Decimal160141164
Binary101000001000110110100100
Octal240215244

Shades and tints

Shades of #A08DA4

#A08DA4
(160,141,164)
#928196
(146,129,150)
#847588
(132,117,136)
#76697A
(118,105,122)
#685D6C
(104,93,108)
#5A515E
(90,81,94)
#4C4550
(76,69,80)
#3E3942
(62,57,66)
#302D34
(48,45,52)
#222126
(34,33,38)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #A08DA4

#A08DA4
(160,141,164)
#A897AC
(168,151,172)
#B0A1B4
(176,161,180)
#B8ABBC
(184,171,188)
#C0B5C4
(192,181,196)
#C8BFCC
(200,191,204)
#D0C9D4
(208,201,212)
#D8D3DC
(216,211,220)
#E0DDE4
(224,221,228)
#E8E7EC
(232,231,236)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08DA4 color. Also use rgb(160,141,164) instead hex code.

Text Font Color

.myTextColor { color: #A08DA4; }

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

This text font color is #A08DA4.


Background Color

.myBgColor { background-color: #A08DA4; }

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

This div background color is #A08DA4.


Border color

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

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

This div border color is #A08DA4.


Opacity

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

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

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

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

This text has shadow with #A08DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08DA4 on black background.


Color preview on white background

This text has color #A08DA4 on white background.



Black color preview on #A08DA4 background

This text has black color on #A08DA4 background.


White color preview on #A08DA4 background

This text has white color on #A08DA4 background.