COLOR #A19DB3

HEX: #A19DB3
RGB: (161,157,179)

Color info

#A19DB3 contains red, green and blue colors in about the same proportion. Web safe color of #A19DB3 is #999999 (or #999).

RGB color model

#A19DB3 color RGB value is (161,157,179).

  • red value is 161;
  • green value is 157;
  • blue value is 179.
RGB:
(161,157,179)
(63%,62%,70%)

RGB channels and saturation

R 161 of 255 = 63%
G 157 of 255 = 62%
B 179 of 255 = 70%

161
157
179

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

Portions of RGB colors in percentages

R + G + B =
161 + 157 + 179 = 497 (100%)
R 161 of 497 ~ 32.39%
G 157 of 497 ~ 31.59%
B 179 of 497 ~ 36.02%

%32.39
%31.59
%36.02

CMYK color model

#A19DB3 color CMYK value is (10,12,0,30).

  • cyan value is 10.06%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(10,12,0,30)
C10M12Y0K30 
(10%,12%,0%,30%)
(0.10/0.12/0.00/0.30)	

CMYK percentages

%10.06
%12.29
%0
%29.8

Codes

Color #A19DB3 in popluar color models

A19DB3
RGB161157179
HSL251°12.64%65.88%
HSB/HSV251°12.29%70.20%
CMYK10.06%12.29%0.00%
29.80%

Color #A19DB3 in popluar number systems.

HEXA19DB3
Decimal161157179
Binary101000011001110110110011
Octal241235263

Shades and tints

Shades of #A19DB3

#A19DB3
(161,157,179)
#938FA3
(147,143,163)
#858193
(133,129,147)
#777383
(119,115,131)
#696573
(105,101,115)
#5B5763
(91,87,99)
#4D4953
(77,73,83)
#3F3B43
(63,59,67)
#312D33
(49,45,51)
#231F23
(35,31,35)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #A19DB3

#A19DB3
(161,157,179)
#A9A5B9
(169,165,185)
#B1ADBF
(177,173,191)
#B9B5C5
(185,181,197)
#C1BDCB
(193,189,203)
#C9C5D1
(201,197,209)
#D1CDD7
(209,205,215)
#D9D5DD
(217,213,221)
#E1DDE3
(225,221,227)
#E9E5E9
(233,229,233)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19DB3; }

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

This text font color is #A19DB3.


Background Color

.myBgColor { background-color: #A19DB3; }

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

This div background color is #A19DB3.


Border color

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

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

This div border color is #A19DB3.


Opacity

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

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

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

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

This text has shadow with #A19DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19DB3 on black background.


Color preview on white background

This text has color #A19DB3 on white background.



Black color preview on #A19DB3 background

This text has black color on #A19DB3 background.


White color preview on #A19DB3 background

This text has white color on #A19DB3 background.