COLOR #AEA6BD

HEX: #AEA6BD
RGB: (174,166,189)

Color info

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

RGB color model

#AEA6BD color RGB value is (174,166,189).

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

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 189 of 255 = 74%

174
166
189

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

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 189 = 529 (100%)
R 174 of 529 ~ 32.89%
G 166 of 529 ~ 31.38%
B 189 of 529 ~ 35.73%

%32.89
%31.38
%35.73

CMYK color model

#AEA6BD color CMYK value is (8,12,0,26).

  • cyan value is 7.94%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,12,0,26)
C8M12Y0K26 
(8%,12%,0%,26%)
(0.08/0.12/0.00/0.26)	

CMYK percentages

%7.94
%12.17
%0
%25.88

Codes

Color #AEA6BD in popluar color models

AEA6BD
RGB174166189
HSL261°14.84%69.61%
HSB/HSV261°12.17%74.12%
CMYK7.94%12.17%0.00%
25.88%

Color #AEA6BD in popluar number systems.

HEXAEA6BD
Decimal174166189
Binary101011101010011010111101
Octal256246275

Shades and tints

Shades of #AEA6BD

#AEA6BD
(174,166,189)
#9F97AC
(159,151,172)
#90889B
(144,136,155)
#81798A
(129,121,138)
#726A79
(114,106,121)
#635B68
(99,91,104)
#544C57
(84,76,87)
#453D46
(69,61,70)
#362E35
(54,46,53)
#271F24
(39,31,36)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #AEA6BD

#AEA6BD
(174,166,189)
#B5AEC3
(181,174,195)
#BCB6C9
(188,182,201)
#C3BECF
(195,190,207)
#CAC6D5
(202,198,213)
#D1CEDB
(209,206,219)
#D8D6E1
(216,214,225)
#DFDEE7
(223,222,231)
#E6E6ED
(230,230,237)
#EDEEF3
(237,238,243)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA6BD; }

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

This text font color is #AEA6BD.


Background Color

.myBgColor { background-color: #AEA6BD; }

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

This div background color is #AEA6BD.


Border color

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

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

This div border color is #AEA6BD.


Opacity

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

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

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

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

This text has shadow with #AEA6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA6BD on black background.


Color preview on white background

This text has color #AEA6BD on white background.



Black color preview on #AEA6BD background

This text has black color on #AEA6BD background.


White color preview on #AEA6BD background

This text has white color on #AEA6BD background.