COLOR #E0AEBA

HEX: #E0AEBA
RGB: (224,174,186)

Color info

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

RGB color model

#E0AEBA color RGB value is (224,174,186).

  • red value is 224;
  • green value is 174;
  • blue value is 186.
RGB:
(224,174,186)
(88%,68%,73%)

RGB channels and saturation

R 224 of 255 = 88%
G 174 of 255 = 68%
B 186 of 255 = 73%

224
174
186

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

Portions of RGB colors in percentages

R + G + B =
224 + 174 + 186 = 584 (100%)
R 224 of 584 ~ 38.36%
G 174 of 584 ~ 29.79%
B 186 of 584 ~ 31.85%

%38.36
%29.79
%31.85

CMYK color model

#E0AEBA color CMYK value is (0,22,17,12).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 16.96%
  • key color value is 12.16%
CMYK:
(0,22,17,12)
C0M22Y17K12 
(0%,22%,17%,12%)
(0.00/0.22/0.17/0.12)	

CMYK percentages

%0
%22.32
%16.96
%12.16

Codes

Color #E0AEBA in popluar color models

E0AEBA
RGB224174186
HSL346°44.64%78.04%
HSB/HSV346°22.32%87.84%
CMYK0.00%22.32%16.96%
12.16%

Color #E0AEBA in popluar number systems.

HEXE0AEBA
Decimal224174186
Binary111000001010111010111010
Octal340256272

Shades and tints

Shades of #E0AEBA

#E0AEBA
(224,174,186)
#CC9FAA
(204,159,170)
#B8909A
(184,144,154)
#A4818A
(164,129,138)
#90727A
(144,114,122)
#7C636A
(124,99,106)
#68545A
(104,84,90)
#54454A
(84,69,74)
#40363A
(64,54,58)
#2C272A
(44,39,42)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #E0AEBA

#E0AEBA
(224,174,186)
#E2B5C0
(226,181,192)
#E4BCC6
(228,188,198)
#E6C3CC
(230,195,204)
#E8CAD2
(232,202,210)
#EAD1D8
(234,209,216)
#ECD8DE
(236,216,222)
#EEDFE4
(238,223,228)
#F0E6EA
(240,230,234)
#F2EDF0
(242,237,240)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0AEBA; }

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

This text font color is #E0AEBA.


Background Color

.myBgColor { background-color: #E0AEBA; }

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

This div background color is #E0AEBA.


Border color

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

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

This div border color is #E0AEBA.


Opacity

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

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

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

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

This text has shadow with #E0AEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AEBA on black background.


Color preview on white background

This text has color #E0AEBA on white background.



Black color preview on #E0AEBA background

This text has black color on #E0AEBA background.


White color preview on #E0AEBA background

This text has white color on #E0AEBA background.