COLOR #E09CAA

HEX: #E09CAA
RGB: (224,156,170)

Color info

#E09CAA contains mainly red and blue colors. Web safe color of #E09CAA is #CC9999 (or #C99).

RGB color model

#E09CAA color RGB value is (224,156,170).

  • red value is 224;
  • green value is 156;
  • blue value is 170.
RGB:
(224,156,170)
(88%,61%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 156 of 255 = 61%
B 170 of 255 = 67%

224
156
170

R + G + B ~ 72%. #E09CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 156 + 170 = 550 (100%)
R 224 of 550 ~ 40.73%
G 156 of 550 ~ 28.36%
B 170 of 550 ~ 30.91%

%40.73
%28.36
%30.91

CMYK color model

#E09CAA color CMYK value is (0,30,24,12).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(0,30,24,12)
C0M30Y24K12 
(0%,30%,24%,12%)
(0.00/0.30/0.24/0.12)	

CMYK percentages

%0
%30.36
%24.11
%12.16

Codes

Color #E09CAA in popluar color models

E09CAA
RGB224156170
HSL348°52.31%74.51%
HSB/HSV348°30.36%87.84%
CMYK0.00%30.36%24.11%
12.16%

Color #E09CAA in popluar number systems.

HEXE09CAA
Decimal224156170
Binary111000001001110010101010
Octal340234252

Shades and tints

Shades of #E09CAA

#E09CAA
(224,156,170)
#CC8E9B
(204,142,155)
#B8808C
(184,128,140)
#A4727D
(164,114,125)
#90646E
(144,100,110)
#7C565F
(124,86,95)
#684850
(104,72,80)
#543A41
(84,58,65)
#402C32
(64,44,50)
#2C1E23
(44,30,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #E09CAA

#E09CAA
(224,156,170)
#E2A5B1
(226,165,177)
#E4AEB8
(228,174,184)
#E6B7BF
(230,183,191)
#E8C0C6
(232,192,198)
#EAC9CD
(234,201,205)
#ECD2D4
(236,210,212)
#EEDBDB
(238,219,219)
#F0E4E2
(240,228,226)
#F2EDE9
(242,237,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09CAA color. Also use rgb(224,156,170) instead hex code.

Text Font Color

.myTextColor { color: #E09CAA; }

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

This text font color is #E09CAA.


Background Color

.myBgColor { background-color: #E09CAA; }

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

This div background color is #E09CAA.


Border color

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

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

This div border color is #E09CAA.


Opacity

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

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

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

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

This text has shadow with #E09CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09CAA on black background.


Color preview on white background

This text has color #E09CAA on white background.



Black color preview on #E09CAA background

This text has black color on #E09CAA background.


White color preview on #E09CAA background

This text has white color on #E09CAA background.