COLOR #AEABD1

HEX: #AEABD1
RGB: (174,171,209)

Color info

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

RGB color model

#AEABD1 color RGB value is (174,171,209).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 209 of 255 = 82%

174
171
209

R + G + B ~ 72%. #AEABD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 209 = 554 (100%)
R 174 of 554 ~ 31.41%
G 171 of 554 ~ 30.87%
B 209 of 554 ~ 37.73%

%31.41
%30.87
%37.73

CMYK color model

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

  • cyan value is 16.75%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,18,0,18)
C17M18Y0K18 
(17%,18%,0%,18%)
(0.17/0.18/0.00/0.18)	

CMYK percentages

%16.75
%18.18
%0
%18.04

Codes

Color #AEABD1 in popluar color models

AEABD1
RGB174171209
HSL245°29.23%74.51%
HSB/HSV245°18.18%81.96%
CMYK16.75%18.18%0.00%
18.04%

Color #AEABD1 in popluar number systems.

HEXAEABD1
Decimal174171209
Binary101011101010101111010001
Octal256253321

Shades and tints

Shades of #AEABD1

#AEABD1
(174,171,209)
#9F9CBE
(159,156,190)
#908DAB
(144,141,171)
#817E98
(129,126,152)
#726F85
(114,111,133)
#636072
(99,96,114)
#54515F
(84,81,95)
#45424C
(69,66,76)
#363339
(54,51,57)
#272426
(39,36,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AEABD1

#AEABD1
(174,171,209)
#B5B2D5
(181,178,213)
#BCB9D9
(188,185,217)
#C3C0DD
(195,192,221)
#CAC7E1
(202,199,225)
#D1CEE5
(209,206,229)
#D8D5E9
(216,213,233)
#DFDCED
(223,220,237)
#E6E3F1
(230,227,241)
#EDEAF5
(237,234,245)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABD1; }

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

This text font color is #AEABD1.


Background Color

.myBgColor { background-color: #AEABD1; }

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

This div background color is #AEABD1.


Border color

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

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

This div border color is #AEABD1.


Opacity

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

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

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

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

This text has shadow with #AEABD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABD1 on black background.


Color preview on white background

This text has color #AEABD1 on white background.



Black color preview on #AEABD1 background

This text has black color on #AEABD1 background.


White color preview on #AEABD1 background

This text has white color on #AEABD1 background.