COLOR #A08DB4

HEX: #A08DB4
RGB: (160,141,180)

Color info

#A08DB4 contains red, green and blue colors in about the same proportion. Web safe color of #A08DB4 is #9999CC (or #99C).

RGB color model

#A08DB4 color RGB value is (160,141,180).

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

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 180 of 255 = 71%

160
141
180

R + G + B ~ 63%. #A08DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 141 + 180 = 481 (100%)
R 160 of 481 ~ 33.26%
G 141 of 481 ~ 29.31%
B 180 of 481 ~ 37.42%

%33.26
%29.31
%37.42

CMYK color model

#A08DB4 color CMYK value is (11,22,0,29).

  • cyan value is 11.11%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(11,22,0,29)
C11M22Y0K29 
(11%,22%,0%,29%)
(0.11/0.22/0.00/0.29)	

CMYK percentages

%11.11
%21.67
%0
%29.41

Codes

Color #A08DB4 in popluar color models

A08DB4
RGB160141180
HSL269°20.63%62.94%
HSB/HSV269°21.67%70.59%
CMYK11.11%21.67%0.00%
29.41%

Color #A08DB4 in popluar number systems.

HEXA08DB4
Decimal160141180
Binary101000001000110110110100
Octal240215264

Shades and tints

Shades of #A08DB4

#A08DB4
(160,141,180)
#9281A4
(146,129,164)
#847594
(132,117,148)
#766984
(118,105,132)
#685D74
(104,93,116)
#5A5164
(90,81,100)
#4C4554
(76,69,84)
#3E3944
(62,57,68)
#302D34
(48,45,52)
#222124
(34,33,36)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #A08DB4

#A08DB4
(160,141,180)
#A897BA
(168,151,186)
#B0A1C0
(176,161,192)
#B8ABC6
(184,171,198)
#C0B5CC
(192,181,204)
#C8BFD2
(200,191,210)
#D0C9D8
(208,201,216)
#D8D3DE
(216,211,222)
#E0DDE4
(224,221,228)
#E8E7EA
(232,231,234)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08DB4; }

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

This text font color is #A08DB4.


Background Color

.myBgColor { background-color: #A08DB4; }

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

This div background color is #A08DB4.


Border color

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

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

This div border color is #A08DB4.


Opacity

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

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

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

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

This text has shadow with #A08DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08DB4 on black background.


Color preview on white background

This text has color #A08DB4 on white background.



Black color preview on #A08DB4 background

This text has black color on #A08DB4 background.


White color preview on #A08DB4 background

This text has white color on #A08DB4 background.