COLOR #A79FBD

HEX: #A79FBD RGB: (167,159,189)

Color info

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

RGB color model

#A79FBD color RGB value is (167,159,189).

RGB: (167,159,189) (65%, 62%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 189 of 255 = 74%

167
159
189

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

Portions of RGB colors in percentages

R + G + B = 167 + 159 + 189 = 515 (100%)
R 167 of 515 ~ 32.43%
G 159 of 515 ~ 30.87%
B 189 of 515 ~ 36.7'%

%32.43
%30.87
%36.7

CMYK color model

#A79FBD color CMYK value is (12,16,0,26).

  • cyan value is 11.64%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (12,16,0,26)
C12M16Y0K26 (12%, 16%, 0%, 26%)
(0.12 / 0.16 / 0.00 / 0.26)

CMYK percentages

%11.64
%15.87
%0
%25.88

Codes

Color #A79FBD in popluar color models

A7 9F BD
RGB 167 159 189
HSL 256° 18.52% 68.24%
HSB/HSV 256° 15.87% 74.12%
CMYK 11.64% 15.87% 0.00%
25.88%

Color #A79FBD in popluar number systems.

HEX A7 9F BD
Decimal 167 159 189
Binary 10100111 10011111 10111101
Octal 247 237 275

Shades and tints

Shades of #A79FBD

#A79FBD
(167,159,189)
#9891AC
(152,145,172)
#89839B
(137,131,155)
#7A758A
(122,117,138)
#6B6779
(107,103,121)
#5C5968
(92,89,104)
#4D4B57
(77,75,87)
#3E3D46
(62,61,70)
#2F2F35
(47,47,53)
#202124
(32,33,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A79FBD

#A79FBD
(167,159,189)
#AFA7C3
(175,167,195)
#B7AFC9
(183,175,201)
#BFB7CF
(191,183,207)
#C7BFD5
(199,191,213)
#CFC7DB
(207,199,219)
#D7CFE1
(215,207,225)
#DFD7E7
(223,215,231)
#E7DFED
(231,223,237)
#EFE7F3
(239,231,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79FBD; }

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

This text font color is #A79FBD.

Background Color

.myBgColor { background-color: #A79FBD; }

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

This div background color is #A79FBD.

Border color

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

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

This div border color is #A79FBD.

Opacity

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

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

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

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

This text has shadow with #A79FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79FBD.

Preview

Color preview on black background

This text has color #A79FBD on black background.


Color preview on white background

This text has color #A79FBD on white background.


Black color preview on #A79FBD background

This text has black color on #A79FBD background.


White color preview on #A79FBD background

This text has white color on #A79FBD background.


Related colors

Complementary color

Complementary color for #hex is #586042.


I love getcolorcode.com

Triadic colors

1 #BDA79F and #9FBDA7 with #A79FBD are triadic colors.

2 #BD9FA7 and #9FA7BD with #A79FBD are triadic colors.