COLOR #A88FC7

HEX: #A88FC7
RGB: (168,143,199)

Color info

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

RGB color model

#A88FC7 color RGB value is (168,143,199).

  • red value is 168;
  • green value is 143;
  • blue value is 199.
RGB:
(168,143,199)
(66%,56%,78%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 199 of 255 = 78%

168
143
199

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 199 = 510 (100%)
R 168 of 510 ~ 32.94%
G 143 of 510 ~ 28.04%
B 199 of 510 ~ 39.02%

%32.94
%28.04
%39.02

CMYK color model

#A88FC7 color CMYK value is (16,28,0,22).

  • cyan value is 15.58%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(16,28,0,22)
C16M28Y0K22 
(16%,28%,0%,22%)
(0.16/0.28/0.00/0.22)	

CMYK percentages

%15.58
%28.14
%0
%21.96

Codes

Color #A88FC7 in popluar color models

A88FC7
RGB168143199
HSL267°33.33%67.06%
HSB/HSV267°28.14%78.04%
CMYK15.58%28.14%0.00%
21.96%

Color #A88FC7 in popluar number systems.

HEXA88FC7
Decimal168143199
Binary101010001000111111000111
Octal250217307

Shades and tints

Shades of #A88FC7

#A88FC7
(168,143,199)
#9982B5
(153,130,181)
#8A75A3
(138,117,163)
#7B6891
(123,104,145)
#6C5B7F
(108,91,127)
#5D4E6D
(93,78,109)
#4E415B
(78,65,91)
#3F3449
(63,52,73)
#302737
(48,39,55)
#211A25
(33,26,37)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #A88FC7

#A88FC7
(168,143,199)
#AF99CC
(175,153,204)
#B6A3D1
(182,163,209)
#BDADD6
(189,173,214)
#C4B7DB
(196,183,219)
#CBC1E0
(203,193,224)
#D2CBE5
(210,203,229)
#D9D5EA
(217,213,234)
#E0DFEF
(224,223,239)
#E7E9F4
(231,233,244)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88FC7 color. Also use rgb(168,143,199) instead hex code.

Text Font Color

.myTextColor { color: #A88FC7; }

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

This text font color is #A88FC7.


Background Color

.myBgColor { background-color: #A88FC7; }

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

This div background color is #A88FC7.


Border color

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

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

This div border color is #A88FC7.


Opacity

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

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

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

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

This text has shadow with #A88FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88FC7 on black background.


Color preview on white background

This text has color #A88FC7 on white background.



Black color preview on #A88FC7 background

This text has black color on #A88FC7 background.


White color preview on #A88FC7 background

This text has white color on #A88FC7 background.