COLOR #A4A7CA

HEX: #A4A7CA RGB: (164,167,202)

Color info

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

RGB color model

#A4A7CA color RGB value is (164,167,202).

RGB: (164,167,202) (64%, 65%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 202 of 255 = 79%

164
167
202

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

Portions of RGB colors in percentages

R + G + B = 164 + 167 + 202 = 533 (100%)
R 164 of 533 ~ 30.77%
G 167 of 533 ~ 31.33%
B 202 of 533 ~ 37.9'%

%30.77
%31.33
%37.9

CMYK color model

#A4A7CA color CMYK value is (19,17,0,21).

  • cyan value is 18.81%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (19,17,0,21)
C19M17Y0K21 (19%, 17%, 0%, 21%)
(0.19 / 0.17 / 0.00 / 0.21)

CMYK percentages

%18.81
%17.33
%0
%20.78

Codes

Color #A4A7CA in popluar color models

A4 A7 CA
RGB 164 167 202
HSL 235° 26.39% 71.76%
HSB/HSV 235° 18.81% 79.22%
CMYK 18.81% 17.33% 0.00%
20.78%

Color #A4A7CA in popluar number systems.

HEX A4 A7 CA
Decimal 164 167 202
Binary 10100100 10100111 11001010
Octal 244 247 312

Shades and tints

Shades of #A4A7CA

#A4A7CA
(164,167,202)
#9698B8
(150,152,184)
#8889A6
(136,137,166)
#7A7A94
(122,122,148)
#6C6B82
(108,107,130)
#5E5C70
(94,92,112)
#504D5E
(80,77,94)
#423E4C
(66,62,76)
#342F3A
(52,47,58)
#262028
(38,32,40)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #A4A7CA

#A4A7CA
(164,167,202)
#ACAFCE
(172,175,206)
#B4B7D2
(180,183,210)
#BCBFD6
(188,191,214)
#C4C7DA
(196,199,218)
#CCCFDE
(204,207,222)
#D4D7E2
(212,215,226)
#DCDFE6
(220,223,230)
#E4E7EA
(228,231,234)
#ECEFEE
(236,239,238)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A7CA color. Also use rgb(164,167,202) instead hex code.

Text Font Color

.myTextColor { color: #A4A7CA; }

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

This text font color is #A4A7CA.

Background Color

.myBgColor { background-color: #A4A7CA; }

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

This div background color is #A4A7CA.

Border color

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

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

This div border color is #A4A7CA.

Opacity

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

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

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

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

This text has shadow with #A4A7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A7CA.

Preview

Color preview on black background

This text has color #A4A7CA on black background.


Color preview on white background

This text has color #A4A7CA on white background.


Black color preview on #A4A7CA background

This text has black color on #A4A7CA background.


White color preview on #A4A7CA background

This text has white color on #A4A7CA background.


Related colors

Complementary color

Complementary color for #hex is #5B5835.


I love getcolorcode.com

Triadic colors

1 #CAA4A7 and #A7CAA4 with #A4A7CA are triadic colors.

2 #CAA7A4 and #A7A4CA with #A4A7CA are triadic colors.