COLOR #A88DE7

HEX: #A88DE7 RGB: (168,141,231)

Color info

#A88DE7 contains mainly blue color. Web safe color of #A88DE7 is #9999FF (or #99F).

RGB color model

#A88DE7 color RGB value is (168,141,231).

RGB: (168,141,231) (66%, 55%, 91%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 231 of 255 = 91%

168
141
231

R + G + B ~ 71%. #A88DE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 141 + 231 = 540 (100%)
R 168 of 540 ~ 31.11%
G 141 of 540 ~ 26.11%
B 231 of 540 ~ 42.78'%

%31.11
%26.11
%42.78

CMYK color model

#A88DE7 color CMYK value is (27,39,0,9).

  • cyan value is 27.27%
  • magenta value is 38.96%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (27,39,0,9)
C27M39Y0K9 (27%, 39%, 0%, 9%)
(0.27 / 0.39 / 0.00 / 0.09)

CMYK percentages

%27.27
%38.96
%0
%9.41

Codes

Color #A88DE7 in popluar color models

A8 8D E7
RGB 168 141 231
HSL 258° 65.22% 72.94%
HSB/HSV 258° 38.96% 90.59%
CMYK 27.27% 38.96% 0.00%
9.41%

Color #A88DE7 in popluar number systems.

HEX A8 8D E7
Decimal 168 141 231
Binary 10101000 10001101 11100111
Octal 250 215 347

Shades and tints

Shades of #A88DE7

#A88DE7
(168,141,231)
#9981D2
(153,129,210)
#8A75BD
(138,117,189)
#7B69A8
(123,105,168)
#6C5D93
(108,93,147)
#5D517E
(93,81,126)
#4E4569
(78,69,105)
#3F3954
(63,57,84)
#302D3F
(48,45,63)
#21212A
(33,33,42)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A88DE7

#A88DE7
(168,141,231)
#AF97E9
(175,151,233)
#B6A1EB
(182,161,235)
#BDABED
(189,171,237)
#C4B5EF
(196,181,239)
#CBBFF1
(203,191,241)
#D2C9F3
(210,201,243)
#D9D3F5
(217,211,245)
#E0DDF7
(224,221,247)
#E7E7F9
(231,231,249)
#EEF1FB
(238,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88DE7; }

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

This text font color is #A88DE7.

Background Color

.myBgColor { background-color: #A88DE7; }

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

This div background color is #A88DE7.

Border color

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

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

This div border color is #A88DE7.

Opacity

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

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

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

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

This text has shadow with #A88DE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88DE7.

Preview

Color preview on black background

This text has color #A88DE7 on black background.


Color preview on white background

This text has color #A88DE7 on white background.


Black color preview on #A88DE7 background

This text has black color on #A88DE7 background.


White color preview on #A88DE7 background

This text has white color on #A88DE7 background.


Related colors

Complementary color

Complementary color for #hex is #577218.


I love getcolorcode.com

Triadic colors

1 #E7A88D and #8DE7A8 with #A88DE7 are triadic colors.

2 #E78DA8 and #8DA8E7 with #A88DE7 are triadic colors.