COLOR #AEABDA

HEX: #AEABDA RGB: (174,171,218)

Color info

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

RGB color model

#AEABDA color RGB value is (174,171,218).

RGB: (174,171,218) (68%, 67%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 218 of 255 = 85%

174
171
218

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

Portions of RGB colors in percentages

R + G + B = 174 + 171 + 218 = 563 (100%)
R 174 of 563 ~ 30.91%
G 171 of 563 ~ 30.37%
B 218 of 563 ~ 38.72'%

%30.91
%30.37
%38.72

CMYK color model

#AEABDA color CMYK value is (20,22,0,15).

  • cyan value is 20.18%
  • magenta value is 21.56%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (20,22,0,15) C20M22Y0K15 (20%,22%,0%,15%) (0.20/0.22/0.00/0.15) 

CMYK percentages

%20.18
%21.56
%0
%14.51

Codes

Color #AEABDA in popluar color models

AE AB DA
RGB 174 171 218
HSL 244° 38.84% 76.27%
HSB/HSV 244° 21.56% 85.49%
CMYK 20.18% 21.56% 0.00%
14.51%

Color #AEABDA in popluar number systems.

HEX AE AB DA
Decimal 174 171 218
Binary 10101110 10101011 11011010
Octal 256 253 332

Shades and tints

Shades of #AEABDA

#AEABDA
(174,171,218)
#9F9CC7
(159,156,199)
#908DB4
(144,141,180)
#817EA1
(129,126,161)
#726F8E
(114,111,142)
#63607B
(99,96,123)
#545168
(84,81,104)
#454255
(69,66,85)
#363342
(54,51,66)
#27242F
(39,36,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #AEABDA

#AEABDA
(174,171,218)
#B5B2DD
(181,178,221)
#BCB9E0
(188,185,224)
#C3C0E3
(195,192,227)
#CAC7E6
(202,199,230)
#D1CEE9
(209,206,233)
#D8D5EC
(216,213,236)
#DFDCEF
(223,220,239)
#E6E3F2
(230,227,242)
#EDEAF5
(237,234,245)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABDA; }

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

This text font color is #AEABDA.

Background Color

.myBgColor { background-color: #AEABDA; }

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

This div background color is #AEABDA.

Border color

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

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

This div border color is #AEABDA.

Opacity

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

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

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

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

This text has shadow with #AEABDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEABDA.

Preview

Color preview on black background

This text has color #AEABDA on black background.


Color preview on white background

This text has color #AEABDA on white background.


Black color preview on #AEABDA background

This text has black color on #AEABDA background.


White color preview on #AEABDA background

This text has white color on #AEABDA background.


Related colors

Complementary color

Complementary color for #hex is #515425.


I love getcolorcode.com

Triadic colors

1 #DAAEAB and #ABDAAE with #AEABDA are triadic colors.

2 #DAABAE and #ABAEDA with #AEABDA are triadic colors.