COLOR #E2AEB0

HEX: #E2AEB0 RGB: (226,174,176)

Color info

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

RGB color model

#E2AEB0 color RGB value is (226,174,176).

RGB: (226,174,176) (89%, 68%, 69%)

RGB channels and saturation

R 226 of 255 = 89%
G 174 of 255 = 68%
B 176 of 255 = 69%

226
174
176

R + G + B ~ 75%. #E2AEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 174 + 176 = 576 (100%)
R 226 of 576 ~ 39.24%
G 174 of 576 ~ 30.21%
B 176 of 576 ~ 30.56'%

%39.24
%30.21
%30.56

CMYK color model

#E2AEB0 color CMYK value is (0,23,22,11).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 22.12%
  • key color value is 11.37%

CMYK: (0,23,22,11)
C0M23Y22K11 (0%, 23%, 22%, 11%)
(0.00 / 0.23 / 0.22 / 0.11)

CMYK percentages

%0
%23.01
%22.12
%11.37

Codes

Color #E2AEB0 in popluar color models

E2 AE B0
RGB 226 174 176
HSL 358° 47.27% 78.43%
HSB/HSV 358° 23.01% 88.63%
CMYK 0.00% 23.01% 22.12%
11.37%

Color #E2AEB0 in popluar number systems.

HEX E2 AE B0
Decimal 226 174 176
Binary 11100010 10101110 10110000
Octal 342 256 260

Shades and tints

Shades of #E2AEB0

#E2AEB0
(226,174,176)
#CE9FA0
(206,159,160)
#BA9090
(186,144,144)
#A68180
(166,129,128)
#927270
(146,114,112)
#7E6360
(126,99,96)
#6A5450
(106,84,80)
#564540
(86,69,64)
#423630
(66,54,48)
#2E2720
(46,39,32)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #E2AEB0

#E2AEB0
(226,174,176)
#E4B5B7
(228,181,183)
#E6BCBE
(230,188,190)
#E8C3C5
(232,195,197)
#EACACC
(234,202,204)
#ECD1D3
(236,209,211)
#EED8DA
(238,216,218)
#F0DFE1
(240,223,225)
#F2E6E8
(242,230,232)
#F4EDEF
(244,237,239)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AEB0 color. Also use rgb(226,174,176) instead hex code.

Text Font Color

.myTextColor { color: #E2AEB0; }

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

This text font color is #E2AEB0.

Background Color

.myBgColor { background-color: #E2AEB0; }

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

This div background color is #E2AEB0.

Border color

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

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

This div border color is #E2AEB0.

Opacity

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

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

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

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

This text has shadow with #E2AEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AEB0.

Preview

Color preview on black background

This text has color #E2AEB0 on black background.


Color preview on white background

This text has color #E2AEB0 on white background.


Black color preview on #E2AEB0 background

This text has black color on #E2AEB0 background.


White color preview on #E2AEB0 background

This text has white color on #E2AEB0 background.


Related colors

Complementary color

Complementary color for #hex is #1D514F.


I love getcolorcode.com

Triadic colors

1 #B0E2AE and #AEB0E2 with #E2AEB0 are triadic colors.

2 #B0AEE2 and #AEE2B0 with #E2AEB0 are triadic colors.