COLOR #A09DBD

HEX: #A09DBD
RGB: (160,157,189)

Color info

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

RGB color model

#A09DBD color RGB value is (160,157,189).

  • red value is 160;
  • green value is 157;
  • blue value is 189.
RGB:
(160,157,189)
(63%,62%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 189 of 255 = 74%

160
157
189

R + G + B ~ 66%. #A09DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 157 + 189 = 506 (100%)
R 160 of 506 ~ 31.62%
G 157 of 506 ~ 31.03%
B 189 of 506 ~ 37.35%

%31.62
%31.03
%37.35

CMYK color model

#A09DBD color CMYK value is (15,17,0,26).

  • cyan value is 15.34%
  • magenta value is 16.93%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,17,0,26)
C15M17Y0K26 
(15%,17%,0%,26%)
(0.15/0.17/0.00/0.26)	

CMYK percentages

%15.34
%16.93
%0
%25.88

Codes

Color #A09DBD in popluar color models

A09DBD
RGB160157189
HSL246°19.51%67.84%
HSB/HSV246°16.93%74.12%
CMYK15.34%16.93%0.00%
25.88%

Color #A09DBD in popluar number systems.

HEXA09DBD
Decimal160157189
Binary101000001001110110111101
Octal240235275

Shades and tints

Shades of #A09DBD

#A09DBD
(160,157,189)
#928FAC
(146,143,172)
#84819B
(132,129,155)
#76738A
(118,115,138)
#686579
(104,101,121)
#5A5768
(90,87,104)
#4C4957
(76,73,87)
#3E3B46
(62,59,70)
#302D35
(48,45,53)
#221F24
(34,31,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A09DBD

#A09DBD
(160,157,189)
#A8A5C3
(168,165,195)
#B0ADC9
(176,173,201)
#B8B5CF
(184,181,207)
#C0BDD5
(192,189,213)
#C8C5DB
(200,197,219)
#D0CDE1
(208,205,225)
#D8D5E7
(216,213,231)
#E0DDED
(224,221,237)
#E8E5F3
(232,229,243)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09DBD color. Also use rgb(160,157,189) instead hex code.

Text Font Color

.myTextColor { color: #A09DBD; }

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

This text font color is #A09DBD.


Background Color

.myBgColor { background-color: #A09DBD; }

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

This div background color is #A09DBD.


Border color

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

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

This div border color is #A09DBD.


Opacity

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

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

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

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

This text has shadow with #A09DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09DBD on black background.


Color preview on white background

This text has color #A09DBD on white background.



Black color preview on #A09DBD background

This text has black color on #A09DBD background.


White color preview on #A09DBD background

This text has white color on #A09DBD background.