COLOR #AE9BCD

HEX: #AE9BCD RGB: (174,155,205)

Color info

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

RGB color model

#AE9BCD color RGB value is (174,155,205).

RGB: (174,155,205) (68%, 61%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 205 of 255 = 80%

174
155
205

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

Portions of RGB colors in percentages

R + G + B = 174 + 155 + 205 = 534 (100%)
R 174 of 534 ~ 32.58%
G 155 of 534 ~ 29.03%
B 205 of 534 ~ 38.39'%

%32.58
%29.03
%38.39

CMYK color model

#AE9BCD color CMYK value is (15,24,0,20).

  • cyan value is 15.12%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (15,24,0,20)
C15M24Y0K20 (15%, 24%, 0%, 20%)
(0.15 / 0.24 / 0.00 / 0.20)

CMYK percentages

%15.12
%24.39
%0
%19.61

Codes

Color #AE9BCD in popluar color models

AE 9B CD
RGB 174 155 205
HSL 263° 33.33% 70.59%
HSB/HSV 263° 24.39% 80.39%
CMYK 15.12% 24.39% 0.00%
19.61%

Color #AE9BCD in popluar number systems.

HEX AE 9B CD
Decimal 174 155 205
Binary 10101110 10011011 11001101
Octal 256 233 315

Shades and tints

Shades of #AE9BCD

#AE9BCD
(174,155,205)
#9F8DBB
(159,141,187)
#907FA9
(144,127,169)
#817197
(129,113,151)
#726385
(114,99,133)
#635573
(99,85,115)
#544761
(84,71,97)
#45394F
(69,57,79)
#362B3D
(54,43,61)
#271D2B
(39,29,43)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #AE9BCD

#AE9BCD
(174,155,205)
#B5A4D1
(181,164,209)
#BCADD5
(188,173,213)
#C3B6D9
(195,182,217)
#CABFDD
(202,191,221)
#D1C8E1
(209,200,225)
#D8D1E5
(216,209,229)
#DFDAE9
(223,218,233)
#E6E3ED
(230,227,237)
#EDECF1
(237,236,241)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9BCD; }

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

This text font color is #AE9BCD.

Background Color

.myBgColor { background-color: #AE9BCD; }

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

This div background color is #AE9BCD.

Border color

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

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

This div border color is #AE9BCD.

Opacity

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

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

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

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

This text has shadow with #AE9BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9BCD.

Preview

Color preview on black background

This text has color #AE9BCD on black background.


Color preview on white background

This text has color #AE9BCD on white background.


Black color preview on #AE9BCD background

This text has black color on #AE9BCD background.


White color preview on #AE9BCD background

This text has white color on #AE9BCD background.


Related colors

Complementary color

Complementary color for #hex is #516432.


I love getcolorcode.com

Triadic colors

1 #CDAE9B and #9BCDAE with #AE9BCD are triadic colors.

2 #CD9BAE and #9BAECD with #AE9BCD are triadic colors.