COLOR #A79EBE

HEX: #A79EBE
RGB: (167,158,190)

Color info

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

RGB color model

#A79EBE color RGB value is (167,158,190).

  • red value is 167;
  • green value is 158;
  • blue value is 190.
RGB:
(167,158,190)
(65%,62%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 190 of 255 = 75%

167
158
190

R + G + B ~ 67%. #A79EBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 158 + 190 = 515 (100%)
R 167 of 515 ~ 32.43%
G 158 of 515 ~ 30.68%
B 190 of 515 ~ 36.89%

%32.43
%30.68
%36.89

CMYK color model

#A79EBE color CMYK value is (12,17,0,25).

  • cyan value is 12.11%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,17,0,25)
C12M17Y0K25 
(12%,17%,0%,25%)
(0.12/0.17/0.00/0.25)	

CMYK percentages

%12.11
%16.84
%0
%25.49

Codes

Color #A79EBE in popluar color models

A79EBE
RGB167158190
HSL257°19.75%68.24%
HSB/HSV257°16.84%74.51%
CMYK12.11%16.84%0.00%
25.49%

Color #A79EBE in popluar number systems.

HEXA79EBE
Decimal167158190
Binary101001111001111010111110
Octal247236276

Shades and tints

Shades of #A79EBE

#A79EBE
(167,158,190)
#9890AD
(152,144,173)
#89829C
(137,130,156)
#7A748B
(122,116,139)
#6B667A
(107,102,122)
#5C5869
(92,88,105)
#4D4A58
(77,74,88)
#3E3C47
(62,60,71)
#2F2E36
(47,46,54)
#202025
(32,32,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A79EBE

#A79EBE
(167,158,190)
#AFA6C3
(175,166,195)
#B7AEC8
(183,174,200)
#BFB6CD
(191,182,205)
#C7BED2
(199,190,210)
#CFC6D7
(207,198,215)
#D7CEDC
(215,206,220)
#DFD6E1
(223,214,225)
#E7DEE6
(231,222,230)
#EFE6EB
(239,230,235)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79EBE color. Also use rgb(167,158,190) instead hex code.

Text Font Color

.myTextColor { color: #A79EBE; }

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

This text font color is #A79EBE.


Background Color

.myBgColor { background-color: #A79EBE; }

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

This div background color is #A79EBE.


Border color

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

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

This div border color is #A79EBE.


Opacity

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

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

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

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

This text has shadow with #A79EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79EBE on black background.


Color preview on white background

This text has color #A79EBE on white background.



Black color preview on #A79EBE background

This text has black color on #A79EBE background.


White color preview on #A79EBE background

This text has white color on #A79EBE background.