COLOR #A09DBC

HEX: #A09DBC RGB: (160,157,188)

Color info

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

RGB color model

#A09DBC color RGB value is (160,157,188).

RGB: (160,157,188) (63%, 62%, 74%)

RGB channels and saturation

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

160
157
188

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

Portions of RGB colors in percentages

R + G + B = 160 + 157 + 188 = 505 (100%)
R 160 of 505 ~ 31.68%
G 157 of 505 ~ 31.09%
B 188 of 505 ~ 37.23'%

%31.68
%31.09
%37.23

CMYK color model

#A09DBC color CMYK value is (15,16,0,26).

  • cyan value is 14.89%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (15,16,0,26)
C15M16Y0K26 (15%, 16%, 0%, 26%)
(0.15 / 0.16 / 0.00 / 0.26)

CMYK percentages

%14.89
%16.49
%0
%26.27

Codes

Color #A09DBC in popluar color models

A0 9D BC
RGB 160 157 188
HSL 246° 18.79% 67.65%
HSB/HSV 246° 16.49% 73.73%
CMYK 14.89% 16.49% 0.00%
26.27%

Color #A09DBC in popluar number systems.

HEX A0 9D BC
Decimal 160 157 188
Binary 10100000 10011101 10111100
Octal 240 235 274

Shades and tints

Shades of #A09DBC

#A09DBC
(160,157,188)
#928FAB
(146,143,171)
#84819A
(132,129,154)
#767389
(118,115,137)
#686578
(104,101,120)
#5A5767
(90,87,103)
#4C4956
(76,73,86)
#3E3B45
(62,59,69)
#302D34
(48,45,52)
#221F23
(34,31,35)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #A09DBC

#A09DBC
(160,157,188)
#A8A5C2
(168,165,194)
#B0ADC8
(176,173,200)
#B8B5CE
(184,181,206)
#C0BDD4
(192,189,212)
#C8C5DA
(200,197,218)
#D0CDE0
(208,205,224)
#D8D5E6
(216,213,230)
#E0DDEC
(224,221,236)
#E8E5F2
(232,229,242)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09DBC; }

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

This text font color is #A09DBC.

Background Color

.myBgColor { background-color: #A09DBC; }

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

This div background color is #A09DBC.

Border color

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

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

This div border color is #A09DBC.

Opacity

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

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

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

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

This text has shadow with #A09DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09DBC.

Preview

Color preview on black background

This text has color #A09DBC on black background.


Color preview on white background

This text has color #A09DBC on white background.


Black color preview on #A09DBC background

This text has black color on #A09DBC background.


White color preview on #A09DBC background

This text has white color on #A09DBC background.


Related colors

Complementary color

Complementary color for #hex is #5F6243.


I love getcolorcode.com

Triadic colors

1 #BCA09D and #9DBCA0 with #A09DBC are triadic colors.

2 #BC9DA0 and #9DA0BC with #A09DBC are triadic colors.