COLOR #A4AFD6

HEX: #A4AFD6
RGB: (164,175,214)

Color info

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

RGB color model

#A4AFD6 color RGB value is (164,175,214).

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

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 214 of 255 = 84%

164
175
214

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

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 214 = 553 (100%)
R 164 of 553 ~ 29.66%
G 175 of 553 ~ 31.65%
B 214 of 553 ~ 38.7%

%29.66
%31.65
%38.7

CMYK color model

#A4AFD6 color CMYK value is (23,18,0,16).

  • cyan value is 23.36%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,18,0,16)
C23M18Y0K16 
(23%,18%,0%,16%)
(0.23/0.18/0.00/0.16)	

CMYK percentages

%23.36
%18.22
%0
%16.08

Codes

Color #A4AFD6 in popluar color models

A4AFD6
RGB164175214
HSL227°37.88%74.12%
HSB/HSV227°23.36%83.92%
CMYK23.36%18.22%0.00%
16.08%

Color #A4AFD6 in popluar number systems.

HEXA4AFD6
Decimal164175214
Binary101001001010111111010110
Octal244257326

Shades and tints

Shades of #A4AFD6

#A4AFD6
(164,175,214)
#96A0C3
(150,160,195)
#8891B0
(136,145,176)
#7A829D
(122,130,157)
#6C738A
(108,115,138)
#5E6477
(94,100,119)
#505564
(80,85,100)
#424651
(66,70,81)
#34373E
(52,55,62)
#26282B
(38,40,43)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #A4AFD6

#A4AFD6
(164,175,214)
#ACB6D9
(172,182,217)
#B4BDDC
(180,189,220)
#BCC4DF
(188,196,223)
#C4CBE2
(196,203,226)
#CCD2E5
(204,210,229)
#D4D9E8
(212,217,232)
#DCE0EB
(220,224,235)
#E4E7EE
(228,231,238)
#ECEEF1
(236,238,241)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFD6; }

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

This text font color is #A4AFD6.


Background Color

.myBgColor { background-color: #A4AFD6; }

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

This div background color is #A4AFD6.


Border color

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

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

This div border color is #A4AFD6.


Opacity

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

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

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

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

This text has shadow with #A4AFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AFD6 on black background.


Color preview on white background

This text has color #A4AFD6 on white background.



Black color preview on #A4AFD6 background

This text has black color on #A4AFD6 background.


White color preview on #A4AFD6 background

This text has white color on #A4AFD6 background.