COLOR #A7AFED

HEX: #A7AFED
RGB: (167,175,237)

Color info

#A7AFED contains mainly blue color. Web safe color of #A7AFED is #9999FF (or #99F).

RGB color model

#A7AFED color RGB value is (167,175,237).

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

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 237 of 255 = 93%

167
175
237

R + G + B ~ 76%. #A7AFED is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 237 = 579 (100%)
R 167 of 579 ~ 28.84%
G 175 of 579 ~ 30.22%
B 237 of 579 ~ 40.93%

%28.84
%30.22
%40.93

CMYK color model

#A7AFED color CMYK value is (30,26,0,7).

  • cyan value is 29.54%
  • magenta value is 26.16%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(30,26,0,7)
C30M26Y0K7 
(30%,26%,0%,7%)
(0.30/0.26/0.00/0.07)	

CMYK percentages

%29.54
%26.16
%0
%7.06

Codes

Color #A7AFED in popluar color models

A7AFED
RGB167175237
HSL233°66.04%79.22%
HSB/HSV233°29.54%92.94%
CMYK29.54%26.16%0.00%
7.06%

Color #A7AFED in popluar number systems.

HEXA7AFED
Decimal167175237
Binary101001111010111111101101
Octal247257355

Shades and tints

Shades of #A7AFED

#A7AFED
(167,175,237)
#98A0D8
(152,160,216)
#8991C3
(137,145,195)
#7A82AE
(122,130,174)
#6B7399
(107,115,153)
#5C6484
(92,100,132)
#4D556F
(77,85,111)
#3E465A
(62,70,90)
#2F3745
(47,55,69)
#202830
(32,40,48)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #A7AFED

#A7AFED
(167,175,237)
#AFB6EE
(175,182,238)
#B7BDEF
(183,189,239)
#BFC4F0
(191,196,240)
#C7CBF1
(199,203,241)
#CFD2F2
(207,210,242)
#D7D9F3
(215,217,243)
#DFE0F4
(223,224,244)
#E7E7F5
(231,231,245)
#EFEEF6
(239,238,246)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AFED; }

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

This text font color is #A7AFED.


Background Color

.myBgColor { background-color: #A7AFED; }

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

This div background color is #A7AFED.


Border color

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

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

This div border color is #A7AFED.


Opacity

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

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

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

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

This text has shadow with #A7AFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AFED on black background.


Color preview on white background

This text has color #A7AFED on white background.



Black color preview on #A7AFED background

This text has black color on #A7AFED background.


White color preview on #A7AFED background

This text has white color on #A7AFED background.