COLOR #AE889B

HEX: #AE889B
RGB: (174,136,155)

Color info

#AE889B contains red, green and blue colors in about the same proportion. Web safe color of #AE889B is #999999 (or #999).

RGB color model

#AE889B color RGB value is (174,136,155).

  • red value is 174;
  • green value is 136;
  • blue value is 155.
RGB:
(174,136,155)
(68%,53%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 155 of 255 = 61%

174
136
155

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

Portions of RGB colors in percentages

R + G + B =
174 + 136 + 155 = 465 (100%)
R 174 of 465 ~ 37.42%
G 136 of 465 ~ 29.25%
B 155 of 465 ~ 33.33%

%37.42
%29.25
%33.33

CMYK color model

#AE889B color CMYK value is (0,22,11,32).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(0,22,11,32)
C0M22Y11K32 
(0%,22%,11%,32%)
(0.00/0.22/0.11/0.32)	

CMYK percentages

%0
%21.84
%10.92
%31.76

Codes

Color #AE889B in popluar color models

AE889B
RGB174136155
HSL330°19.00%60.78%
HSB/HSV330°21.84%68.24%
CMYK0.00%21.84%10.92%
31.76%

Color #AE889B in popluar number systems.

HEXAE889B
Decimal174136155
Binary101011101000100010011011
Octal256210233

Shades and tints

Shades of #AE889B

#AE889B
(174,136,155)
#9F7C8D
(159,124,141)
#90707F
(144,112,127)
#816471
(129,100,113)
#725863
(114,88,99)
#634C55
(99,76,85)
#544047
(84,64,71)
#453439
(69,52,57)
#36282B
(54,40,43)
#271C1D
(39,28,29)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AE889B

#AE889B
(174,136,155)
#B592A4
(181,146,164)
#BC9CAD
(188,156,173)
#C3A6B6
(195,166,182)
#CAB0BF
(202,176,191)
#D1BAC8
(209,186,200)
#D8C4D1
(216,196,209)
#DFCEDA
(223,206,218)
#E6D8E3
(230,216,227)
#EDE2EC
(237,226,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE889B color. Also use rgb(174,136,155) instead hex code.

Text Font Color

.myTextColor { color: #AE889B; }

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

This text font color is #AE889B.


Background Color

.myBgColor { background-color: #AE889B; }

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

This div background color is #AE889B.


Border color

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

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

This div border color is #AE889B.


Opacity

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

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

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

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

This text has shadow with #AE889B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE889B on black background.


Color preview on white background

This text has color #AE889B on white background.



Black color preview on #AE889B background

This text has black color on #AE889B background.


White color preview on #AE889B background

This text has white color on #AE889B background.