COLOR #A78F9D

HEX: #A78F9D
RGB: (167,143,157)

Color info

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

RGB color model

#A78F9D color RGB value is (167,143,157).

  • red value is 167;
  • green value is 143;
  • blue value is 157.
RGB:
(167,143,157)
(65%,56%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 157 of 255 = 62%

167
143
157

R + G + B ~ 61%. #A78F9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 157 = 467 (100%)
R 167 of 467 ~ 35.76%
G 143 of 467 ~ 30.62%
B 157 of 467 ~ 33.62%

%35.76
%30.62
%33.62

CMYK color model

#A78F9D color CMYK value is (0,14,6,35).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(0,14,6,35)
C0M14Y6K35 
(0%,14%,6%,35%)
(0.00/0.14/0.06/0.35)	

CMYK percentages

%0
%14.37
%5.99
%34.51

Codes

Color #A78F9D in popluar color models

A78F9D
RGB167143157
HSL325°12.00%60.78%
HSB/HSV325°14.37%65.49%
CMYK0.00%14.37%5.99%
34.51%

Color #A78F9D in popluar number systems.

HEXA78F9D
Decimal167143157
Binary101001111000111110011101
Octal247217235

Shades and tints

Shades of #A78F9D

#A78F9D
(167,143,157)
#98828F
(152,130,143)
#897581
(137,117,129)
#7A6873
(122,104,115)
#6B5B65
(107,91,101)
#5C4E57
(92,78,87)
#4D4149
(77,65,73)
#3E343B
(62,52,59)
#2F272D
(47,39,45)
#201A1F
(32,26,31)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A78F9D

#A78F9D
(167,143,157)
#AF99A5
(175,153,165)
#B7A3AD
(183,163,173)
#BFADB5
(191,173,181)
#C7B7BD
(199,183,189)
#CFC1C5
(207,193,197)
#D7CBCD
(215,203,205)
#DFD5D5
(223,213,213)
#E7DFDD
(231,223,221)
#EFE9E5
(239,233,229)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78F9D color. Also use rgb(167,143,157) instead hex code.

Text Font Color

.myTextColor { color: #A78F9D; }

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

This text font color is #A78F9D.


Background Color

.myBgColor { background-color: #A78F9D; }

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

This div background color is #A78F9D.


Border color

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

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

This div border color is #A78F9D.


Opacity

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

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

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

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

This text has shadow with #A78F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78F9D on black background.


Color preview on white background

This text has color #A78F9D on white background.



Black color preview on #A78F9D background

This text has black color on #A78F9D background.


White color preview on #A78F9D background

This text has white color on #A78F9D background.