COLOR #A79BBF

HEX: #A79BBF RGB: (167,155,191)

Color info

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

RGB color model

#A79BBF color RGB value is (167,155,191).

RGB: (167,155,191) (65%, 61%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 191 of 255 = 75%

167
155
191

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

Portions of RGB colors in percentages

R + G + B = 167 + 155 + 191 = 513 (100%)
R 167 of 513 ~ 32.55%
G 155 of 513 ~ 30.21%
B 191 of 513 ~ 37.23'%

%32.55
%30.21
%37.23

CMYK color model

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

  • cyan value is 12.57%
  • magenta value is 18.85%
  • 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
%18.85
%0
%25.1

Codes

Color #A79BBF in popluar color models

A7 9B BF
RGB 167 155 191
HSL 260° 21.95% 67.84%
HSB/HSV 260° 18.85% 74.90%
CMYK 12.57% 18.85% 0.00%
25.10%

Color #A79BBF in popluar number systems.

HEX A7 9B BF
Decimal 167 155 191
Binary 10100111 10011011 10111111
Octal 247 233 277

Shades and tints

Shades of #A79BBF

#A79BBF
(167,155,191)
#988DAE
(152,141,174)
#897F9D
(137,127,157)
#7A718C
(122,113,140)
#6B637B
(107,99,123)
#5C556A
(92,85,106)
#4D4759
(77,71,89)
#3E3948
(62,57,72)
#2F2B37
(47,43,55)
#201D26
(32,29,38)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A79BBF

#A79BBF
(167,155,191)
#AFA4C4
(175,164,196)
#B7ADC9
(183,173,201)
#BFB6CE
(191,182,206)
#C7BFD3
(199,191,211)
#CFC8D8
(207,200,216)
#D7D1DD
(215,209,221)
#DFDAE2
(223,218,226)
#E7E3E7
(231,227,231)
#EFECEC
(239,236,236)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79BBF; }

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

This text font color is #A79BBF.

Background Color

.myBgColor { background-color: #A79BBF; }

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

This div background color is #A79BBF.

Border color

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

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

This div border color is #A79BBF.

Opacity

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

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

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

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

This text has shadow with #A79BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79BBF.

Preview

Color preview on black background

This text has color #A79BBF on black background.


Color preview on white background

This text has color #A79BBF on white background.


Black color preview on #A79BBF background

This text has black color on #A79BBF background.


White color preview on #A79BBF background

This text has white color on #A79BBF background.


Related colors

Complementary color

Complementary color for #hex is #586440.


I love getcolorcode.com

Triadic colors

1 #BFA79B and #9BBFA7 with #A79BBF are triadic colors.

2 #BF9BA7 and #9BA7BF with #A79BBF are triadic colors.