COLOR #A79DBC

HEX: #A79DBC RGB: (167,157,188)

Color info

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

RGB color model

#A79DBC color RGB value is (167,157,188).

RGB: (167,157,188) (65%, 62%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 188 of 255 = 74%

167
157
188

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

Portions of RGB colors in percentages

R + G + B = 167 + 157 + 188 = 512 (100%)
R 167 of 512 ~ 32.62%
G 157 of 512 ~ 30.66%
B 188 of 512 ~ 36.72'%

%32.62
%30.66
%36.72

CMYK color model

#A79DBC color CMYK value is (11,16,0,26).

  • cyan value is 11.17%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (11,16,0,26)
C11M16Y0K26 (11%, 16%, 0%, 26%)
(0.11 / 0.16 / 0.00 / 0.26)

CMYK percentages

%11.17
%16.49
%0
%26.27

Codes

Color #A79DBC in popluar color models

A7 9D BC
RGB 167 157 188
HSL 259° 18.79% 67.65%
HSB/HSV 259° 16.49% 73.73%
CMYK 11.17% 16.49% 0.00%
26.27%

Color #A79DBC in popluar number systems.

HEX A7 9D BC
Decimal 167 157 188
Binary 10100111 10011101 10111100
Octal 247 235 274

Shades and tints

Shades of #A79DBC

#A79DBC
(167,157,188)
#988FAB
(152,143,171)
#89819A
(137,129,154)
#7A7389
(122,115,137)
#6B6578
(107,101,120)
#5C5767
(92,87,103)
#4D4956
(77,73,86)
#3E3B45
(62,59,69)
#2F2D34
(47,45,52)
#201F23
(32,31,35)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A79DBC

#A79DBC
(167,157,188)
#AFA5C2
(175,165,194)
#B7ADC8
(183,173,200)
#BFB5CE
(191,181,206)
#C7BDD4
(199,189,212)
#CFC5DA
(207,197,218)
#D7CDE0
(215,205,224)
#DFD5E6
(223,213,230)
#E7DDEC
(231,221,236)
#EFE5F2
(239,229,242)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79DBC color. Also use rgb(167,157,188) instead hex code.

Text Font Color

.myTextColor { color: #A79DBC; }

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

This text font color is #A79DBC.

Background Color

.myBgColor { background-color: #A79DBC; }

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

This div background color is #A79DBC.

Border color

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

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

This div border color is #A79DBC.

Opacity

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

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

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

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

This text has shadow with #A79DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79DBC.

Preview

Color preview on black background

This text has color #A79DBC on black background.


Color preview on white background

This text has color #A79DBC on white background.


Black color preview on #A79DBC background

This text has black color on #A79DBC background.


White color preview on #A79DBC background

This text has white color on #A79DBC background.


Related colors

Complementary color

Complementary color for #hex is #586243.


I love getcolorcode.com

Triadic colors

1 #BCA79D and #9DBCA7 with #A79DBC are triadic colors.

2 #BC9DA7 and #9DA7BC with #A79DBC are triadic colors.