COLOR #A88FB8

HEX: #A88FB8
RGB: (168,143,184)

Color info

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

RGB color model

#A88FB8 color RGB value is (168,143,184).

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

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 184 of 255 = 72%

168
143
184

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 184 = 495 (100%)
R 168 of 495 ~ 33.94%
G 143 of 495 ~ 28.89%
B 184 of 495 ~ 37.17%

%33.94
%28.89
%37.17

CMYK color model

#A88FB8 color CMYK value is (9,22,0,28).

  • cyan value is 8.70%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,22,0,28)
C9M22Y0K28 
(9%,22%,0%,28%)
(0.09/0.22/0.00/0.28)	

CMYK percentages

%8.7
%22.28
%0
%27.84

Codes

Color #A88FB8 in popluar color models

A88FB8
RGB168143184
HSL277°22.40%64.12%
HSB/HSV277°22.28%72.16%
CMYK8.70%22.28%0.00%
27.84%

Color #A88FB8 in popluar number systems.

HEXA88FB8
Decimal168143184
Binary101010001000111110111000
Octal250217270

Shades and tints

Shades of #A88FB8

#A88FB8
(168,143,184)
#9982A8
(153,130,168)
#8A7598
(138,117,152)
#7B6888
(123,104,136)
#6C5B78
(108,91,120)
#5D4E68
(93,78,104)
#4E4158
(78,65,88)
#3F3448
(63,52,72)
#302738
(48,39,56)
#211A28
(33,26,40)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #A88FB8

#A88FB8
(168,143,184)
#AF99BE
(175,153,190)
#B6A3C4
(182,163,196)
#BDADCA
(189,173,202)
#C4B7D0
(196,183,208)
#CBC1D6
(203,193,214)
#D2CBDC
(210,203,220)
#D9D5E2
(217,213,226)
#E0DFE8
(224,223,232)
#E7E9EE
(231,233,238)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88FB8; }

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

This text font color is #A88FB8.


Background Color

.myBgColor { background-color: #A88FB8; }

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

This div background color is #A88FB8.


Border color

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

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

This div border color is #A88FB8.


Opacity

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

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

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

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

This text has shadow with #A88FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88FB8 on black background.


Color preview on white background

This text has color #A88FB8 on white background.



Black color preview on #A88FB8 background

This text has black color on #A88FB8 background.


White color preview on #A88FB8 background

This text has white color on #A88FB8 background.