COLOR #A79BCC

HEX: #A79BCC RGB: (167,155,204)

Color info

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

RGB color model

#A79BCC color RGB value is (167,155,204).

RGB: (167,155,204) (65%, 61%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 204 of 255 = 80%

167
155
204

R + G + B ~ 69%. #A79BCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 155 + 204 = 526 (100%)
R 167 of 526 ~ 31.75%
G 155 of 526 ~ 29.47%
B 204 of 526 ~ 38.78'%

%31.75
%29.47
%38.78

CMYK color model

#A79BCC color CMYK value is (18,24,0,20).

  • cyan value is 18.14%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (18,24,0,20)
C18M24Y0K20 (18%, 24%, 0%, 20%)
(0.18 / 0.24 / 0.00 / 0.20)

CMYK percentages

%18.14
%24.02
%0
%20

Codes

Color #A79BCC in popluar color models

A7 9B CC
RGB 167 155 204
HSL 255° 32.45% 70.39%
HSB/HSV 255° 24.02% 80.00%
CMYK 18.14% 24.02% 0.00%
20.00%

Color #A79BCC in popluar number systems.

HEX A7 9B CC
Decimal 167 155 204
Binary 10100111 10011011 11001100
Octal 247 233 314

Shades and tints

Shades of #A79BCC

#A79BCC
(167,155,204)
#988DBA
(152,141,186)
#897FA8
(137,127,168)
#7A7196
(122,113,150)
#6B6384
(107,99,132)
#5C5572
(92,85,114)
#4D4760
(77,71,96)
#3E394E
(62,57,78)
#2F2B3C
(47,43,60)
#201D2A
(32,29,42)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #A79BCC

#A79BCC
(167,155,204)
#AFA4D0
(175,164,208)
#B7ADD4
(183,173,212)
#BFB6D8
(191,182,216)
#C7BFDC
(199,191,220)
#CFC8E0
(207,200,224)
#D7D1E4
(215,209,228)
#DFDAE8
(223,218,232)
#E7E3EC
(231,227,236)
#EFECF0
(239,236,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79BCC; }

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

This text font color is #A79BCC.

Background Color

.myBgColor { background-color: #A79BCC; }

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

This div background color is #A79BCC.

Border color

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

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

This div border color is #A79BCC.

Opacity

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

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

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

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

This text has shadow with #A79BCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79BCC.

Preview

Color preview on black background

This text has color #A79BCC on black background.


Color preview on white background

This text has color #A79BCC on white background.


Black color preview on #A79BCC background

This text has black color on #A79BCC background.


White color preview on #A79BCC background

This text has white color on #A79BCC background.


Related colors

Complementary color

Complementary color for #hex is #586433.


I love getcolorcode.com

Triadic colors

1 #CCA79B and #9BCCA7 with #A79BCC are triadic colors.

2 #CC9BA7 and #9BA7CC with #A79BCC are triadic colors.