COLOR #A4AFC0

HEX: #A4AFC0 RGB: (164,175,192)

Color info

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

RGB color model

#A4AFC0 color RGB value is (164,175,192).

RGB: (164,175,192) (64%, 69%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 192 of 255 = 75%

164
175
192

R + G + B ~ 69%. #A4AFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 175 + 192 = 531 (100%)
R 164 of 531 ~ 30.89%
G 175 of 531 ~ 32.96%
B 192 of 531 ~ 36.16'%

%30.89
%32.96
%36.16

CMYK color model

#A4AFC0 color CMYK value is (15,9,0,25).

  • cyan value is 14.58%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (15,9,0,25)
C15M9Y0K25 (15%, 9%, 0%, 25%)
(0.15 / 0.09 / 0.00 / 0.25)

CMYK percentages

%14.58
%8.85
%0
%24.71

Codes

Color #A4AFC0 in popluar color models

A4 AF C0
RGB 164 175 192
HSL 216° 18.18% 69.80%
HSB/HSV 216° 14.58% 75.29%
CMYK 14.58% 8.85% 0.00%
24.71%

Color #A4AFC0 in popluar number systems.

HEX A4 AF C0
Decimal 164 175 192
Binary 10100100 10101111 11000000
Octal 244 257 300

Shades and tints

Shades of #A4AFC0

#A4AFC0
(164,175,192)
#96A0AF
(150,160,175)
#88919E
(136,145,158)
#7A828D
(122,130,141)
#6C737C
(108,115,124)
#5E646B
(94,100,107)
#50555A
(80,85,90)
#424649
(66,70,73)
#343738
(52,55,56)
#262827
(38,40,39)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #A4AFC0

#A4AFC0
(164,175,192)
#ACB6C5
(172,182,197)
#B4BDCA
(180,189,202)
#BCC4CF
(188,196,207)
#C4CBD4
(196,203,212)
#CCD2D9
(204,210,217)
#D4D9DE
(212,217,222)
#DCE0E3
(220,224,227)
#E4E7E8
(228,231,232)
#ECEEED
(236,238,237)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFC0; }

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

This text font color is #A4AFC0.

Background Color

.myBgColor { background-color: #A4AFC0; }

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

This div background color is #A4AFC0.

Border color

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

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

This div border color is #A4AFC0.

Opacity

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

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

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

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

This text has shadow with #A4AFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AFC0.

Preview

Color preview on black background

This text has color #A4AFC0 on black background.


Color preview on white background

This text has color #A4AFC0 on white background.


Black color preview on #A4AFC0 background

This text has black color on #A4AFC0 background.


White color preview on #A4AFC0 background

This text has white color on #A4AFC0 background.


Related colors

Complementary color

Complementary color for #hex is #5B503F.


I love getcolorcode.com

Triadic colors

1 #C0A4AF and #AFC0A4 with #A4AFC0 are triadic colors.

2 #C0AFA4 and #AFA4C0 with #A4AFC0 are triadic colors.