COLOR #A19DB6

HEX: #A19DB6 RGB: (161,157,182)

Color info

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

RGB color model

#A19DB6 color RGB value is (161,157,182).

RGB: (161,157,182) (63%, 62%, 71%)

RGB channels and saturation

R 161 of 255 = 63%
G 157 of 255 = 62%
B 182 of 255 = 71%

161
157
182

R + G + B ~ 65%. #A19DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 157 + 182 = 500 (100%)
R 161 of 500 ~ 32.2%
G 157 of 500 ~ 31.4%
B 182 of 500 ~ 36.4'%

%32.2
%31.4
%36.4

CMYK color model

#A19DB6 color CMYK value is (12,14,0,29).

  • cyan value is 11.54%
  • magenta value is 13.74%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (12,14,0,29)
C12M14Y0K29 (12%, 14%, 0%, 29%)
(0.12 / 0.14 / 0.00 / 0.29)

CMYK percentages

%11.54
%13.74
%0
%28.63

Codes

Color #A19DB6 in popluar color models

A1 9D B6
RGB 161 157 182
HSL 250° 14.62% 66.47%
HSB/HSV 250° 13.74% 71.37%
CMYK 11.54% 13.74% 0.00%
28.63%

Color #A19DB6 in popluar number systems.

HEX A1 9D B6
Decimal 161 157 182
Binary 10100001 10011101 10110110
Octal 241 235 266

Shades and tints

Shades of #A19DB6

#A19DB6
(161,157,182)
#938FA6
(147,143,166)
#858196
(133,129,150)
#777386
(119,115,134)
#696576
(105,101,118)
#5B5766
(91,87,102)
#4D4956
(77,73,86)
#3F3B46
(63,59,70)
#312D36
(49,45,54)
#231F26
(35,31,38)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #A19DB6

#A19DB6
(161,157,182)
#A9A5BC
(169,165,188)
#B1ADC2
(177,173,194)
#B9B5C8
(185,181,200)
#C1BDCE
(193,189,206)
#C9C5D4
(201,197,212)
#D1CDDA
(209,205,218)
#D9D5E0
(217,213,224)
#E1DDE6
(225,221,230)
#E9E5EC
(233,229,236)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19DB6; }

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

This text font color is #A19DB6.

Background Color

.myBgColor { background-color: #A19DB6; }

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

This div background color is #A19DB6.

Border color

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

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

This div border color is #A19DB6.

Opacity

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

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

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

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

This text has shadow with #A19DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19DB6.

Preview

Color preview on black background

This text has color #A19DB6 on black background.


Color preview on white background

This text has color #A19DB6 on white background.


Black color preview on #A19DB6 background

This text has black color on #A19DB6 background.


White color preview on #A19DB6 background

This text has white color on #A19DB6 background.


Related colors

Complementary color

Complementary color for #hex is #5E6249.


I love getcolorcode.com

Triadic colors

1 #B6A19D and #9DB6A1 with #A19DB6 are triadic colors.

2 #B69DA1 and #9DA1B6 with #A19DB6 are triadic colors.