COLOR #A7AFD4

HEX: #A7AFD4 RGB: (167,175,212)

Color info

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

RGB color model

#A7AFD4 color RGB value is (167,175,212).

RGB: (167,175,212) (65%, 69%, 83%)

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 212 of 255 = 83%

167
175
212

R + G + B ~ 72%. #A7AFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 175 + 212 = 554 (100%)
R 167 of 554 ~ 30.14%
G 175 of 554 ~ 31.59%
B 212 of 554 ~ 38.27'%

%30.14
%31.59
%38.27

CMYK color model

#A7AFD4 color CMYK value is (21,17,0,17).

  • cyan value is 21.23%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (21,17,0,17)
C21M17Y0K17 (21%, 17%, 0%, 17%)
(0.21 / 0.17 / 0.00 / 0.17)

CMYK percentages

%21.23
%17.45
%0
%16.86

Codes

Color #A7AFD4 in popluar color models

A7 AF D4
RGB 167 175 212
HSL 229° 34.35% 74.31%
HSB/HSV 229° 21.23% 83.14%
CMYK 21.23% 17.45% 0.00%
16.86%

Color #A7AFD4 in popluar number systems.

HEX A7 AF D4
Decimal 167 175 212
Binary 10100111 10101111 11010100
Octal 247 257 324

Shades and tints

Shades of #A7AFD4

#A7AFD4
(167,175,212)
#98A0C1
(152,160,193)
#8991AE
(137,145,174)
#7A829B
(122,130,155)
#6B7388
(107,115,136)
#5C6475
(92,100,117)
#4D5562
(77,85,98)
#3E464F
(62,70,79)
#2F373C
(47,55,60)
#202829
(32,40,41)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #A7AFD4

#A7AFD4
(167,175,212)
#AFB6D7
(175,182,215)
#B7BDDA
(183,189,218)
#BFC4DD
(191,196,221)
#C7CBE0
(199,203,224)
#CFD2E3
(207,210,227)
#D7D9E6
(215,217,230)
#DFE0E9
(223,224,233)
#E7E7EC
(231,231,236)
#EFEEEF
(239,238,239)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AFD4; }

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

This text font color is #A7AFD4.

Background Color

.myBgColor { background-color: #A7AFD4; }

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

This div background color is #A7AFD4.

Border color

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

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

This div border color is #A7AFD4.

Opacity

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

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

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

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

This text has shadow with #A7AFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AFD4.

Preview

Color preview on black background

This text has color #A7AFD4 on black background.


Color preview on white background

This text has color #A7AFD4 on white background.


Black color preview on #A7AFD4 background

This text has black color on #A7AFD4 background.


White color preview on #A7AFD4 background

This text has white color on #A7AFD4 background.


Related colors

Complementary color

Complementary color for #hex is #58502B.


I love getcolorcode.com

Triadic colors

1 #D4A7AF and #AFD4A7 with #A7AFD4 are triadic colors.

2 #D4AFA7 and #AFA7D4 with #A7AFD4 are triadic colors.