COLOR #AE7BA8

HEX: #AE7BA8
RGB: (174,123,168)

Color info

#AE7BA8 contains red, green and blue colors in about the same proportion. Web safe color of #AE7BA8 is #996699 (or #969).

RGB color model

#AE7BA8 color RGB value is (174,123,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 123 of 255 = 48%
B 168 of 255 = 66%

174
123
168

R + G + B ~ 61%. #AE7BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 123 + 168 = 465 (100%)
R 174 of 465 ~ 37.42%
G 123 of 465 ~ 26.45%
B 168 of 465 ~ 36.13%

%37.42
%26.45
%36.13

CMYK color model

#AE7BA8 color CMYK value is (0,29,3,32).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(0,29,3,32)
C0M29Y3K32 
(0%,29%,3%,32%)
(0.00/0.29/0.03/0.32)	

CMYK percentages

%0
%29.31
%3.45
%31.76

Codes

Color #AE7BA8 in popluar color models

AE7BA8
RGB174123168
HSL307°23.94%58.24%
HSB/HSV307°29.31%68.24%
CMYK0.00%29.31%3.45%
31.76%

Color #AE7BA8 in popluar number systems.

HEXAE7BA8
Decimal174123168
Binary10101110111101110101000
Octal256173250

Shades and tints

Shades of #AE7BA8

#AE7BA8
(174,123,168)
#9F7099
(159,112,153)
#90658A
(144,101,138)
#815A7B
(129,90,123)
#724F6C
(114,79,108)
#63445D
(99,68,93)
#54394E
(84,57,78)
#452E3F
(69,46,63)
#362330
(54,35,48)
#271821
(39,24,33)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #AE7BA8

#AE7BA8
(174,123,168)
#B587AF
(181,135,175)
#BC93B6
(188,147,182)
#C39FBD
(195,159,189)
#CAABC4
(202,171,196)
#D1B7CB
(209,183,203)
#D8C3D2
(216,195,210)
#DFCFD9
(223,207,217)
#E6DBE0
(230,219,224)
#EDE7E7
(237,231,231)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7BA8; }

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

This text font color is #AE7BA8.


Background Color

.myBgColor { background-color: #AE7BA8; }

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

This div background color is #AE7BA8.


Border color

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

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

This div border color is #AE7BA8.


Opacity

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

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

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

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

This text has shadow with #AE7BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7BA8 on black background.


Color preview on white background

This text has color #AE7BA8 on white background.



Black color preview on #AE7BA8 background

This text has black color on #AE7BA8 background.


White color preview on #AE7BA8 background

This text has white color on #AE7BA8 background.