COLOR #A88DB9

HEX: #A88DB9
RGB: (168,141,185)

Color info

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

RGB color model

#A88DB9 color RGB value is (168,141,185).

  • red value is 168;
  • green value is 141;
  • blue value is 185.
RGB:
(168,141,185)
(66%,55%,73%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 185 of 255 = 73%

168
141
185

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

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 185 = 494 (100%)
R 168 of 494 ~ 34.01%
G 141 of 494 ~ 28.54%
B 185 of 494 ~ 37.45%

%34.01
%28.54
%37.45

CMYK color model

#A88DB9 color CMYK value is (9,24,0,27).

  • cyan value is 9.19%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(9,24,0,27)
C9M24Y0K27 
(9%,24%,0%,27%)
(0.09/0.24/0.00/0.27)	

CMYK percentages

%9.19
%23.78
%0
%27.45

Codes

Color #A88DB9 in popluar color models

A88DB9
RGB168141185
HSL277°23.91%63.92%
HSB/HSV277°23.78%72.55%
CMYK9.19%23.78%0.00%
27.45%

Color #A88DB9 in popluar number systems.

HEXA88DB9
Decimal168141185
Binary101010001000110110111001
Octal250215271

Shades and tints

Shades of #A88DB9

#A88DB9
(168,141,185)
#9981A9
(153,129,169)
#8A7599
(138,117,153)
#7B6989
(123,105,137)
#6C5D79
(108,93,121)
#5D5169
(93,81,105)
#4E4559
(78,69,89)
#3F3949
(63,57,73)
#302D39
(48,45,57)
#212129
(33,33,41)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #A88DB9

#A88DB9
(168,141,185)
#AF97BF
(175,151,191)
#B6A1C5
(182,161,197)
#BDABCB
(189,171,203)
#C4B5D1
(196,181,209)
#CBBFD7
(203,191,215)
#D2C9DD
(210,201,221)
#D9D3E3
(217,211,227)
#E0DDE9
(224,221,233)
#E7E7EF
(231,231,239)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88DB9 color. Also use rgb(168,141,185) instead hex code.

Text Font Color

.myTextColor { color: #A88DB9; }

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

This text font color is #A88DB9.


Background Color

.myBgColor { background-color: #A88DB9; }

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

This div background color is #A88DB9.


Border color

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

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

This div border color is #A88DB9.


Opacity

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

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

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

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

This text has shadow with #A88DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88DB9 on black background.


Color preview on white background

This text has color #A88DB9 on white background.



Black color preview on #A88DB9 background

This text has black color on #A88DB9 background.


White color preview on #A88DB9 background

This text has white color on #A88DB9 background.