COLOR #A878B8

HEX: #A878B8
RGB: (168,120,184)

Color info

#A878B8 contains mainly red and blue colors. Web safe color of #A878B8 is #9966CC (or #96C).

RGB color model

#A878B8 color RGB value is (168,120,184).

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

RGB channels and saturation

R 168 of 255 = 66%
G 120 of 255 = 47%
B 184 of 255 = 72%

168
120
184

R + G + B ~ 62%. #A878B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 120 + 184 = 472 (100%)
R 168 of 472 ~ 35.59%
G 120 of 472 ~ 25.42%
B 184 of 472 ~ 38.98%

%35.59
%25.42
%38.98

CMYK color model

#A878B8 color CMYK value is (9,35,0,28).

  • cyan value is 8.70%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,35,0,28)
C9M35Y0K28 
(9%,35%,0%,28%)
(0.09/0.35/0.00/0.28)	

CMYK percentages

%8.7
%34.78
%0
%27.84

Codes

Color #A878B8 in popluar color models

A878B8
RGB168120184
HSL285°31.07%59.61%
HSB/HSV285°34.78%72.16%
CMYK8.70%34.78%0.00%
27.84%

Color #A878B8 in popluar number systems.

HEXA878B8
Decimal168120184
Binary10101000111100010111000
Octal250170270

Shades and tints

Shades of #A878B8

#A878B8
(168,120,184)
#996EA8
(153,110,168)
#8A6498
(138,100,152)
#7B5A88
(123,90,136)
#6C5078
(108,80,120)
#5D4668
(93,70,104)
#4E3C58
(78,60,88)
#3F3248
(63,50,72)
#302838
(48,40,56)
#211E28
(33,30,40)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #A878B8

#A878B8
(168,120,184)
#AF84BE
(175,132,190)
#B690C4
(182,144,196)
#BD9CCA
(189,156,202)
#C4A8D0
(196,168,208)
#CBB4D6
(203,180,214)
#D2C0DC
(210,192,220)
#D9CCE2
(217,204,226)
#E0D8E8
(224,216,232)
#E7E4EE
(231,228,238)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A878B8; }

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

This text font color is #A878B8.


Background Color

.myBgColor { background-color: #A878B8; }

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

This div background color is #A878B8.


Border color

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

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

This div border color is #A878B8.


Opacity

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

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

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

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

This text has shadow with #A878B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A878B8 on black background.


Color preview on white background

This text has color #A878B8 on white background.



Black color preview on #A878B8 background

This text has black color on #A878B8 background.


White color preview on #A878B8 background

This text has white color on #A878B8 background.