COLOR #AEAABD

HEX: #AEAABD RGB: (174,170,189)

Color info

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

RGB color model

#AEAABD color RGB value is (174,170,189).

RGB: (174,170,189) (68%, 67%, 74%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 189 of 255 = 74%

174
170
189

R + G + B ~ 70%. #AEAABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 189 = 533 (100%)
R 174 of 533 ~ 32.65%
G 170 of 533 ~ 31.89%
B 189 of 533 ~ 35.46'%

%32.65
%31.89
%35.46

CMYK color model

#AEAABD color CMYK value is (8,10,0,26).

  • cyan value is 7.94%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (8,10,0,26) C8M10Y0K26 (8%,10%,0%,26%) (0.08/0.10/0.00/0.26) 

CMYK percentages

%7.94
%10.05
%0
%25.88

Codes

Color #AEAABD in popluar color models

AE AA BD
RGB 174 170 189
HSL 253° 12.58% 70.39%
HSB/HSV 253° 10.05% 74.12%
CMYK 7.94% 10.05% 0.00%
25.88%

Color #AEAABD in popluar number systems.

HEX AE AA BD
Decimal 174 170 189
Binary 10101110 10101010 10111101
Octal 256 252 275

Shades and tints

Shades of #AEAABD

#AEAABD
(174,170,189)
#9F9BAC
(159,155,172)
#908C9B
(144,140,155)
#817D8A
(129,125,138)
#726E79
(114,110,121)
#635F68
(99,95,104)
#545057
(84,80,87)
#454146
(69,65,70)
#363235
(54,50,53)
#272324
(39,35,36)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEAABD

#AEAABD
(174,170,189)
#B5B1C3
(181,177,195)
#BCB8C9
(188,184,201)
#C3BFCF
(195,191,207)
#CAC6D5
(202,198,213)
#D1CDDB
(209,205,219)
#D8D4E1
(216,212,225)
#DFDBE7
(223,219,231)
#E6E2ED
(230,226,237)
#EDE9F3
(237,233,243)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAABD; }

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

This text font color is #AEAABD.

Background Color

.myBgColor { background-color: #AEAABD; }

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

This div background color is #AEAABD.

Border color

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

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

This div border color is #AEAABD.

Opacity

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

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

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

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

This text has shadow with #AEAABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAABD.

Preview

Color preview on black background

This text has color #AEAABD on black background.


Color preview on white background

This text has color #AEAABD on white background.


Black color preview on #AEAABD background

This text has black color on #AEAABD background.


White color preview on #AEAABD background

This text has white color on #AEAABD background.


Related colors

Complementary color

Complementary color for #hex is #515542.


I love getcolorcode.com

Triadic colors

1 #BDAEAA and #AABDAE with #AEAABD are triadic colors.

2 #BDAAAE and #AAAEBD with #AEAABD are triadic colors.