COLOR #A79ABF

HEX: #A79ABF
RGB: (167,154,191)

Color info

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

RGB color model

#A79ABF color RGB value is (167,154,191).

  • red value is 167;
  • green value is 154;
  • blue value is 191.
RGB:
(167,154,191)
(65%,60%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 191 of 255 = 75%

167
154
191

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

Portions of RGB colors in percentages

R + G + B =
167 + 154 + 191 = 512 (100%)
R 167 of 512 ~ 32.62%
G 154 of 512 ~ 30.08%
B 191 of 512 ~ 37.3%

%32.62
%30.08
%37.3

CMYK color model

#A79ABF color CMYK value is (13,19,0,25).

  • cyan value is 12.57%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,19,0,25)
C13M19Y0K25 
(13%,19%,0%,25%)
(0.13/0.19/0.00/0.25)	

CMYK percentages

%12.57
%19.37
%0
%25.1

Codes

Color #A79ABF in popluar color models

A79ABF
RGB167154191
HSL261°22.42%67.65%
HSB/HSV261°19.37%74.90%
CMYK12.57%19.37%0.00%
25.10%

Color #A79ABF in popluar number systems.

HEXA79ABF
Decimal167154191
Binary101001111001101010111111
Octal247232277

Shades and tints

Shades of #A79ABF

#A79ABF
(167,154,191)
#988CAE
(152,140,174)
#897E9D
(137,126,157)
#7A708C
(122,112,140)
#6B627B
(107,98,123)
#5C546A
(92,84,106)
#4D4659
(77,70,89)
#3E3848
(62,56,72)
#2F2A37
(47,42,55)
#201C26
(32,28,38)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #A79ABF

#A79ABF
(167,154,191)
#AFA3C4
(175,163,196)
#B7ACC9
(183,172,201)
#BFB5CE
(191,181,206)
#C7BED3
(199,190,211)
#CFC7D8
(207,199,216)
#D7D0DD
(215,208,221)
#DFD9E2
(223,217,226)
#E7E2E7
(231,226,231)
#EFEBEC
(239,235,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79ABF color. Also use rgb(167,154,191) instead hex code.

Text Font Color

.myTextColor { color: #A79ABF; }

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

This text font color is #A79ABF.


Background Color

.myBgColor { background-color: #A79ABF; }

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

This div background color is #A79ABF.


Border color

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

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

This div border color is #A79ABF.


Opacity

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

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

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

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

This text has shadow with #A79ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79ABF on black background.


Color preview on white background

This text has color #A79ABF on white background.



Black color preview on #A79ABF background

This text has black color on #A79ABF background.


White color preview on #A79ABF background

This text has white color on #A79ABF background.