COLOR #E0AEBE

HEX: #E0AEBE RGB: (224,174,190)

Color info

#E0AEBE contains red, green and blue colors in about the same proportion. Web safe color of #E0AEBE is #CC99CC (or #C9C).

RGB color model

#E0AEBE color RGB value is (224,174,190).

RGB: (224,174,190) (88%, 68%, 75%)

RGB channels and saturation

R 224 of 255 = 88%
G 174 of 255 = 68%
B 190 of 255 = 75%

224
174
190

R + G + B ~ 77%. #E0AEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 174 + 190 = 588 (100%)
R 224 of 588 ~ 38.1%
G 174 of 588 ~ 29.59%
B 190 of 588 ~ 32.31'%

%38.1
%29.59
%32.31

CMYK color model

#E0AEBE color CMYK value is (0,22,15,12).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK: (0,22,15,12) C0M22Y15K12 (0%,22%,15%,12%) (0.00/0.22/0.15/0.12) 

CMYK percentages

%0
%22.32
%15.18
%12.16

Codes

Color #E0AEBE in popluar color models

E0 AE BE
RGB 224 174 190
HSL 341° 44.64% 78.04%
HSB/HSV 341° 22.32% 87.84%
CMYK 0.00% 22.32% 15.18%
12.16%

Color #E0AEBE in popluar number systems.

HEX E0 AE BE
Decimal 224 174 190
Binary 11100000 10101110 10111110
Octal 340 256 276

Shades and tints

Shades of #E0AEBE

#E0AEBE
(224,174,190)
#CC9FAD
(204,159,173)
#B8909C
(184,144,156)
#A4818B
(164,129,139)
#90727A
(144,114,122)
#7C6369
(124,99,105)
#685458
(104,84,88)
#544547
(84,69,71)
#403636
(64,54,54)
#2C2725
(44,39,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0AEBE

#E0AEBE
(224,174,190)
#E2B5C3
(226,181,195)
#E4BCC8
(228,188,200)
#E6C3CD
(230,195,205)
#E8CAD2
(232,202,210)
#EAD1D7
(234,209,215)
#ECD8DC
(236,216,220)
#EEDFE1
(238,223,225)
#F0E6E6
(240,230,230)
#F2EDEB
(242,237,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AEBE color. Also use rgb(224,174,190) instead hex code.

Text Font Color

.myTextColor { color: #E0AEBE; }

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

This text font color is #E0AEBE.

Background Color

.myBgColor { background-color: #E0AEBE; }

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

This div background color is #E0AEBE.

Border color

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

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

This div border color is #E0AEBE.

Opacity

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

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

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

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

This text has shadow with #E0AEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0AEBE.

Preview

Color preview on black background

This text has color #E0AEBE on black background.


Color preview on white background

This text has color #E0AEBE on white background.


Black color preview on #E0AEBE background

This text has black color on #E0AEBE background.


White color preview on #E0AEBE background

This text has white color on #E0AEBE background.


Related colors

Complementary color

Complementary color for #hex is #1F5141.


I love getcolorcode.com

Triadic colors

1 #BEE0AE and #AEBEE0 with #E0AEBE are triadic colors.

2 #BEAEE0 and #AEE0BE with #E0AEBE are triadic colors.