COLOR #AE8CBE

HEX: #AE8CBE
RGB: (174,140,190)

Color info

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

RGB color model

#AE8CBE color RGB value is (174,140,190).

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

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 190 of 255 = 75%

174
140
190

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

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 190 = 504 (100%)
R 174 of 504 ~ 34.52%
G 140 of 504 ~ 27.78%
B 190 of 504 ~ 37.7%

%34.52
%27.78
%37.7

CMYK color model

#AE8CBE color CMYK value is (8,26,0,25).

  • cyan value is 8.42%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,26,0,25)
C8M26Y0K25 
(8%,26%,0%,25%)
(0.08/0.26/0.00/0.25)	

CMYK percentages

%8.42
%26.32
%0
%25.49

Codes

Color #AE8CBE in popluar color models

AE8CBE
RGB174140190
HSL281°27.78%64.71%
HSB/HSV281°26.32%74.51%
CMYK8.42%26.32%0.00%
25.49%

Color #AE8CBE in popluar number systems.

HEXAE8CBE
Decimal174140190
Binary101011101000110010111110
Octal256214276

Shades and tints

Shades of #AE8CBE

#AE8CBE
(174,140,190)
#9F80AD
(159,128,173)
#90749C
(144,116,156)
#81688B
(129,104,139)
#725C7A
(114,92,122)
#635069
(99,80,105)
#544458
(84,68,88)
#453847
(69,56,71)
#362C36
(54,44,54)
#272025
(39,32,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AE8CBE

#AE8CBE
(174,140,190)
#B596C3
(181,150,195)
#BCA0C8
(188,160,200)
#C3AACD
(195,170,205)
#CAB4D2
(202,180,210)
#D1BED7
(209,190,215)
#D8C8DC
(216,200,220)
#DFD2E1
(223,210,225)
#E6DCE6
(230,220,230)
#EDE6EB
(237,230,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8CBE; }

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

This text font color is #AE8CBE.


Background Color

.myBgColor { background-color: #AE8CBE; }

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

This div background color is #AE8CBE.


Border color

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

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

This div border color is #AE8CBE.


Opacity

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

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

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

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

This text has shadow with #AE8CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8CBE on black background.


Color preview on white background

This text has color #AE8CBE on white background.



Black color preview on #AE8CBE background

This text has black color on #AE8CBE background.


White color preview on #AE8CBE background

This text has white color on #AE8CBE background.