COLOR #A88ABD

HEX: #A88ABD
RGB: (168,138,189)

Color info

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

RGB color model

#A88ABD color RGB value is (168,138,189).

  • red value is 168;
  • green value is 138;
  • blue value is 189.
RGB:
(168,138,189)
(66%,54%,74%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 189 of 255 = 74%

168
138
189

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

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 189 = 495 (100%)
R 168 of 495 ~ 33.94%
G 138 of 495 ~ 27.88%
B 189 of 495 ~ 38.18%

%33.94
%27.88
%38.18

CMYK color model

#A88ABD color CMYK value is (11,27,0,26).

  • cyan value is 11.11%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,27,0,26)
C11M27Y0K26 
(11%,27%,0%,26%)
(0.11/0.27/0.00/0.26)	

CMYK percentages

%11.11
%26.98
%0
%25.88

Codes

Color #A88ABD in popluar color models

A88ABD
RGB168138189
HSL275°27.87%64.12%
HSB/HSV275°26.98%74.12%
CMYK11.11%26.98%0.00%
25.88%

Color #A88ABD in popluar number systems.

HEXA88ABD
Decimal168138189
Binary101010001000101010111101
Octal250212275

Shades and tints

Shades of #A88ABD

#A88ABD
(168,138,189)
#997EAC
(153,126,172)
#8A729B
(138,114,155)
#7B668A
(123,102,138)
#6C5A79
(108,90,121)
#5D4E68
(93,78,104)
#4E4257
(78,66,87)
#3F3646
(63,54,70)
#302A35
(48,42,53)
#211E24
(33,30,36)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A88ABD

#A88ABD
(168,138,189)
#AF94C3
(175,148,195)
#B69EC9
(182,158,201)
#BDA8CF
(189,168,207)
#C4B2D5
(196,178,213)
#CBBCDB
(203,188,219)
#D2C6E1
(210,198,225)
#D9D0E7
(217,208,231)
#E0DAED
(224,218,237)
#E7E4F3
(231,228,243)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88ABD color. Also use rgb(168,138,189) instead hex code.

Text Font Color

.myTextColor { color: #A88ABD; }

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

This text font color is #A88ABD.


Background Color

.myBgColor { background-color: #A88ABD; }

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

This div background color is #A88ABD.


Border color

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

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

This div border color is #A88ABD.


Opacity

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

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

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

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

This text has shadow with #A88ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88ABD on black background.


Color preview on white background

This text has color #A88ABD on white background.



Black color preview on #A88ABD background

This text has black color on #A88ABD background.


White color preview on #A88ABD background

This text has white color on #A88ABD background.