COLOR #A7AFC1

HEX: #A7AFC1
RGB: (167,175,193)

Color info

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

RGB color model

#A7AFC1 color RGB value is (167,175,193).

  • red value is 167;
  • green value is 175;
  • blue value is 193.
RGB:
(167,175,193)
(65%,69%,76%)

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 193 of 255 = 76%

167
175
193

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

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 193 = 535 (100%)
R 167 of 535 ~ 31.21%
G 175 of 535 ~ 32.71%
B 193 of 535 ~ 36.07%

%31.21
%32.71
%36.07

CMYK color model

#A7AFC1 color CMYK value is (13,9,0,24).

  • cyan value is 13.47%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(13,9,0,24)
C13M9Y0K24 
(13%,9%,0%,24%)
(0.13/0.09/0.00/0.24)	

CMYK percentages

%13.47
%9.33
%0
%24.31

Codes

Color #A7AFC1 in popluar color models

A7AFC1
RGB167175193
HSL222°17.33%70.59%
HSB/HSV222°13.47%75.69%
CMYK13.47%9.33%0.00%
24.31%

Color #A7AFC1 in popluar number systems.

HEXA7AFC1
Decimal167175193
Binary101001111010111111000001
Octal247257301

Shades and tints

Shades of #A7AFC1

#A7AFC1
(167,175,193)
#98A0B0
(152,160,176)
#89919F
(137,145,159)
#7A828E
(122,130,142)
#6B737D
(107,115,125)
#5C646C
(92,100,108)
#4D555B
(77,85,91)
#3E464A
(62,70,74)
#2F3739
(47,55,57)
#202828
(32,40,40)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #A7AFC1

#A7AFC1
(167,175,193)
#AFB6C6
(175,182,198)
#B7BDCB
(183,189,203)
#BFC4D0
(191,196,208)
#C7CBD5
(199,203,213)
#CFD2DA
(207,210,218)
#D7D9DF
(215,217,223)
#DFE0E4
(223,224,228)
#E7E7E9
(231,231,233)
#EFEEEE
(239,238,238)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AFC1 color. Also use rgb(167,175,193) instead hex code.

Text Font Color

.myTextColor { color: #A7AFC1; }

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

This text font color is #A7AFC1.


Background Color

.myBgColor { background-color: #A7AFC1; }

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

This div background color is #A7AFC1.


Border color

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

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

This div border color is #A7AFC1.


Opacity

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

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

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

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

This text has shadow with #A7AFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AFC1 on black background.


Color preview on white background

This text has color #A7AFC1 on white background.



Black color preview on #A7AFC1 background

This text has black color on #A7AFC1 background.


White color preview on #A7AFC1 background

This text has white color on #A7AFC1 background.