COLOR #AE9BD3

HEX: #AE9BD3
RGB: (174,155,211)

Color info

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

RGB color model

#AE9BD3 color RGB value is (174,155,211).

  • red value is 174;
  • green value is 155;
  • blue value is 211.
RGB:
(174,155,211)
(68%,61%,83%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 211 of 255 = 83%

174
155
211

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

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 211 = 540 (100%)
R 174 of 540 ~ 32.22%
G 155 of 540 ~ 28.7%
B 211 of 540 ~ 39.07%

%32.22
%28.7
%39.07

CMYK color model

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

  • cyan value is 17.54%
  • magenta value is 26.54%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(18,27,0,17)
C18M27Y0K17 
(18%,27%,0%,17%)
(0.18/0.27/0.00/0.17)	

CMYK percentages

%17.54
%26.54
%0
%17.25

Codes

Color #AE9BD3 in popluar color models

AE9BD3
RGB174155211
HSL260°38.89%71.76%
HSB/HSV260°26.54%82.75%
CMYK17.54%26.54%0.00%
17.25%

Color #AE9BD3 in popluar number systems.

HEXAE9BD3
Decimal174155211
Binary101011101001101111010011
Octal256233323

Shades and tints

Shades of #AE9BD3

#AE9BD3
(174,155,211)
#9F8DC0
(159,141,192)
#907FAD
(144,127,173)
#81719A
(129,113,154)
#726387
(114,99,135)
#635574
(99,85,116)
#544761
(84,71,97)
#45394E
(69,57,78)
#362B3B
(54,43,59)
#271D28
(39,29,40)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #AE9BD3

#AE9BD3
(174,155,211)
#B5A4D7
(181,164,215)
#BCADDB
(188,173,219)
#C3B6DF
(195,182,223)
#CABFE3
(202,191,227)
#D1C8E7
(209,200,231)
#D8D1EB
(216,209,235)
#DFDAEF
(223,218,239)
#E6E3F3
(230,227,243)
#EDECF7
(237,236,247)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9BD3; }

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

This text font color is #AE9BD3.


Background Color

.myBgColor { background-color: #AE9BD3; }

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

This div background color is #AE9BD3.


Border color

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

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

This div border color is #AE9BD3.


Opacity

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

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

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

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

This text has shadow with #AE9BD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9BD3 on black background.


Color preview on white background

This text has color #AE9BD3 on white background.



Black color preview on #AE9BD3 background

This text has black color on #AE9BD3 background.


White color preview on #AE9BD3 background

This text has white color on #AE9BD3 background.