COLOR #A79BBD

HEX: #A79BBD
RGB: (167,155,189)

Color info

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

RGB color model

#A79BBD color RGB value is (167,155,189).

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

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 189 of 255 = 74%

167
155
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 155 + 189 = 511 (100%)
R 167 of 511 ~ 32.68%
G 155 of 511 ~ 30.33%
B 189 of 511 ~ 36.99%

%32.68
%30.33
%36.99

CMYK color model

#A79BBD color CMYK value is (12,18,0,26).

  • cyan value is 11.64%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,18,0,26)
C12M18Y0K26 
(12%,18%,0%,26%)
(0.12/0.18/0.00/0.26)	

CMYK percentages

%11.64
%17.99
%0
%25.88

Codes

Color #A79BBD in popluar color models

A79BBD
RGB167155189
HSL261°20.48%67.45%
HSB/HSV261°17.99%74.12%
CMYK11.64%17.99%0.00%
25.88%

Color #A79BBD in popluar number systems.

HEXA79BBD
Decimal167155189
Binary101001111001101110111101
Octal247233275

Shades and tints

Shades of #A79BBD

#A79BBD
(167,155,189)
#988DAC
(152,141,172)
#897F9B
(137,127,155)
#7A718A
(122,113,138)
#6B6379
(107,99,121)
#5C5568
(92,85,104)
#4D4757
(77,71,87)
#3E3946
(62,57,70)
#2F2B35
(47,43,53)
#201D24
(32,29,36)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A79BBD

#A79BBD
(167,155,189)
#AFA4C3
(175,164,195)
#B7ADC9
(183,173,201)
#BFB6CF
(191,182,207)
#C7BFD5
(199,191,213)
#CFC8DB
(207,200,219)
#D7D1E1
(215,209,225)
#DFDAE7
(223,218,231)
#E7E3ED
(231,227,237)
#EFECF3
(239,236,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79BBD; }

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

This text font color is #A79BBD.


Background Color

.myBgColor { background-color: #A79BBD; }

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

This div background color is #A79BBD.


Border color

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

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

This div border color is #A79BBD.


Opacity

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

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

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

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

This text has shadow with #A79BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79BBD on black background.


Color preview on white background

This text has color #A79BBD on white background.



Black color preview on #A79BBD background

This text has black color on #A79BBD background.


White color preview on #A79BBD background

This text has white color on #A79BBD background.