COLOR #A79BB1

HEX: #A79BB1
RGB: (167,155,177)

Color info

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

RGB color model

#A79BB1 color RGB value is (167,155,177).

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

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 177 of 255 = 69%

167
155
177

R + G + B ~ 65%. #A79BB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 155 + 177 = 499 (100%)
R 167 of 499 ~ 33.47%
G 155 of 499 ~ 31.06%
B 177 of 499 ~ 35.47%

%33.47
%31.06
%35.47

CMYK color model

#A79BB1 color CMYK value is (6,12,0,31).

  • cyan value is 5.65%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,12,0,31)
C6M12Y0K31 
(6%,12%,0%,31%)
(0.06/0.12/0.00/0.31)	

CMYK percentages

%5.65
%12.43
%0
%30.59

Codes

Color #A79BB1 in popluar color models

A79BB1
RGB167155177
HSL273°12.36%65.10%
HSB/HSV273°12.43%69.41%
CMYK5.65%12.43%0.00%
30.59%

Color #A79BB1 in popluar number systems.

HEXA79BB1
Decimal167155177
Binary101001111001101110110001
Octal247233261

Shades and tints

Shades of #A79BB1

#A79BB1
(167,155,177)
#988DA1
(152,141,161)
#897F91
(137,127,145)
#7A7181
(122,113,129)
#6B6371
(107,99,113)
#5C5561
(92,85,97)
#4D4751
(77,71,81)
#3E3941
(62,57,65)
#2F2B31
(47,43,49)
#201D21
(32,29,33)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #A79BB1

#A79BB1
(167,155,177)
#AFA4B8
(175,164,184)
#B7ADBF
(183,173,191)
#BFB6C6
(191,182,198)
#C7BFCD
(199,191,205)
#CFC8D4
(207,200,212)
#D7D1DB
(215,209,219)
#DFDAE2
(223,218,226)
#E7E3E9
(231,227,233)
#EFECF0
(239,236,240)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79BB1; }

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

This text font color is #A79BB1.


Background Color

.myBgColor { background-color: #A79BB1; }

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

This div background color is #A79BB1.


Border color

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

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

This div border color is #A79BB1.


Opacity

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

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

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

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

This text has shadow with #A79BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79BB1 on black background.


Color preview on white background

This text has color #A79BB1 on white background.



Black color preview on #A79BB1 background

This text has black color on #A79BB1 background.


White color preview on #A79BB1 background

This text has white color on #A79BB1 background.