COLOR #A79ACD

HEX: #A79ACD
RGB: (167,154,205)

Color info

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

RGB color model

#A79ACD color RGB value is (167,154,205).

  • red value is 167;
  • green value is 154;
  • blue value is 205.
RGB:
(167,154,205)
(65%,60%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 205 of 255 = 80%

167
154
205

R + G + B ~ 68%. #A79ACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 154 + 205 = 526 (100%)
R 167 of 526 ~ 31.75%
G 154 of 526 ~ 29.28%
B 205 of 526 ~ 38.97%

%31.75
%29.28
%38.97

CMYK color model

#A79ACD color CMYK value is (19,25,0,20).

  • cyan value is 18.54%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,25,0,20)
C19M25Y0K20 
(19%,25%,0%,20%)
(0.19/0.25/0.00/0.20)	

CMYK percentages

%18.54
%24.88
%0
%19.61

Codes

Color #A79ACD in popluar color models

A79ACD
RGB167154205
HSL255°33.77%70.39%
HSB/HSV255°24.88%80.39%
CMYK18.54%24.88%0.00%
19.61%

Color #A79ACD in popluar number systems.

HEXA79ACD
Decimal167154205
Binary101001111001101011001101
Octal247232315

Shades and tints

Shades of #A79ACD

#A79ACD
(167,154,205)
#988CBB
(152,140,187)
#897EA9
(137,126,169)
#7A7097
(122,112,151)
#6B6285
(107,98,133)
#5C5473
(92,84,115)
#4D4661
(77,70,97)
#3E384F
(62,56,79)
#2F2A3D
(47,42,61)
#201C2B
(32,28,43)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #A79ACD

#A79ACD
(167,154,205)
#AFA3D1
(175,163,209)
#B7ACD5
(183,172,213)
#BFB5D9
(191,181,217)
#C7BEDD
(199,190,221)
#CFC7E1
(207,199,225)
#D7D0E5
(215,208,229)
#DFD9E9
(223,217,233)
#E7E2ED
(231,226,237)
#EFEBF1
(239,235,241)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79ACD color. Also use rgb(167,154,205) instead hex code.

Text Font Color

.myTextColor { color: #A79ACD; }

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

This text font color is #A79ACD.


Background Color

.myBgColor { background-color: #A79ACD; }

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

This div background color is #A79ACD.


Border color

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

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

This div border color is #A79ACD.


Opacity

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

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

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

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

This text has shadow with #A79ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79ACD on black background.


Color preview on white background

This text has color #A79ACD on white background.



Black color preview on #A79ACD background

This text has black color on #A79ACD background.


White color preview on #A79ACD background

This text has white color on #A79ACD background.