COLOR #AE7BBD

HEX: #AE7BBD
RGB: (174,123,189)

Color info

#AE7BBD contains mainly red and blue colors. Web safe color of #AE7BBD is #9966CC (or #96C).

RGB color model

#AE7BBD color RGB value is (174,123,189).

  • red value is 174;
  • green value is 123;
  • blue value is 189.
RGB:
(174,123,189)
(68%,48%,74%)

RGB channels and saturation

R 174 of 255 = 68%
G 123 of 255 = 48%
B 189 of 255 = 74%

174
123
189

R + G + B ~ 63%. #AE7BBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 123 + 189 = 486 (100%)
R 174 of 486 ~ 35.8%
G 123 of 486 ~ 25.31%
B 189 of 486 ~ 38.89%

%35.8
%25.31
%38.89

CMYK color model

#AE7BBD color CMYK value is (8,35,0,26).

  • cyan value is 7.94%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,35,0,26)
C8M35Y0K26 
(8%,35%,0%,26%)
(0.08/0.35/0.00/0.26)	

CMYK percentages

%7.94
%34.92
%0
%25.88

Codes

Color #AE7BBD in popluar color models

AE7BBD
RGB174123189
HSL286°33.33%61.18%
HSB/HSV286°34.92%74.12%
CMYK7.94%34.92%0.00%
25.88%

Color #AE7BBD in popluar number systems.

HEXAE7BBD
Decimal174123189
Binary10101110111101110111101
Octal256173275

Shades and tints

Shades of #AE7BBD

#AE7BBD
(174,123,189)
#9F70AC
(159,112,172)
#90659B
(144,101,155)
#815A8A
(129,90,138)
#724F79
(114,79,121)
#634468
(99,68,104)
#543957
(84,57,87)
#452E46
(69,46,70)
#362335
(54,35,53)
#271824
(39,24,36)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #AE7BBD

#AE7BBD
(174,123,189)
#B587C3
(181,135,195)
#BC93C9
(188,147,201)
#C39FCF
(195,159,207)
#CAABD5
(202,171,213)
#D1B7DB
(209,183,219)
#D8C3E1
(216,195,225)
#DFCFE7
(223,207,231)
#E6DBED
(230,219,237)
#EDE7F3
(237,231,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7BBD color. Also use rgb(174,123,189) instead hex code.

Text Font Color

.myTextColor { color: #AE7BBD; }

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

This text font color is #AE7BBD.


Background Color

.myBgColor { background-color: #AE7BBD; }

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

This div background color is #AE7BBD.


Border color

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

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

This div border color is #AE7BBD.


Opacity

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

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

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

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

This text has shadow with #AE7BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7BBD on black background.


Color preview on white background

This text has color #AE7BBD on white background.



Black color preview on #AE7BBD background

This text has black color on #AE7BBD background.


White color preview on #AE7BBD background

This text has white color on #AE7BBD background.