COLOR #AEA7B6

HEX: #AEA7B6
RGB: (174,167,182)

Color info

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

RGB color model

#AEA7B6 color RGB value is (174,167,182).

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

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 182 of 255 = 71%

174
167
182

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

Portions of RGB colors in percentages

R + G + B =
174 + 167 + 182 = 523 (100%)
R 174 of 523 ~ 33.27%
G 167 of 523 ~ 31.93%
B 182 of 523 ~ 34.8%

%33.27
%31.93
%34.8

CMYK color model

#AEA7B6 color CMYK value is (4,8,0,29).

  • cyan value is 4.40%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(4,8,0,29)
C4M8Y0K29 
(4%,8%,0%,29%)
(0.04/0.08/0.00/0.29)	

CMYK percentages

%4.4
%8.24
%0
%28.63

Codes

Color #AEA7B6 in popluar color models

AEA7B6
RGB174167182
HSL268°9.32%68.43%
HSB/HSV268°8.24%71.37%
CMYK4.40%8.24%0.00%
28.63%

Color #AEA7B6 in popluar number systems.

HEXAEA7B6
Decimal174167182
Binary101011101010011110110110
Octal256247266

Shades and tints

Shades of #AEA7B6

#AEA7B6
(174,167,182)
#9F98A6
(159,152,166)
#908996
(144,137,150)
#817A86
(129,122,134)
#726B76
(114,107,118)
#635C66
(99,92,102)
#544D56
(84,77,86)
#453E46
(69,62,70)
#362F36
(54,47,54)
#272026
(39,32,38)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AEA7B6

#AEA7B6
(174,167,182)
#B5AFBC
(181,175,188)
#BCB7C2
(188,183,194)
#C3BFC8
(195,191,200)
#CAC7CE
(202,199,206)
#D1CFD4
(209,207,212)
#D8D7DA
(216,215,218)
#DFDFE0
(223,223,224)
#E6E7E6
(230,231,230)
#EDEFEC
(237,239,236)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA7B6; }

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

This text font color is #AEA7B6.


Background Color

.myBgColor { background-color: #AEA7B6; }

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

This div background color is #AEA7B6.


Border color

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

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

This div border color is #AEA7B6.


Opacity

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

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

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

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

This text has shadow with #AEA7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA7B6 on black background.


Color preview on white background

This text has color #AEA7B6 on white background.



Black color preview on #AEA7B6 background

This text has black color on #AEA7B6 background.


White color preview on #AEA7B6 background

This text has white color on #AEA7B6 background.