COLOR #AEABD3

HEX: #AEABD3
RGB: (174,171,211)

Color info

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

RGB color model

#AEABD3 color RGB value is (174,171,211).

  • red value is 174;
  • green value is 171;
  • blue value is 211.
RGB:
(174,171,211)
(68%,67%,83%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 211 of 255 = 83%

174
171
211

R + G + B ~ 73%. #AEABD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 211 = 556 (100%)
R 174 of 556 ~ 31.29%
G 171 of 556 ~ 30.76%
B 211 of 556 ~ 37.95%

%31.29
%30.76
%37.95

CMYK color model

#AEABD3 color CMYK value is (18,19,0,17).

  • cyan value is 17.54%
  • magenta value is 18.96%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(18,19,0,17)
C18M19Y0K17 
(18%,19%,0%,17%)
(0.18/0.19/0.00/0.17)	

CMYK percentages

%17.54
%18.96
%0
%17.25

Codes

Color #AEABD3 in popluar color models

AEABD3
RGB174171211
HSL245°31.25%74.90%
HSB/HSV245°18.96%82.75%
CMYK17.54%18.96%0.00%
17.25%

Color #AEABD3 in popluar number systems.

HEXAEABD3
Decimal174171211
Binary101011101010101111010011
Octal256253323

Shades and tints

Shades of #AEABD3

#AEABD3
(174,171,211)
#9F9CC0
(159,156,192)
#908DAD
(144,141,173)
#817E9A
(129,126,154)
#726F87
(114,111,135)
#636074
(99,96,116)
#545161
(84,81,97)
#45424E
(69,66,78)
#36333B
(54,51,59)
#272428
(39,36,40)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEABD3

#AEABD3
(174,171,211)
#B5B2D7
(181,178,215)
#BCB9DB
(188,185,219)
#C3C0DF
(195,192,223)
#CAC7E3
(202,199,227)
#D1CEE7
(209,206,231)
#D8D5EB
(216,213,235)
#DFDCEF
(223,220,239)
#E6E3F3
(230,227,243)
#EDEAF7
(237,234,247)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABD3; }

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

This text font color is #AEABD3.


Background Color

.myBgColor { background-color: #AEABD3; }

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

This div background color is #AEABD3.


Border color

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

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

This div border color is #AEABD3.


Opacity

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

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

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

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

This text has shadow with #AEABD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABD3 on black background.


Color preview on white background

This text has color #AEABD3 on white background.



Black color preview on #AEABD3 background

This text has black color on #AEABD3 background.


White color preview on #AEABD3 background

This text has white color on #AEABD3 background.