COLOR #E5AEB2

HEX: #E5AEB2 RGB: (229,174,178)

Color info

#E5AEB2 contains red, green and blue colors in about the same proportion. Web safe color of #E5AEB2 is #CC9999 (or #C99).

RGB color model

#E5AEB2 color RGB value is (229,174,178).

RGB: (229,174,178) (90%, 68%, 70%)

RGB channels and saturation

R 229 of 255 = 90%
G 174 of 255 = 68%
B 178 of 255 = 70%

229
174
178

R + G + B ~ 76%. #E5AEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 174 + 178 = 581 (100%)
R 229 of 581 ~ 39.41%
G 174 of 581 ~ 29.95%
B 178 of 581 ~ 30.64'%

%39.41
%29.95
%30.64

CMYK color model

#E5AEB2 color CMYK value is (0,24,22,10).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 22.27%
  • key color value is 10.20%

CMYK: (0,24,22,10)
C0M24Y22K10 (0%, 24%, 22%, 10%)
(0.00 / 0.24 / 0.22 / 0.10)

CMYK percentages

%0
%24.02
%22.27
%10.2

Codes

Color #E5AEB2 in popluar color models

E5 AE B2
RGB 229 174 178
HSL 356° 51.40% 79.02%
HSB/HSV 356° 24.02% 89.80%
CMYK 0.00% 24.02% 22.27%
10.20%

Color #E5AEB2 in popluar number systems.

HEX E5 AE B2
Decimal 229 174 178
Binary 11100101 10101110 10110010
Octal 345 256 262

Shades and tints

Shades of #E5AEB2

#E5AEB2
(229,174,178)
#D19FA2
(209,159,162)
#BD9092
(189,144,146)
#A98182
(169,129,130)
#957272
(149,114,114)
#816362
(129,99,98)
#6D5452
(109,84,82)
#594542
(89,69,66)
#453632
(69,54,50)
#312722
(49,39,34)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #E5AEB2

#E5AEB2
(229,174,178)
#E7B5B9
(231,181,185)
#E9BCC0
(233,188,192)
#EBC3C7
(235,195,199)
#EDCACE
(237,202,206)
#EFD1D5
(239,209,213)
#F1D8DC
(241,216,220)
#F3DFE3
(243,223,227)
#F5E6EA
(245,230,234)
#F7EDF1
(247,237,241)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AEB2 color. Also use rgb(229,174,178) instead hex code.

Text Font Color

.myTextColor { color: #E5AEB2; }

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

This text font color is #E5AEB2.

Background Color

.myBgColor { background-color: #E5AEB2; }

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

This div background color is #E5AEB2.

Border color

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

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

This div border color is #E5AEB2.

Opacity

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

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

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

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

This text has shadow with #E5AEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AEB2.

Preview

Color preview on black background

This text has color #E5AEB2 on black background.


Color preview on white background

This text has color #E5AEB2 on white background.


Black color preview on #E5AEB2 background

This text has black color on #E5AEB2 background.


White color preview on #E5AEB2 background

This text has white color on #E5AEB2 background.


Related colors

Complementary color

Complementary color for #hex is #1A514D.


I love getcolorcode.com

Triadic colors

1 #B2E5AE and #AEB2E5 with #E5AEB2 are triadic colors.

2 #B2AEE5 and #AEE5B2 with #E5AEB2 are triadic colors.