COLOR #AE8CBC

HEX: #AE8CBC
RGB: (174,140,188)

Color info

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

RGB color model

#AE8CBC color RGB value is (174,140,188).

  • red value is 174;
  • green value is 140;
  • blue value is 188.
RGB:
(174,140,188)
(68%,55%,74%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 188 of 255 = 74%

174
140
188

R + G + B ~ 66%. #AE8CBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 188 = 502 (100%)
R 174 of 502 ~ 34.66%
G 140 of 502 ~ 27.89%
B 188 of 502 ~ 37.45%

%34.66
%27.89
%37.45

CMYK color model

#AE8CBC color CMYK value is (7,26,0,26).

  • cyan value is 7.45%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,26,0,26)
C7M26Y0K26 
(7%,26%,0%,26%)
(0.07/0.26/0.00/0.26)	

CMYK percentages

%7.45
%25.53
%0
%26.27

Codes

Color #AE8CBC in popluar color models

AE8CBC
RGB174140188
HSL283°26.37%64.31%
HSB/HSV283°25.53%73.73%
CMYK7.45%25.53%0.00%
26.27%

Color #AE8CBC in popluar number systems.

HEXAE8CBC
Decimal174140188
Binary101011101000110010111100
Octal256214274

Shades and tints

Shades of #AE8CBC

#AE8CBC
(174,140,188)
#9F80AB
(159,128,171)
#90749A
(144,116,154)
#816889
(129,104,137)
#725C78
(114,92,120)
#635067
(99,80,103)
#544456
(84,68,86)
#453845
(69,56,69)
#362C34
(54,44,52)
#272023
(39,32,35)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AE8CBC

#AE8CBC
(174,140,188)
#B596C2
(181,150,194)
#BCA0C8
(188,160,200)
#C3AACE
(195,170,206)
#CAB4D4
(202,180,212)
#D1BEDA
(209,190,218)
#D8C8E0
(216,200,224)
#DFD2E6
(223,210,230)
#E6DCEC
(230,220,236)
#EDE6F2
(237,230,242)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8CBC color. Also use rgb(174,140,188) instead hex code.

Text Font Color

.myTextColor { color: #AE8CBC; }

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

This text font color is #AE8CBC.


Background Color

.myBgColor { background-color: #AE8CBC; }

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

This div background color is #AE8CBC.


Border color

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

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

This div border color is #AE8CBC.


Opacity

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

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

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

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

This text has shadow with #AE8CBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8CBC on black background.


Color preview on white background

This text has color #AE8CBC on white background.



Black color preview on #AE8CBC background

This text has black color on #AE8CBC background.


White color preview on #AE8CBC background

This text has white color on #AE8CBC background.