COLOR #A88DC9

HEX: #A88DC9
RGB: (168,141,201)

Color info

#A88DC9 contains mainly red and blue colors. Web safe color of #A88DC9 is #9999CC (or #99C).

RGB color model

#A88DC9 color RGB value is (168,141,201).

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

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 201 of 255 = 79%

168
141
201

R + G + B ~ 67%. #A88DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 201 = 510 (100%)
R 168 of 510 ~ 32.94%
G 141 of 510 ~ 27.65%
B 201 of 510 ~ 39.41%

%32.94
%27.65
%39.41

CMYK color model

#A88DC9 color CMYK value is (16,30,0,21).

  • cyan value is 16.42%
  • magenta value is 29.85%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(16,30,0,21)
C16M30Y0K21 
(16%,30%,0%,21%)
(0.16/0.30/0.00/0.21)	

CMYK percentages

%16.42
%29.85
%0
%21.18

Codes

Color #A88DC9 in popluar color models

A88DC9
RGB168141201
HSL267°35.71%67.06%
HSB/HSV267°29.85%78.82%
CMYK16.42%29.85%0.00%
21.18%

Color #A88DC9 in popluar number systems.

HEXA88DC9
Decimal168141201
Binary101010001000110111001001
Octal250215311

Shades and tints

Shades of #A88DC9

#A88DC9
(168,141,201)
#9981B7
(153,129,183)
#8A75A5
(138,117,165)
#7B6993
(123,105,147)
#6C5D81
(108,93,129)
#5D516F
(93,81,111)
#4E455D
(78,69,93)
#3F394B
(63,57,75)
#302D39
(48,45,57)
#212127
(33,33,39)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A88DC9

#A88DC9
(168,141,201)
#AF97CD
(175,151,205)
#B6A1D1
(182,161,209)
#BDABD5
(189,171,213)
#C4B5D9
(196,181,217)
#CBBFDD
(203,191,221)
#D2C9E1
(210,201,225)
#D9D3E5
(217,211,229)
#E0DDE9
(224,221,233)
#E7E7ED
(231,231,237)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88DC9; }

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

This text font color is #A88DC9.


Background Color

.myBgColor { background-color: #A88DC9; }

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

This div background color is #A88DC9.


Border color

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

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

This div border color is #A88DC9.


Opacity

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

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

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

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

This text has shadow with #A88DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88DC9 on black background.


Color preview on white background

This text has color #A88DC9 on white background.



Black color preview on #A88DC9 background

This text has black color on #A88DC9 background.


White color preview on #A88DC9 background

This text has white color on #A88DC9 background.