COLOR #A79CBC

HEX: #A79CBC
RGB: (167,156,188)

Color info

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

RGB color model

#A79CBC color RGB value is (167,156,188).

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

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 188 of 255 = 74%

167
156
188

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

Portions of RGB colors in percentages

R + G + B =
167 + 156 + 188 = 511 (100%)
R 167 of 511 ~ 32.68%
G 156 of 511 ~ 30.53%
B 188 of 511 ~ 36.79%

%32.68
%30.53
%36.79

CMYK color model

#A79CBC color CMYK value is (11,17,0,26).

  • cyan value is 11.17%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,17,0,26)
C11M17Y0K26 
(11%,17%,0%,26%)
(0.11/0.17/0.00/0.26)	

CMYK percentages

%11.17
%17.02
%0
%26.27

Codes

Color #A79CBC in popluar color models

A79CBC
RGB167156188
HSL261°19.28%67.45%
HSB/HSV261°17.02%73.73%
CMYK11.17%17.02%0.00%
26.27%

Color #A79CBC in popluar number systems.

HEXA79CBC
Decimal167156188
Binary101001111001110010111100
Octal247234274

Shades and tints

Shades of #A79CBC

#A79CBC
(167,156,188)
#988EAB
(152,142,171)
#89809A
(137,128,154)
#7A7289
(122,114,137)
#6B6478
(107,100,120)
#5C5667
(92,86,103)
#4D4856
(77,72,86)
#3E3A45
(62,58,69)
#2F2C34
(47,44,52)
#201E23
(32,30,35)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A79CBC

#A79CBC
(167,156,188)
#AFA5C2
(175,165,194)
#B7AEC8
(183,174,200)
#BFB7CE
(191,183,206)
#C7C0D4
(199,192,212)
#CFC9DA
(207,201,218)
#D7D2E0
(215,210,224)
#DFDBE6
(223,219,230)
#E7E4EC
(231,228,236)
#EFEDF2
(239,237,242)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79CBC; }

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

This text font color is #A79CBC.


Background Color

.myBgColor { background-color: #A79CBC; }

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

This div background color is #A79CBC.


Border color

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

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

This div border color is #A79CBC.


Opacity

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

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

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

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

This text has shadow with #A79CBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79CBC on black background.


Color preview on white background

This text has color #A79CBC on white background.



Black color preview on #A79CBC background

This text has black color on #A79CBC background.


White color preview on #A79CBC background

This text has white color on #A79CBC background.