COLOR #A4A7CF

HEX: #A4A7CF RGB: (164,167,207)

Color info

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

RGB color model

#A4A7CF color RGB value is (164,167,207).

RGB: (164,167,207) (64%, 65%, 81%)

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 207 of 255 = 81%

164
167
207

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

Portions of RGB colors in percentages

R + G + B = 164 + 167 + 207 = 538 (100%)
R 164 of 538 ~ 30.48%
G 167 of 538 ~ 31.04%
B 207 of 538 ~ 38.48'%

%30.48
%31.04
%38.48

CMYK color model

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

  • cyan value is 20.77%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (21,19,0,19)
C21M19Y0K19 (21%, 19%, 0%, 19%)
(0.21 / 0.19 / 0.00 / 0.19)

CMYK percentages

%20.77
%19.32
%0
%18.82

Codes

Color #A4A7CF in popluar color models

A4 A7 CF
RGB 164 167 207
HSL 236° 30.94% 72.75%
HSB/HSV 236° 20.77% 81.18%
CMYK 20.77% 19.32% 0.00%
18.82%

Color #A4A7CF in popluar number systems.

HEX A4 A7 CF
Decimal 164 167 207
Binary 10100100 10100111 11001111
Octal 244 247 317

Shades and tints

Shades of #A4A7CF

#A4A7CF
(164,167,207)
#9698BD
(150,152,189)
#8889AB
(136,137,171)
#7A7A99
(122,122,153)
#6C6B87
(108,107,135)
#5E5C75
(94,92,117)
#504D63
(80,77,99)
#423E51
(66,62,81)
#342F3F
(52,47,63)
#26202D
(38,32,45)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #A4A7CF

#A4A7CF
(164,167,207)
#ACAFD3
(172,175,211)
#B4B7D7
(180,183,215)
#BCBFDB
(188,191,219)
#C4C7DF
(196,199,223)
#CCCFE3
(204,207,227)
#D4D7E7
(212,215,231)
#DCDFEB
(220,223,235)
#E4E7EF
(228,231,239)
#ECEFF3
(236,239,243)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A7CF; }

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

This text font color is #A4A7CF.

Background Color

.myBgColor { background-color: #A4A7CF; }

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

This div background color is #A4A7CF.

Border color

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

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

This div border color is #A4A7CF.

Opacity

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

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

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

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

This text has shadow with #A4A7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A7CF.

Preview

Color preview on black background

This text has color #A4A7CF on black background.


Color preview on white background

This text has color #A4A7CF on white background.


Black color preview on #A4A7CF background

This text has black color on #A4A7CF background.


White color preview on #A4A7CF background

This text has white color on #A4A7CF background.


Related colors

Complementary color

Complementary color for #hex is #5B5830.


I love getcolorcode.com

Triadic colors

1 #CFA4A7 and #A7CFA4 with #A4A7CF are triadic colors.

2 #CFA7A4 and #A7A4CF with #A4A7CF are triadic colors.