COLOR #AE8DA3

HEX: #AE8DA3 RGB: (174,141,163)

Color info

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

RGB color model

#AE8DA3 color RGB value is (174,141,163).

RGB: (174,141,163) (68%, 55%, 64%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 163 of 255 = 64%

174
141
163

R + G + B ~ 62%. #AE8DA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 141 + 163 = 478 (100%)
R 174 of 478 ~ 36.4%
G 141 of 478 ~ 29.5%
B 163 of 478 ~ 34.1'%

%36.4
%29.5
%34.1

CMYK color model

#AE8DA3 color CMYK value is (0,19,6,32).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 6.32%
  • key color value is 31.76%

CMYK: (0,19,6,32)
C0M19Y6K32 (0%, 19%, 6%, 32%)
(0.00 / 0.19 / 0.06 / 0.32)

CMYK percentages

%0
%18.97
%6.32
%31.76

Codes

Color #AE8DA3 in popluar color models

AE 8D A3
RGB 174 141 163
HSL 320° 16.92% 61.76%
HSB/HSV 320° 18.97% 68.24%
CMYK 0.00% 18.97% 6.32%
31.76%

Color #AE8DA3 in popluar number systems.

HEX AE 8D A3
Decimal 174 141 163
Binary 10101110 10001101 10100011
Octal 256 215 243

Shades and tints

Shades of #AE8DA3

#AE8DA3
(174,141,163)
#9F8195
(159,129,149)
#907587
(144,117,135)
#816979
(129,105,121)
#725D6B
(114,93,107)
#63515D
(99,81,93)
#54454F
(84,69,79)
#453941
(69,57,65)
#362D33
(54,45,51)
#272125
(39,33,37)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AE8DA3

#AE8DA3
(174,141,163)
#B597AB
(181,151,171)
#BCA1B3
(188,161,179)
#C3ABBB
(195,171,187)
#CAB5C3
(202,181,195)
#D1BFCB
(209,191,203)
#D8C9D3
(216,201,211)
#DFD3DB
(223,211,219)
#E6DDE3
(230,221,227)
#EDE7EB
(237,231,235)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8DA3; }

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

This text font color is #AE8DA3.

Background Color

.myBgColor { background-color: #AE8DA3; }

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

This div background color is #AE8DA3.

Border color

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

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

This div border color is #AE8DA3.

Opacity

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

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

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

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

This text has shadow with #AE8DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8DA3.

Preview

Color preview on black background

This text has color #AE8DA3 on black background.


Color preview on white background

This text has color #AE8DA3 on white background.


Black color preview on #AE8DA3 background

This text has black color on #AE8DA3 background.


White color preview on #AE8DA3 background

This text has white color on #AE8DA3 background.


Related colors

Complementary color

Complementary color for #hex is #51725C.


I love getcolorcode.com

Triadic colors

1 #A3AE8D and #8DA3AE with #AE8DA3 are triadic colors.

2 #A38DAE and #8DAEA3 with #AE8DA3 are triadic colors.