COLOR #A4A6CD

HEX: #A4A6CD RGB: (164,166,205)

Color info

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

RGB color model

#A4A6CD color RGB value is (164,166,205).

RGB: (164,166,205) (64%, 65%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 166 of 255 = 65%
B 205 of 255 = 80%

164
166
205

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

Portions of RGB colors in percentages

R + G + B = 164 + 166 + 205 = 535 (100%)
R 164 of 535 ~ 30.65%
G 166 of 535 ~ 31.03%
B 205 of 535 ~ 38.32'%

%30.65
%31.03
%38.32

CMYK color model

#A4A6CD color CMYK value is (20,19,0,20).

  • cyan value is 20.00%
  • magenta value is 19.02%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,19,0,20)
C20M19Y0K20 (20%, 19%, 0%, 20%)
(0.20 / 0.19 / 0.00 / 0.20)

CMYK percentages

%20
%19.02
%0
%19.61

Codes

Color #A4A6CD in popluar color models

A4 A6 CD
RGB 164 166 205
HSL 237° 29.08% 72.35%
HSB/HSV 237° 20.00% 80.39%
CMYK 20.00% 19.02% 0.00%
19.61%

Color #A4A6CD in popluar number systems.

HEX A4 A6 CD
Decimal 164 166 205
Binary 10100100 10100110 11001101
Octal 244 246 315

Shades and tints

Shades of #A4A6CD

#A4A6CD
(164,166,205)
#9697BB
(150,151,187)
#8888A9
(136,136,169)
#7A7997
(122,121,151)
#6C6A85
(108,106,133)
#5E5B73
(94,91,115)
#504C61
(80,76,97)
#423D4F
(66,61,79)
#342E3D
(52,46,61)
#261F2B
(38,31,43)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #A4A6CD

#A4A6CD
(164,166,205)
#ACAED1
(172,174,209)
#B4B6D5
(180,182,213)
#BCBED9
(188,190,217)
#C4C6DD
(196,198,221)
#CCCEE1
(204,206,225)
#D4D6E5
(212,214,229)
#DCDEE9
(220,222,233)
#E4E6ED
(228,230,237)
#ECEEF1
(236,238,241)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A6CD color. Also use rgb(164,166,205) instead hex code.

Text Font Color

.myTextColor { color: #A4A6CD; }

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

This text font color is #A4A6CD.

Background Color

.myBgColor { background-color: #A4A6CD; }

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

This div background color is #A4A6CD.

Border color

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

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

This div border color is #A4A6CD.

Opacity

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

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

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

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

This text has shadow with #A4A6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A6CD.

Preview

Color preview on black background

This text has color #A4A6CD on black background.


Color preview on white background

This text has color #A4A6CD on white background.


Black color preview on #A4A6CD background

This text has black color on #A4A6CD background.


White color preview on #A4A6CD background

This text has white color on #A4A6CD background.


Related colors

Complementary color

Complementary color for #hex is #5B5932.


I love getcolorcode.com

Triadic colors

1 #CDA4A6 and #A6CDA4 with #A4A6CD are triadic colors.

2 #CDA6A4 and #A6A4CD with #A4A6CD are triadic colors.