COLOR #A78EA8

HEX: #A78EA8
RGB: (167,142,168)

Color info

#A78EA8 contains red, green and blue colors in about the same proportion. Web safe color of #A78EA8 is #999999 (or #999).

RGB color model

#A78EA8 color RGB value is (167,142,168).

  • red value is 167;
  • green value is 142;
  • blue value is 168.
RGB:
(167,142,168)
(65%,56%,66%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 168 of 255 = 66%

167
142
168

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

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 168 = 477 (100%)
R 167 of 477 ~ 35.01%
G 142 of 477 ~ 29.77%
B 168 of 477 ~ 35.22%

%35.01
%29.77
%35.22

CMYK color model

#A78EA8 color CMYK value is (1,15,0,34).

  • cyan value is 0.60%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(1,15,0,34)
C1M15Y0K34 
(1%,15%,0%,34%)
(0.01/0.15/0.00/0.34)	

CMYK percentages

%0.6
%15.48
%0
%34.12

Codes

Color #A78EA8 in popluar color models

A78EA8
RGB167142168
HSL298°13.00%60.78%
HSB/HSV298°15.48%65.88%
CMYK0.60%15.48%0.00%
34.12%

Color #A78EA8 in popluar number systems.

HEXA78EA8
Decimal167142168
Binary101001111000111010101000
Octal247216250

Shades and tints

Shades of #A78EA8

#A78EA8
(167,142,168)
#988299
(152,130,153)
#89768A
(137,118,138)
#7A6A7B
(122,106,123)
#6B5E6C
(107,94,108)
#5C525D
(92,82,93)
#4D464E
(77,70,78)
#3E3A3F
(62,58,63)
#2F2E30
(47,46,48)
#202221
(32,34,33)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #A78EA8

#A78EA8
(167,142,168)
#AF98AF
(175,152,175)
#B7A2B6
(183,162,182)
#BFACBD
(191,172,189)
#C7B6C4
(199,182,196)
#CFC0CB
(207,192,203)
#D7CAD2
(215,202,210)
#DFD4D9
(223,212,217)
#E7DEE0
(231,222,224)
#EFE8E7
(239,232,231)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78EA8 color. Also use rgb(167,142,168) instead hex code.

Text Font Color

.myTextColor { color: #A78EA8; }

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

This text font color is #A78EA8.


Background Color

.myBgColor { background-color: #A78EA8; }

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

This div background color is #A78EA8.


Border color

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

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

This div border color is #A78EA8.


Opacity

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

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

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

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

This text has shadow with #A78EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78EA8 on black background.


Color preview on white background

This text has color #A78EA8 on white background.



Black color preview on #A78EA8 background

This text has black color on #A78EA8 background.


White color preview on #A78EA8 background

This text has white color on #A78EA8 background.