COLOR #AE7B8D

HEX: #AE7B8D
RGB: (174,123,141)

Color info

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

RGB color model

#AE7B8D color RGB value is (174,123,141).

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

RGB channels and saturation

R 174 of 255 = 68%
G 123 of 255 = 48%
B 141 of 255 = 55%

174
123
141

R + G + B ~ 57%. #AE7B8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 123 + 141 = 438 (100%)
R 174 of 438 ~ 39.73%
G 123 of 438 ~ 28.08%
B 141 of 438 ~ 32.19%

%39.73
%28.08
%32.19

CMYK color model

#AE7B8D color CMYK value is (0,29,19,32).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(0,29,19,32)
C0M29Y19K32 
(0%,29%,19%,32%)
(0.00/0.29/0.19/0.32)	

CMYK percentages

%0
%29.31
%18.97
%31.76

Codes

Color #AE7B8D in popluar color models

AE7B8D
RGB174123141
HSL339°23.94%58.24%
HSB/HSV339°29.31%68.24%
CMYK0.00%29.31%18.97%
31.76%

Color #AE7B8D in popluar number systems.

HEXAE7B8D
Decimal174123141
Binary10101110111101110001101
Octal256173215

Shades and tints

Shades of #AE7B8D

#AE7B8D
(174,123,141)
#9F7081
(159,112,129)
#906575
(144,101,117)
#815A69
(129,90,105)
#724F5D
(114,79,93)
#634451
(99,68,81)
#543945
(84,57,69)
#452E39
(69,46,57)
#36232D
(54,35,45)
#271821
(39,24,33)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #AE7B8D

#AE7B8D
(174,123,141)
#B58797
(181,135,151)
#BC93A1
(188,147,161)
#C39FAB
(195,159,171)
#CAABB5
(202,171,181)
#D1B7BF
(209,183,191)
#D8C3C9
(216,195,201)
#DFCFD3
(223,207,211)
#E6DBDD
(230,219,221)
#EDE7E7
(237,231,231)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7B8D; }

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

This text font color is #AE7B8D.


Background Color

.myBgColor { background-color: #AE7B8D; }

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

This div background color is #AE7B8D.


Border color

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

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

This div border color is #AE7B8D.


Opacity

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

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

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

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

This text has shadow with #AE7B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7B8D on black background.


Color preview on white background

This text has color #AE7B8D on white background.



Black color preview on #AE7B8D background

This text has black color on #AE7B8D background.


White color preview on #AE7B8D background

This text has white color on #AE7B8D background.