COLOR #A789A4

HEX: #A789A4
RGB: (167,137,164)

Color info

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

RGB color model

#A789A4 color RGB value is (167,137,164).

  • red value is 167;
  • green value is 137;
  • blue value is 164.
RGB:
(167,137,164)
(65%,54%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 164 of 255 = 64%

167
137
164

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

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 164 = 468 (100%)
R 167 of 468 ~ 35.68%
G 137 of 468 ~ 29.27%
B 164 of 468 ~ 35.04%

%35.68
%29.27
%35.04

CMYK color model

#A789A4 color CMYK value is (0,18,2,35).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 1.80%
  • key color value is 34.51%
CMYK:
(0,18,2,35)
C0M18Y2K35 
(0%,18%,2%,35%)
(0.00/0.18/0.02/0.35)	

CMYK percentages

%0
%17.96
%1.8
%34.51

Codes

Color #A789A4 in popluar color models

A789A4
RGB167137164
HSL306°14.56%59.61%
HSB/HSV306°17.96%65.49%
CMYK0.00%17.96%1.80%
34.51%

Color #A789A4 in popluar number systems.

HEXA789A4
Decimal167137164
Binary101001111000100110100100
Octal247211244

Shades and tints

Shades of #A789A4

#A789A4
(167,137,164)
#987D96
(152,125,150)
#897188
(137,113,136)
#7A657A
(122,101,122)
#6B596C
(107,89,108)
#5C4D5E
(92,77,94)
#4D4150
(77,65,80)
#3E3542
(62,53,66)
#2F2934
(47,41,52)
#201D26
(32,29,38)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #A789A4

#A789A4
(167,137,164)
#AF93AC
(175,147,172)
#B79DB4
(183,157,180)
#BFA7BC
(191,167,188)
#C7B1C4
(199,177,196)
#CFBBCC
(207,187,204)
#D7C5D4
(215,197,212)
#DFCFDC
(223,207,220)
#E7D9E4
(231,217,228)
#EFE3EC
(239,227,236)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A789A4 color. Also use rgb(167,137,164) instead hex code.

Text Font Color

.myTextColor { color: #A789A4; }

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

This text font color is #A789A4.


Background Color

.myBgColor { background-color: #A789A4; }

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

This div background color is #A789A4.


Border color

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

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

This div border color is #A789A4.


Opacity

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

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

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

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

This text has shadow with #A789A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A789A4 on black background.


Color preview on white background

This text has color #A789A4 on white background.



Black color preview on #A789A4 background

This text has black color on #A789A4 background.


White color preview on #A789A4 background

This text has white color on #A789A4 background.