COLOR #A789B1

HEX: #A789B1
RGB: (167,137,177)

Color info

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

RGB color model

#A789B1 color RGB value is (167,137,177).

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

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 177 of 255 = 69%

167
137
177

R + G + B ~ 63%. #A789B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 177 = 481 (100%)
R 167 of 481 ~ 34.72%
G 137 of 481 ~ 28.48%
B 177 of 481 ~ 36.8%

%34.72
%28.48
%36.8

CMYK color model

#A789B1 color CMYK value is (6,23,0,31).

  • cyan value is 5.65%
  • magenta value is 22.60%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,23,0,31)
C6M23Y0K31 
(6%,23%,0%,31%)
(0.06/0.23/0.00/0.31)	

CMYK percentages

%5.65
%22.6
%0
%30.59

Codes

Color #A789B1 in popluar color models

A789B1
RGB167137177
HSL285°20.41%61.57%
HSB/HSV285°22.60%69.41%
CMYK5.65%22.60%0.00%
30.59%

Color #A789B1 in popluar number systems.

HEXA789B1
Decimal167137177
Binary101001111000100110110001
Octal247211261

Shades and tints

Shades of #A789B1

#A789B1
(167,137,177)
#987DA1
(152,125,161)
#897191
(137,113,145)
#7A6581
(122,101,129)
#6B5971
(107,89,113)
#5C4D61
(92,77,97)
#4D4151
(77,65,81)
#3E3541
(62,53,65)
#2F2931
(47,41,49)
#201D21
(32,29,33)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #A789B1

#A789B1
(167,137,177)
#AF93B8
(175,147,184)
#B79DBF
(183,157,191)
#BFA7C6
(191,167,198)
#C7B1CD
(199,177,205)
#CFBBD4
(207,187,212)
#D7C5DB
(215,197,219)
#DFCFE2
(223,207,226)
#E7D9E9
(231,217,233)
#EFE3F0
(239,227,240)
#F7EDF7
(247,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A789B1; }

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

This text font color is #A789B1.


Background Color

.myBgColor { background-color: #A789B1; }

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

This div background color is #A789B1.


Border color

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

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

This div border color is #A789B1.


Opacity

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

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

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

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

This text has shadow with #A789B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A789B1 on black background.


Color preview on white background

This text has color #A789B1 on white background.



Black color preview on #A789B1 background

This text has black color on #A789B1 background.


White color preview on #A789B1 background

This text has white color on #A789B1 background.