COLOR #AE93AE

HEX: #AE93AE
RGB: (174,147,174)

Color info

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

RGB color model

#AE93AE color RGB value is (174,147,174).

  • red value is 174;
  • green value is 147;
  • blue value is 174.
RGB:
(174,147,174)
(68%,58%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 174 of 255 = 68%

174
147
174

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

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 174 = 495 (100%)
R 174 of 495 ~ 35.15%
G 147 of 495 ~ 29.7%
B 174 of 495 ~ 35.15%

%35.15
%29.7
%35.15

CMYK color model

#AE93AE color CMYK value is (0,16,0,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(0,16,0,32)
C0M16Y0K32 
(0%,16%,0%,32%)
(0.00/0.16/0.00/0.32)	

CMYK percentages

%0
%15.52
%0
%31.76

Codes

Color #AE93AE in popluar color models

AE93AE
RGB174147174
HSL300°14.29%62.94%
HSB/HSV300°15.52%68.24%
CMYK0.00%15.52%0.00%
31.76%

Color #AE93AE in popluar number systems.

HEXAE93AE
Decimal174147174
Binary101011101001001110101110
Octal256223256

Shades and tints

Shades of #AE93AE

#AE93AE
(174,147,174)
#9F869F
(159,134,159)
#907990
(144,121,144)
#816C81
(129,108,129)
#725F72
(114,95,114)
#635263
(99,82,99)
#544554
(84,69,84)
#453845
(69,56,69)
#362B36
(54,43,54)
#271E27
(39,30,39)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #AE93AE

#AE93AE
(174,147,174)
#B59CB5
(181,156,181)
#BCA5BC
(188,165,188)
#C3AEC3
(195,174,195)
#CAB7CA
(202,183,202)
#D1C0D1
(209,192,209)
#D8C9D8
(216,201,216)
#DFD2DF
(223,210,223)
#E6DBE6
(230,219,230)
#EDE4ED
(237,228,237)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE93AE; }

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

This text font color is #AE93AE.


Background Color

.myBgColor { background-color: #AE93AE; }

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

This div background color is #AE93AE.


Border color

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

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

This div border color is #AE93AE.


Opacity

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

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

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

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

This text has shadow with #AE93AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE93AE on black background.


Color preview on white background

This text has color #AE93AE on white background.



Black color preview on #AE93AE background

This text has black color on #AE93AE background.


White color preview on #AE93AE background

This text has white color on #AE93AE background.