COLOR #A3AEBC

HEX: #A3AEBC
RGB: (163,174,188)

Color info

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

RGB color model

#A3AEBC color RGB value is (163,174,188).

  • red value is 163;
  • green value is 174;
  • blue value is 188.
RGB:
(163,174,188)
(64%,68%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 188 of 255 = 74%

163
174
188

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

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 188 = 525 (100%)
R 163 of 525 ~ 31.05%
G 174 of 525 ~ 33.14%
B 188 of 525 ~ 35.81%

%31.05
%33.14
%35.81

CMYK color model

#A3AEBC color CMYK value is (13,7,0,26).

  • cyan value is 13.30%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,7,0,26)
C13M7Y0K26 
(13%,7%,0%,26%)
(0.13/0.07/0.00/0.26)	

CMYK percentages

%13.3
%7.45
%0
%26.27

Codes

Color #A3AEBC in popluar color models

A3AEBC
RGB163174188
HSL214°15.72%68.82%
HSB/HSV214°13.30%73.73%
CMYK13.30%7.45%0.00%
26.27%

Color #A3AEBC in popluar number systems.

HEXA3AEBC
Decimal163174188
Binary101000111010111010111100
Octal243256274

Shades and tints

Shades of #A3AEBC

#A3AEBC
(163,174,188)
#959FAB
(149,159,171)
#87909A
(135,144,154)
#798189
(121,129,137)
#6B7278
(107,114,120)
#5D6367
(93,99,103)
#4F5456
(79,84,86)
#414545
(65,69,69)
#333634
(51,54,52)
#252723
(37,39,35)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #A3AEBC

#A3AEBC
(163,174,188)
#ABB5C2
(171,181,194)
#B3BCC8
(179,188,200)
#BBC3CE
(187,195,206)
#C3CAD4
(195,202,212)
#CBD1DA
(203,209,218)
#D3D8E0
(211,216,224)
#DBDFE6
(219,223,230)
#E3E6EC
(227,230,236)
#EBEDF2
(235,237,242)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AEBC; }

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

This text font color is #A3AEBC.


Background Color

.myBgColor { background-color: #A3AEBC; }

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

This div background color is #A3AEBC.


Border color

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

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

This div border color is #A3AEBC.


Opacity

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

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

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

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

This text has shadow with #A3AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AEBC on black background.


Color preview on white background

This text has color #A3AEBC on white background.



Black color preview on #A3AEBC background

This text has black color on #A3AEBC background.


White color preview on #A3AEBC background

This text has white color on #A3AEBC background.