COLOR #A789BC

HEX: #A789BC
RGB: (167,137,188)

Color info

#A789BC contains red, green and blue colors in about the same proportion. Web safe color of #A789BC is #9999CC (or #99C).

RGB color model

#A789BC color RGB value is (167,137,188).

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

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 188 of 255 = 74%

167
137
188

R + G + B ~ 64%. #A789BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 188 = 492 (100%)
R 167 of 492 ~ 33.94%
G 137 of 492 ~ 27.85%
B 188 of 492 ~ 38.21%

%33.94
%27.85
%38.21

CMYK color model

#A789BC color CMYK value is (11,27,0,26).

  • cyan value is 11.17%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,27,0,26)
C11M27Y0K26 
(11%,27%,0%,26%)
(0.11/0.27/0.00/0.26)	

CMYK percentages

%11.17
%27.13
%0
%26.27

Codes

Color #A789BC in popluar color models

A789BC
RGB167137188
HSL275°27.57%63.73%
HSB/HSV275°27.13%73.73%
CMYK11.17%27.13%0.00%
26.27%

Color #A789BC in popluar number systems.

HEXA789BC
Decimal167137188
Binary101001111000100110111100
Octal247211274

Shades and tints

Shades of #A789BC

#A789BC
(167,137,188)
#987DAB
(152,125,171)
#89719A
(137,113,154)
#7A6589
(122,101,137)
#6B5978
(107,89,120)
#5C4D67
(92,77,103)
#4D4156
(77,65,86)
#3E3545
(62,53,69)
#2F2934
(47,41,52)
#201D23
(32,29,35)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A789BC

#A789BC
(167,137,188)
#AF93C2
(175,147,194)
#B79DC8
(183,157,200)
#BFA7CE
(191,167,206)
#C7B1D4
(199,177,212)
#CFBBDA
(207,187,218)
#D7C5E0
(215,197,224)
#DFCFE6
(223,207,230)
#E7D9EC
(231,217,236)
#EFE3F2
(239,227,242)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A789BC; }

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

This text font color is #A789BC.


Background Color

.myBgColor { background-color: #A789BC; }

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

This div background color is #A789BC.


Border color

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

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

This div border color is #A789BC.


Opacity

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

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

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

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

This text has shadow with #A789BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A789BC on black background.


Color preview on white background

This text has color #A789BC on white background.



Black color preview on #A789BC background

This text has black color on #A789BC background.


White color preview on #A789BC background

This text has white color on #A789BC background.