COLOR #A3AECC

HEX: #A3AECC RGB: (163,174,204)

Color info

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

RGB color model

#A3AECC color RGB value is (163,174,204).

RGB: (163,174,204) (64%, 68%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 204 of 255 = 80%

163
174
204

R + G + B ~ 71%. #A3AECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 174 + 204 = 541 (100%)
R 163 of 541 ~ 30.13%
G 174 of 541 ~ 32.16%
B 204 of 541 ~ 37.71'%

%30.13
%32.16
%37.71

CMYK color model

#A3AECC color CMYK value is (20,15,0,20).

  • cyan value is 20.10%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (20,15,0,20) C20M15Y0K20 (20%,15%,0%,20%) (0.20/0.15/0.00/0.20) 

CMYK percentages

%20.1
%14.71
%0
%20

Codes

Color #A3AECC in popluar color models

A3 AE CC
RGB 163 174 204
HSL 224° 28.67% 71.96%
HSB/HSV 224° 20.10% 80.00%
CMYK 20.10% 14.71% 0.00%
20.00%

Color #A3AECC in popluar number systems.

HEX A3 AE CC
Decimal 163 174 204
Binary 10100011 10101110 11001100
Octal 243 256 314

Shades and tints

Shades of #A3AECC

#A3AECC
(163,174,204)
#959FBA
(149,159,186)
#8790A8
(135,144,168)
#798196
(121,129,150)
#6B7284
(107,114,132)
#5D6372
(93,99,114)
#4F5460
(79,84,96)
#41454E
(65,69,78)
#33363C
(51,54,60)
#25272A
(37,39,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #A3AECC

#A3AECC
(163,174,204)
#ABB5D0
(171,181,208)
#B3BCD4
(179,188,212)
#BBC3D8
(187,195,216)
#C3CADC
(195,202,220)
#CBD1E0
(203,209,224)
#D3D8E4
(211,216,228)
#DBDFE8
(219,223,232)
#E3E6EC
(227,230,236)
#EBEDF0
(235,237,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AECC color. Also use rgb(163,174,204) instead hex code.

Text Font Color

.myTextColor { color: #A3AECC; }

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

This text font color is #A3AECC.

Background Color

.myBgColor { background-color: #A3AECC; }

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

This div background color is #A3AECC.

Border color

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

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

This div border color is #A3AECC.

Opacity

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

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

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

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

This text has shadow with #A3AECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AECC.

Preview

Color preview on black background

This text has color #A3AECC on black background.


Color preview on white background

This text has color #A3AECC on white background.


Black color preview on #A3AECC background

This text has black color on #A3AECC background.


White color preview on #A3AECC background

This text has white color on #A3AECC background.


Related colors

Complementary color

Complementary color for #hex is #5C5133.


I love getcolorcode.com

Triadic colors

1 #CCA3AE and #AECCA3 with #A3AECC are triadic colors.

2 #CCAEA3 and #AEA3CC with #A3AECC are triadic colors.