COLOR #A7A1CF

HEX: #A7A1CF
RGB: (167,161,207)

Color info

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

RGB color model

#A7A1CF color RGB value is (167,161,207).

  • red value is 167;
  • green value is 161;
  • blue value is 207.
RGB:
(167,161,207)
(65%,63%,81%)

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 207 of 255 = 81%

167
161
207

R + G + B ~ 70%. #A7A1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 207 = 535 (100%)
R 167 of 535 ~ 31.21%
G 161 of 535 ~ 30.09%
B 207 of 535 ~ 38.69%

%31.21
%30.09
%38.69

CMYK color model

#A7A1CF color CMYK value is (19,22,0,19).

  • cyan value is 19.32%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(19,22,0,19)
C19M22Y0K19 
(19%,22%,0%,19%)
(0.19/0.22/0.00/0.19)	

CMYK percentages

%19.32
%22.22
%0
%18.82

Codes

Color #A7A1CF in popluar color models

A7A1CF
RGB167161207
HSL248°32.39%72.16%
HSB/HSV248°22.22%81.18%
CMYK19.32%22.22%0.00%
18.82%

Color #A7A1CF in popluar number systems.

HEXA7A1CF
Decimal167161207
Binary101001111010000111001111
Octal247241317

Shades and tints

Shades of #A7A1CF

#A7A1CF
(167,161,207)
#9893BD
(152,147,189)
#8985AB
(137,133,171)
#7A7799
(122,119,153)
#6B6987
(107,105,135)
#5C5B75
(92,91,117)
#4D4D63
(77,77,99)
#3E3F51
(62,63,81)
#2F313F
(47,49,63)
#20232D
(32,35,45)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #A7A1CF

#A7A1CF
(167,161,207)
#AFA9D3
(175,169,211)
#B7B1D7
(183,177,215)
#BFB9DB
(191,185,219)
#C7C1DF
(199,193,223)
#CFC9E3
(207,201,227)
#D7D1E7
(215,209,231)
#DFD9EB
(223,217,235)
#E7E1EF
(231,225,239)
#EFE9F3
(239,233,243)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A1CF color. Also use rgb(167,161,207) instead hex code.

Text Font Color

.myTextColor { color: #A7A1CF; }

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

This text font color is #A7A1CF.


Background Color

.myBgColor { background-color: #A7A1CF; }

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

This div background color is #A7A1CF.


Border color

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

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

This div border color is #A7A1CF.


Opacity

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

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

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

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

This text has shadow with #A7A1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A1CF on black background.


Color preview on white background

This text has color #A7A1CF on white background.



Black color preview on #A7A1CF background

This text has black color on #A7A1CF background.


White color preview on #A7A1CF background

This text has white color on #A7A1CF background.