COLOR #AE9DA4

HEX: #AE9DA4
RGB: (174,157,164)

Color info

#AE9DA4 contains red, green and blue colors in about the same proportion. Web safe color of #AE9DA4 is #999999 (or #999).

RGB color model

#AE9DA4 color RGB value is (174,157,164).

  • red value is 174;
  • green value is 157;
  • blue value is 164.
RGB:
(174,157,164)
(68%,62%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 164 of 255 = 64%

174
157
164

R + G + B ~ 65%. #AE9DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 164 = 495 (100%)
R 174 of 495 ~ 35.15%
G 157 of 495 ~ 31.72%
B 164 of 495 ~ 33.13%

%35.15
%31.72
%33.13

CMYK color model

#AE9DA4 color CMYK value is (0,10,6,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(0,10,6,32)
C0M10Y6K32 
(0%,10%,6%,32%)
(0.00/0.10/0.06/0.32)	

CMYK percentages

%0
%9.77
%5.75
%31.76

Codes

Color #AE9DA4 in popluar color models

AE9DA4
RGB174157164
HSL335°9.50%64.90%
HSB/HSV335°9.77%68.24%
CMYK0.00%9.77%5.75%
31.76%

Color #AE9DA4 in popluar number systems.

HEXAE9DA4
Decimal174157164
Binary101011101001110110100100
Octal256235244

Shades and tints

Shades of #AE9DA4

#AE9DA4
(174,157,164)
#9F8F96
(159,143,150)
#908188
(144,129,136)
#81737A
(129,115,122)
#72656C
(114,101,108)
#63575E
(99,87,94)
#544950
(84,73,80)
#453B42
(69,59,66)
#362D34
(54,45,52)
#271F26
(39,31,38)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #AE9DA4

#AE9DA4
(174,157,164)
#B5A5AC
(181,165,172)
#BCADB4
(188,173,180)
#C3B5BC
(195,181,188)
#CABDC4
(202,189,196)
#D1C5CC
(209,197,204)
#D8CDD4
(216,205,212)
#DFD5DC
(223,213,220)
#E6DDE4
(230,221,228)
#EDE5EC
(237,229,236)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9DA4 color. Also use rgb(174,157,164) instead hex code.

Text Font Color

.myTextColor { color: #AE9DA4; }

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

This text font color is #AE9DA4.


Background Color

.myBgColor { background-color: #AE9DA4; }

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

This div background color is #AE9DA4.


Border color

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

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

This div border color is #AE9DA4.


Opacity

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

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

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

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

This text has shadow with #AE9DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9DA4 on black background.


Color preview on white background

This text has color #AE9DA4 on white background.



Black color preview on #AE9DA4 background

This text has black color on #AE9DA4 background.


White color preview on #AE9DA4 background

This text has white color on #AE9DA4 background.