COLOR #A18DA9

HEX: #A18DA9
RGB: (161,141,169)

Color info

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

RGB color model

#A18DA9 color RGB value is (161,141,169).

  • red value is 161;
  • green value is 141;
  • blue value is 169.
RGB:
(161,141,169)
(63%,55%,66%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 169 of 255 = 66%

161
141
169

R + G + B ~ 61%. #A18DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 169 = 471 (100%)
R 161 of 471 ~ 34.18%
G 141 of 471 ~ 29.94%
B 169 of 471 ~ 35.88%

%34.18
%29.94
%35.88

CMYK color model

#A18DA9 color CMYK value is (5,17,0,34).

  • cyan value is 4.73%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(5,17,0,34)
C5M17Y0K34 
(5%,17%,0%,34%)
(0.05/0.17/0.00/0.34)	

CMYK percentages

%4.73
%16.57
%0
%33.73

Codes

Color #A18DA9 in popluar color models

A18DA9
RGB161141169
HSL283°14.00%60.78%
HSB/HSV283°16.57%66.27%
CMYK4.73%16.57%0.00%
33.73%

Color #A18DA9 in popluar number systems.

HEXA18DA9
Decimal161141169
Binary101000011000110110101001
Octal241215251

Shades and tints

Shades of #A18DA9

#A18DA9
(161,141,169)
#93819A
(147,129,154)
#85758B
(133,117,139)
#77697C
(119,105,124)
#695D6D
(105,93,109)
#5B515E
(91,81,94)
#4D454F
(77,69,79)
#3F3940
(63,57,64)
#312D31
(49,45,49)
#232122
(35,33,34)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #A18DA9

#A18DA9
(161,141,169)
#A997B0
(169,151,176)
#B1A1B7
(177,161,183)
#B9ABBE
(185,171,190)
#C1B5C5
(193,181,197)
#C9BFCC
(201,191,204)
#D1C9D3
(209,201,211)
#D9D3DA
(217,211,218)
#E1DDE1
(225,221,225)
#E9E7E8
(233,231,232)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18DA9 color. Also use rgb(161,141,169) instead hex code.

Text Font Color

.myTextColor { color: #A18DA9; }

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

This text font color is #A18DA9.


Background Color

.myBgColor { background-color: #A18DA9; }

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

This div background color is #A18DA9.


Border color

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

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

This div border color is #A18DA9.


Opacity

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

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

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

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

This text has shadow with #A18DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18DA9 on black background.


Color preview on white background

This text has color #A18DA9 on white background.



Black color preview on #A18DA9 background

This text has black color on #A18DA9 background.


White color preview on #A18DA9 background

This text has white color on #A18DA9 background.