COLOR #AEA8CD

HEX: #AEA8CD RGB: (174,168,205)

Color info

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

RGB color model

#AEA8CD color RGB value is (174,168,205).

RGB: (174,168,205) (68%, 66%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 205 of 255 = 80%

174
168
205

R + G + B ~ 71%. #AEA8CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 205 = 547 (100%)
R 174 of 547 ~ 31.81%
G 168 of 547 ~ 30.71%
B 205 of 547 ~ 37.48'%

%31.81
%30.71
%37.48

CMYK color model

#AEA8CD color CMYK value is (15,18,0,20).

  • cyan value is 15.12%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (15,18,0,20) C15M18Y0K20 (15%,18%,0%,20%) (0.15/0.18/0.00/0.20) 

CMYK percentages

%15.12
%18.05
%0
%19.61

Codes

Color #AEA8CD in popluar color models

AE A8 CD
RGB 174 168 205
HSL 250° 27.01% 73.14%
HSB/HSV 250° 18.05% 80.39%
CMYK 15.12% 18.05% 0.00%
19.61%

Color #AEA8CD in popluar number systems.

HEX AE A8 CD
Decimal 174 168 205
Binary 10101110 10101000 11001101
Octal 256 250 315

Shades and tints

Shades of #AEA8CD

#AEA8CD
(174,168,205)
#9F99BB
(159,153,187)
#908AA9
(144,138,169)
#817B97
(129,123,151)
#726C85
(114,108,133)
#635D73
(99,93,115)
#544E61
(84,78,97)
#453F4F
(69,63,79)
#36303D
(54,48,61)
#27212B
(39,33,43)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #AEA8CD

#AEA8CD
(174,168,205)
#B5AFD1
(181,175,209)
#BCB6D5
(188,182,213)
#C3BDD9
(195,189,217)
#CAC4DD
(202,196,221)
#D1CBE1
(209,203,225)
#D8D2E5
(216,210,229)
#DFD9E9
(223,217,233)
#E6E0ED
(230,224,237)
#EDE7F1
(237,231,241)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8CD; }

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

This text font color is #AEA8CD.

Background Color

.myBgColor { background-color: #AEA8CD; }

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

This div background color is #AEA8CD.

Border color

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

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

This div border color is #AEA8CD.

Opacity

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

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

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

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

This text has shadow with #AEA8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA8CD.

Preview

Color preview on black background

This text has color #AEA8CD on black background.


Color preview on white background

This text has color #AEA8CD on white background.


Black color preview on #AEA8CD background

This text has black color on #AEA8CD background.


White color preview on #AEA8CD background

This text has white color on #AEA8CD background.


Related colors

Complementary color

Complementary color for #hex is #515732.


I love getcolorcode.com

Triadic colors

1 #CDAEA8 and #A8CDAE with #AEA8CD are triadic colors.

2 #CDA8AE and #A8AECD with #AEA8CD are triadic colors.