COLOR #A19DB7

HEX: #A19DB7 RGB: (161,157,183)

Color info

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

RGB color model

#A19DB7 color RGB value is (161,157,183).

RGB: (161,157,183) (63%, 62%, 72%)

RGB channels and saturation

R 161 of 255 = 63%
G 157 of 255 = 62%
B 183 of 255 = 72%

161
157
183

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

Portions of RGB colors in percentages

R + G + B = 161 + 157 + 183 = 501 (100%)
R 161 of 501 ~ 32.14%
G 157 of 501 ~ 31.34%
B 183 of 501 ~ 36.53'%

%32.14
%31.34
%36.53

CMYK color model

#A19DB7 color CMYK value is (12,14,0,28).

  • cyan value is 12.02%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (12,14,0,28)
C12M14Y0K28 (12%, 14%, 0%, 28%)
(0.12 / 0.14 / 0.00 / 0.28)

CMYK percentages

%12.02
%14.21
%0
%28.24

Codes

Color #A19DB7 in popluar color models

A1 9D B7
RGB 161 157 183
HSL 249° 15.29% 66.67%
HSB/HSV 249° 14.21% 71.76%
CMYK 12.02% 14.21% 0.00%
28.24%

Color #A19DB7 in popluar number systems.

HEX A1 9D B7
Decimal 161 157 183
Binary 10100001 10011101 10110111
Octal 241 235 267

Shades and tints

Shades of #A19DB7

#A19DB7
(161,157,183)
#938FA7
(147,143,167)
#858197
(133,129,151)
#777387
(119,115,135)
#696577
(105,101,119)
#5B5767
(91,87,103)
#4D4957
(77,73,87)
#3F3B47
(63,59,71)
#312D37
(49,45,55)
#231F27
(35,31,39)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #A19DB7

#A19DB7
(161,157,183)
#A9A5BD
(169,165,189)
#B1ADC3
(177,173,195)
#B9B5C9
(185,181,201)
#C1BDCF
(193,189,207)
#C9C5D5
(201,197,213)
#D1CDDB
(209,205,219)
#D9D5E1
(217,213,225)
#E1DDE7
(225,221,231)
#E9E5ED
(233,229,237)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19DB7 color. Also use rgb(161,157,183) instead hex code.

Text Font Color

.myTextColor { color: #A19DB7; }

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

This text font color is #A19DB7.

Background Color

.myBgColor { background-color: #A19DB7; }

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

This div background color is #A19DB7.

Border color

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

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

This div border color is #A19DB7.

Opacity

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

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

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

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

This text has shadow with #A19DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19DB7.

Preview

Color preview on black background

This text has color #A19DB7 on black background.


Color preview on white background

This text has color #A19DB7 on white background.


Black color preview on #A19DB7 background

This text has black color on #A19DB7 background.


White color preview on #A19DB7 background

This text has white color on #A19DB7 background.


Related colors

Complementary color

Complementary color for #hex is #5E6248.


I love getcolorcode.com

Triadic colors

1 #B7A19D and #9DB7A1 with #A19DB7 are triadic colors.

2 #B79DA1 and #9DA1B7 with #A19DB7 are triadic colors.