COLOR #A4AFDE

HEX: #A4AFDE RGB: (164,175,222)

Color info

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

RGB color model

#A4AFDE color RGB value is (164,175,222).

RGB: (164,175,222) (64%, 69%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 222 of 255 = 87%

164
175
222

R + G + B ~ 73%. #A4AFDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 175 + 222 = 561 (100%)
R 164 of 561 ~ 29.23%
G 175 of 561 ~ 31.19%
B 222 of 561 ~ 39.57'%

%29.23
%31.19
%39.57

CMYK color model

#A4AFDE color CMYK value is (26,21,0,13).

  • cyan value is 26.13%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (26,21,0,13)
C26M21Y0K13 (26%, 21%, 0%, 13%)
(0.26 / 0.21 / 0.00 / 0.13)

CMYK percentages

%26.13
%21.17
%0
%12.94

Codes

Color #A4AFDE in popluar color models

A4 AF DE
RGB 164 175 222
HSL 229° 46.77% 75.69%
HSB/HSV 229° 26.13% 87.06%
CMYK 26.13% 21.17% 0.00%
12.94%

Color #A4AFDE in popluar number systems.

HEX A4 AF DE
Decimal 164 175 222
Binary 10100100 10101111 11011110
Octal 244 257 336

Shades and tints

Shades of #A4AFDE

#A4AFDE
(164,175,222)
#96A0CA
(150,160,202)
#8891B6
(136,145,182)
#7A82A2
(122,130,162)
#6C738E
(108,115,142)
#5E647A
(94,100,122)
#505566
(80,85,102)
#424652
(66,70,82)
#34373E
(52,55,62)
#26282A
(38,40,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #A4AFDE

#A4AFDE
(164,175,222)
#ACB6E1
(172,182,225)
#B4BDE4
(180,189,228)
#BCC4E7
(188,196,231)
#C4CBEA
(196,203,234)
#CCD2ED
(204,210,237)
#D4D9F0
(212,217,240)
#DCE0F3
(220,224,243)
#E4E7F6
(228,231,246)
#ECEEF9
(236,238,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AFDE color. Also use rgb(164,175,222) instead hex code.

Text Font Color

.myTextColor { color: #A4AFDE; }

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

This text font color is #A4AFDE.

Background Color

.myBgColor { background-color: #A4AFDE; }

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

This div background color is #A4AFDE.

Border color

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

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

This div border color is #A4AFDE.

Opacity

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

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

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

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

This text has shadow with #A4AFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AFDE.

Preview

Color preview on black background

This text has color #A4AFDE on black background.


Color preview on white background

This text has color #A4AFDE on white background.


Black color preview on #A4AFDE background

This text has black color on #A4AFDE background.


White color preview on #A4AFDE background

This text has white color on #A4AFDE background.


Related colors

Complementary color

Complementary color for #hex is #5B5021.


I love getcolorcode.com

Triadic colors

1 #DEA4AF and #AFDEA4 with #A4AFDE are triadic colors.

2 #DEAFA4 and #AFA4DE with #A4AFDE are triadic colors.