COLOR #AEA3B6

HEX: #AEA3B6
RGB: (174,163,182)

Color info

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

RGB color model

#AEA3B6 color RGB value is (174,163,182).

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

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 182 of 255 = 71%

174
163
182

R + G + B ~ 68%. #AEA3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 182 = 519 (100%)
R 174 of 519 ~ 33.53%
G 163 of 519 ~ 31.41%
B 182 of 519 ~ 35.07%

%33.53
%31.41
%35.07

CMYK color model

#AEA3B6 color CMYK value is (4,10,0,29).

  • cyan value is 4.40%
  • magenta value is 10.44%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (4,10,0,29) C4M10Y0K29 (4%,10%,0%,29%) (0.04/0.10/0.00/0.29)

CMYK percentages

%4.4
%10.44
%0
%28.63

Codes

Color #AEA3B6 in popluar color models

AEA3B6
RGB174163182
HSL275°11.52%67.65%
HSB/HSV275°10.44%71.37%
CMYK4.40%10.44%0.00%
28.63%

Color #AEA3B6 in popluar number systems.

HEXAEA3B6
Decimal174163182
Binary101011101010001110110110
Octal256243266

Shades and tints

Shades of #AEA3B6

#AEA3B6
(174,163,182)
#9F95A6
(159,149,166)
#908796
(144,135,150)
#817986
(129,121,134)
#726B76
(114,107,118)
#635D66
(99,93,102)
#544F56
(84,79,86)
#454146
(69,65,70)
#363336
(54,51,54)
#272526
(39,37,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEA3B6

#AEA3B6
(174,163,182)
#B5ABBC
(181,171,188)
#BCB3C2
(188,179,194)
#C3BBC8
(195,187,200)
#CAC3CE
(202,195,206)
#D1CBD4
(209,203,212)
#D8D3DA
(216,211,218)
#DFDBE0
(223,219,224)
#E6E3E6
(230,227,230)
#EDEBEC
(237,235,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA3B6; }

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

This text font color is #AEA3B6.


Background Color

.myBgColor { background-color: #AEA3B6; }

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

This div background color is #AEA3B6.


Border color

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

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

This div border color is #AEA3B6.


Opacity

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

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

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

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

This text has shadow with #AEA3B6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AEA3B6 on black background.


Color preview on white background

This text has color #AEA3B6 on white background.



Black color preview on #AEA3B6 background

This text has black color on #AEA3B6 background.


White color preview on #AEA3B6 background

This text has white color on #AEA3B6 background.