COLOR #A4AFC8

HEX: #A4AFC8 RGB: (164,175,200)

Color info

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

RGB color model

#A4AFC8 color RGB value is (164,175,200).

RGB: (164,175,200) (64%, 69%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 200 of 255 = 78%

164
175
200

R + G + B ~ 70%. #A4AFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 175 + 200 = 539 (100%)
R 164 of 539 ~ 30.43%
G 175 of 539 ~ 32.47%
B 200 of 539 ~ 37.11'%

%30.43
%32.47
%37.11

CMYK color model

#A4AFC8 color CMYK value is (18,13,0,22).

  • cyan value is 18.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (18,13,0,22)
C18M13Y0K22 (18%, 13%, 0%, 22%)
(0.18 / 0.13 / 0.00 / 0.22)

CMYK percentages

%18
%12.5
%0
%21.57

Codes

Color #A4AFC8 in popluar color models

A4 AF C8
RGB 164 175 200
HSL 222° 24.66% 71.37%
HSB/HSV 222° 18.00% 78.43%
CMYK 18.00% 12.50% 0.00%
21.57%

Color #A4AFC8 in popluar number systems.

HEX A4 AF C8
Decimal 164 175 200
Binary 10100100 10101111 11001000
Octal 244 257 310

Shades and tints

Shades of #A4AFC8

#A4AFC8
(164,175,200)
#96A0B6
(150,160,182)
#8891A4
(136,145,164)
#7A8292
(122,130,146)
#6C7380
(108,115,128)
#5E646E
(94,100,110)
#50555C
(80,85,92)
#42464A
(66,70,74)
#343738
(52,55,56)
#262826
(38,40,38)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #A4AFC8

#A4AFC8
(164,175,200)
#ACB6CD
(172,182,205)
#B4BDD2
(180,189,210)
#BCC4D7
(188,196,215)
#C4CBDC
(196,203,220)
#CCD2E1
(204,210,225)
#D4D9E6
(212,217,230)
#DCE0EB
(220,224,235)
#E4E7F0
(228,231,240)
#ECEEF5
(236,238,245)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFC8; }

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

This text font color is #A4AFC8.

Background Color

.myBgColor { background-color: #A4AFC8; }

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

This div background color is #A4AFC8.

Border color

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

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

This div border color is #A4AFC8.

Opacity

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

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

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

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

This text has shadow with #A4AFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AFC8.

Preview

Color preview on black background

This text has color #A4AFC8 on black background.


Color preview on white background

This text has color #A4AFC8 on white background.


Black color preview on #A4AFC8 background

This text has black color on #A4AFC8 background.


White color preview on #A4AFC8 background

This text has white color on #A4AFC8 background.


Related colors

Complementary color

Complementary color for #hex is #5B5037.


I love getcolorcode.com

Triadic colors

1 #C8A4AF and #AFC8A4 with #A4AFC8 are triadic colors.

2 #C8AFA4 and #AFA4C8 with #A4AFC8 are triadic colors.