COLOR #A88CBB

HEX: #A88CBB
RGB: (168,140,187)

Color info

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

RGB color model

#A88CBB color RGB value is (168,140,187).

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

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 187 of 255 = 73%

168
140
187

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

Portions of RGB colors in percentages

R + G + B =
168 + 140 + 187 = 495 (100%)
R 168 of 495 ~ 33.94%
G 140 of 495 ~ 28.28%
B 187 of 495 ~ 37.78%

%33.94
%28.28
%37.78

CMYK color model

#A88CBB color CMYK value is (10,25,0,27).

  • cyan value is 10.16%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,25,0,27)
C10M25Y0K27 
(10%,25%,0%,27%)
(0.10/0.25/0.00/0.27)	

CMYK percentages

%10.16
%25.13
%0
%26.67

Codes

Color #A88CBB in popluar color models

A88CBB
RGB168140187
HSL276°25.68%64.12%
HSB/HSV276°25.13%73.33%
CMYK10.16%25.13%0.00%
26.67%

Color #A88CBB in popluar number systems.

HEXA88CBB
Decimal168140187
Binary101010001000110010111011
Octal250214273

Shades and tints

Shades of #A88CBB

#A88CBB
(168,140,187)
#9980AA
(153,128,170)
#8A7499
(138,116,153)
#7B6888
(123,104,136)
#6C5C77
(108,92,119)
#5D5066
(93,80,102)
#4E4455
(78,68,85)
#3F3844
(63,56,68)
#302C33
(48,44,51)
#212022
(33,32,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A88CBB

#A88CBB
(168,140,187)
#AF96C1
(175,150,193)
#B6A0C7
(182,160,199)
#BDAACD
(189,170,205)
#C4B4D3
(196,180,211)
#CBBED9
(203,190,217)
#D2C8DF
(210,200,223)
#D9D2E5
(217,210,229)
#E0DCEB
(224,220,235)
#E7E6F1
(231,230,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88CBB color. Also use rgb(168,140,187) instead hex code.

Text Font Color

.myTextColor { color: #A88CBB; }

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

This text font color is #A88CBB.


Background Color

.myBgColor { background-color: #A88CBB; }

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

This div background color is #A88CBB.


Border color

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

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

This div border color is #A88CBB.


Opacity

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

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

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

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

This text has shadow with #A88CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88CBB on black background.


Color preview on white background

This text has color #A88CBB on white background.



Black color preview on #A88CBB background

This text has black color on #A88CBB background.


White color preview on #A88CBB background

This text has white color on #A88CBB background.