COLOR #A77EBD

HEX: #A77EBD
RGB: (167,126,189)

Color info

#A77EBD contains mainly red and blue colors. Web safe color of #A77EBD is #9966CC (or #96C).

RGB color model

#A77EBD color RGB value is (167,126,189).

  • red value is 167;
  • green value is 126;
  • blue value is 189.
RGB:
(167,126,189)
(65%,49%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 126 of 255 = 49%
B 189 of 255 = 74%

167
126
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 126 + 189 = 482 (100%)
R 167 of 482 ~ 34.65%
G 126 of 482 ~ 26.14%
B 189 of 482 ~ 39.21%

%34.65
%26.14
%39.21

CMYK color model

#A77EBD color CMYK value is (12,33,0,26).

  • cyan value is 11.64%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,33,0,26)
C12M33Y0K26 
(12%,33%,0%,26%)
(0.12/0.33/0.00/0.26)	

CMYK percentages

%11.64
%33.33
%0
%25.88

Codes

Color #A77EBD in popluar color models

A77EBD
RGB167126189
HSL279°32.31%61.76%
HSB/HSV279°33.33%74.12%
CMYK11.64%33.33%0.00%
25.88%

Color #A77EBD in popluar number systems.

HEXA77EBD
Decimal167126189
Binary10100111111111010111101
Octal247176275

Shades and tints

Shades of #A77EBD

#A77EBD
(167,126,189)
#9873AC
(152,115,172)
#89689B
(137,104,155)
#7A5D8A
(122,93,138)
#6B5279
(107,82,121)
#5C4768
(92,71,104)
#4D3C57
(77,60,87)
#3E3146
(62,49,70)
#2F2635
(47,38,53)
#201B24
(32,27,36)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #A77EBD

#A77EBD
(167,126,189)
#AF89C3
(175,137,195)
#B794C9
(183,148,201)
#BF9FCF
(191,159,207)
#C7AAD5
(199,170,213)
#CFB5DB
(207,181,219)
#D7C0E1
(215,192,225)
#DFCBE7
(223,203,231)
#E7D6ED
(231,214,237)
#EFE1F3
(239,225,243)
#F7ECF9
(247,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77EBD color. Also use rgb(167,126,189) instead hex code.

Text Font Color

.myTextColor { color: #A77EBD; }

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

This text font color is #A77EBD.


Background Color

.myBgColor { background-color: #A77EBD; }

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

This div background color is #A77EBD.


Border color

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

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

This div border color is #A77EBD.


Opacity

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

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

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

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

This text has shadow with #A77EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77EBD on black background.


Color preview on white background

This text has color #A77EBD on white background.



Black color preview on #A77EBD background

This text has black color on #A77EBD background.


White color preview on #A77EBD background

This text has white color on #A77EBD background.