COLOR #A3AEBD

HEX: #A3AEBD
RGB: (163,174,189)

Color info

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

RGB color model

#A3AEBD color RGB value is (163,174,189).

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

RGB channels and saturation

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

163
174
189

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

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 189 = 526 (100%)
R 163 of 526 ~ 30.99%
G 174 of 526 ~ 33.08%
B 189 of 526 ~ 35.93%

%30.99
%33.08
%35.93

CMYK color model

#A3AEBD color CMYK value is (14,8,0,26).

  • cyan value is 13.76%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,8,0,26)
C14M8Y0K26 
(14%,8%,0%,26%)
(0.14/0.08/0.00/0.26)	

CMYK percentages

%13.76
%7.94
%0
%25.88

Codes

Color #A3AEBD in popluar color models

A3AEBD
RGB163174189
HSL215°16.46%69.02%
HSB/HSV215°13.76%74.12%
CMYK13.76%7.94%0.00%
25.88%

Color #A3AEBD in popluar number systems.

HEXA3AEBD
Decimal163174189
Binary101000111010111010111101
Octal243256275

Shades and tints

Shades of #A3AEBD

#A3AEBD
(163,174,189)
#959FAC
(149,159,172)
#87909B
(135,144,155)
#79818A
(121,129,138)
#6B7279
(107,114,121)
#5D6368
(93,99,104)
#4F5457
(79,84,87)
#414546
(65,69,70)
#333635
(51,54,53)
#252724
(37,39,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #A3AEBD

#A3AEBD
(163,174,189)
#ABB5C3
(171,181,195)
#B3BCC9
(179,188,201)
#BBC3CF
(187,195,207)
#C3CAD5
(195,202,213)
#CBD1DB
(203,209,219)
#D3D8E1
(211,216,225)
#DBDFE7
(219,223,231)
#E3E6ED
(227,230,237)
#EBEDF3
(235,237,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AEBD; }

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

This text font color is #A3AEBD.


Background Color

.myBgColor { background-color: #A3AEBD; }

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

This div background color is #A3AEBD.


Border color

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

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

This div border color is #A3AEBD.


Opacity

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

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

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

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

This text has shadow with #A3AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AEBD on black background.


Color preview on white background

This text has color #A3AEBD on white background.



Black color preview on #A3AEBD background

This text has black color on #A3AEBD background.


White color preview on #A3AEBD background

This text has white color on #A3AEBD background.