COLOR #A08DBB

HEX: #A08DBB RGB: (160,141,187)

Color info

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

RGB color model

#A08DBB color RGB value is (160,141,187).

RGB: (160,141,187) (63%, 55%, 73%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 187 of 255 = 73%

160
141
187

R + G + B ~ 64%. #A08DBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 141 + 187 = 488 (100%)
R 160 of 488 ~ 32.79%
G 141 of 488 ~ 28.89%
B 187 of 488 ~ 38.32'%

%32.79
%28.89
%38.32

CMYK color model

#A08DBB color CMYK value is (14,25,0,27).

  • cyan value is 14.44%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (14,25,0,27)
C14M25Y0K27 (14%, 25%, 0%, 27%)
(0.14 / 0.25 / 0.00 / 0.27)

CMYK percentages

%14.44
%24.6
%0
%26.67

Codes

Color #A08DBB in popluar color models

A0 8D BB
RGB 160 141 187
HSL 265° 25.27% 64.31%
HSB/HSV 265° 24.60% 73.33%
CMYK 14.44% 24.60% 0.00%
26.67%

Color #A08DBB in popluar number systems.

HEX A0 8D BB
Decimal 160 141 187
Binary 10100000 10001101 10111011
Octal 240 215 273

Shades and tints

Shades of #A08DBB

#A08DBB
(160,141,187)
#9281AA
(146,129,170)
#847599
(132,117,153)
#766988
(118,105,136)
#685D77
(104,93,119)
#5A5166
(90,81,102)
#4C4555
(76,69,85)
#3E3944
(62,57,68)
#302D33
(48,45,51)
#222122
(34,33,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A08DBB

#A08DBB
(160,141,187)
#A897C1
(168,151,193)
#B0A1C7
(176,161,199)
#B8ABCD
(184,171,205)
#C0B5D3
(192,181,211)
#C8BFD9
(200,191,217)
#D0C9DF
(208,201,223)
#D8D3E5
(216,211,229)
#E0DDEB
(224,221,235)
#E8E7F1
(232,231,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08DBB; }

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

This text font color is #A08DBB.

Background Color

.myBgColor { background-color: #A08DBB; }

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

This div background color is #A08DBB.

Border color

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

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

This div border color is #A08DBB.

Opacity

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

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

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

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

This text has shadow with #A08DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08DBB.

Preview

Color preview on black background

This text has color #A08DBB on black background.


Color preview on white background

This text has color #A08DBB on white background.


Black color preview on #A08DBB background

This text has black color on #A08DBB background.


White color preview on #A08DBB background

This text has white color on #A08DBB background.


Related colors

Complementary color

Complementary color for #hex is #5F7244.


I love getcolorcode.com

Triadic colors

1 #BBA08D and #8DBBA0 with #A08DBB are triadic colors.

2 #BB8DA0 and #8DA0BB with #A08DBB are triadic colors.