COLOR #A79FBB

HEX: #A79FBB
RGB: (167,159,187)

Color info

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

RGB color model

#A79FBB color RGB value is (167,159,187).

  • red value is 167;
  • green value is 159;
  • blue value is 187.
RGB:
(167,159,187)
(65%,62%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 187 of 255 = 73%

167
159
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 159 + 187 = 513 (100%)
R 167 of 513 ~ 32.55%
G 159 of 513 ~ 30.99%
B 187 of 513 ~ 36.45%

%32.55
%30.99
%36.45

CMYK color model

#A79FBB color CMYK value is (11,15,0,27).

  • cyan value is 10.70%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,15,0,27)
C11M15Y0K27 
(11%,15%,0%,27%)
(0.11/0.15/0.00/0.27)	

CMYK percentages

%10.7
%14.97
%0
%26.67

Codes

Color #A79FBB in popluar color models

A79FBB
RGB167159187
HSL257°17.07%67.84%
HSB/HSV257°14.97%73.33%
CMYK10.70%14.97%0.00%
26.67%

Color #A79FBB in popluar number systems.

HEXA79FBB
Decimal167159187
Binary101001111001111110111011
Octal247237273

Shades and tints

Shades of #A79FBB

#A79FBB
(167,159,187)
#9891AA
(152,145,170)
#898399
(137,131,153)
#7A7588
(122,117,136)
#6B6777
(107,103,119)
#5C5966
(92,89,102)
#4D4B55
(77,75,85)
#3E3D44
(62,61,68)
#2F2F33
(47,47,51)
#202122
(32,33,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A79FBB

#A79FBB
(167,159,187)
#AFA7C1
(175,167,193)
#B7AFC7
(183,175,199)
#BFB7CD
(191,183,205)
#C7BFD3
(199,191,211)
#CFC7D9
(207,199,217)
#D7CFDF
(215,207,223)
#DFD7E5
(223,215,229)
#E7DFEB
(231,223,235)
#EFE7F1
(239,231,241)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79FBB color. Also use rgb(167,159,187) instead hex code.

Text Font Color

.myTextColor { color: #A79FBB; }

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

This text font color is #A79FBB.


Background Color

.myBgColor { background-color: #A79FBB; }

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

This div background color is #A79FBB.


Border color

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

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

This div border color is #A79FBB.


Opacity

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

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

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

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

This text has shadow with #A79FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79FBB on black background.


Color preview on white background

This text has color #A79FBB on white background.



Black color preview on #A79FBB background

This text has black color on #A79FBB background.


White color preview on #A79FBB background

This text has white color on #A79FBB background.