COLOR #A4AFD0

HEX: #A4AFD0
RGB: (164,175,208)

Color info

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

RGB color model

#A4AFD0 color RGB value is (164,175,208).

  • red value is 164;
  • green value is 175;
  • blue value is 208.
RGB:
(164,175,208)
(64%,69%,82%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 208 of 255 = 82%

164
175
208

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

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 208 = 547 (100%)
R 164 of 547 ~ 29.98%
G 175 of 547 ~ 31.99%
B 208 of 547 ~ 38.03%

%29.98
%31.99
%38.03

CMYK color model

#A4AFD0 color CMYK value is (21,16,0,18).

  • cyan value is 21.15%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(21,16,0,18)
C21M16Y0K18 
(21%,16%,0%,18%)
(0.21/0.16/0.00/0.18)	

CMYK percentages

%21.15
%15.87
%0
%18.43

Codes

Color #A4AFD0 in popluar color models

A4AFD0
RGB164175208
HSL225°31.88%72.94%
HSB/HSV225°21.15%81.57%
CMYK21.15%15.87%0.00%
18.43%

Color #A4AFD0 in popluar number systems.

HEXA4AFD0
Decimal164175208
Binary101001001010111111010000
Octal244257320

Shades and tints

Shades of #A4AFD0

#A4AFD0
(164,175,208)
#96A0BE
(150,160,190)
#8891AC
(136,145,172)
#7A829A
(122,130,154)
#6C7388
(108,115,136)
#5E6476
(94,100,118)
#505564
(80,85,100)
#424652
(66,70,82)
#343740
(52,55,64)
#26282E
(38,40,46)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #A4AFD0

#A4AFD0
(164,175,208)
#ACB6D4
(172,182,212)
#B4BDD8
(180,189,216)
#BCC4DC
(188,196,220)
#C4CBE0
(196,203,224)
#CCD2E4
(204,210,228)
#D4D9E8
(212,217,232)
#DCE0EC
(220,224,236)
#E4E7F0
(228,231,240)
#ECEEF4
(236,238,244)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFD0; }

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

This text font color is #A4AFD0.


Background Color

.myBgColor { background-color: #A4AFD0; }

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

This div background color is #A4AFD0.


Border color

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

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

This div border color is #A4AFD0.


Opacity

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

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

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

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

This text has shadow with #A4AFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AFD0 on black background.


Color preview on white background

This text has color #A4AFD0 on white background.



Black color preview on #A4AFD0 background

This text has black color on #A4AFD0 background.


White color preview on #A4AFD0 background

This text has white color on #A4AFD0 background.