COLOR #E09E97

HEX: #E09E97
RGB: (224,158,151)

Color info

#E09E97 contains mainly red color. Web safe color of #E09E97 is #CC9999 (or #C99).

RGB color model

#E09E97 color RGB value is (224,158,151).

  • red value is 224;
  • green value is 158;
  • blue value is 151.
RGB:
(224,158,151)
(88%,62%,59%)

RGB channels and saturation

R 224 of 255 = 88%
G 158 of 255 = 62%
B 151 of 255 = 59%

224
158
151

R + G + B ~ 70%. #E09E97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 158 + 151 = 533 (100%)
R 224 of 533 ~ 42.03%
G 158 of 533 ~ 29.64%
B 151 of 533 ~ 28.33%

%42.03
%29.64
%28.33

CMYK color model

#E09E97 color CMYK value is (0,29,33,12).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 32.59%
  • key color value is 12.16%
CMYK:
(0,29,33,12)
C0M29Y33K12 
(0%,29%,33%,12%)
(0.00/0.29/0.33/0.12)	

CMYK percentages

%0
%29.46
%32.59
%12.16

Codes

Color #E09E97 in popluar color models

E09E97
RGB224158151
HSL54.07%73.53%
HSB/HSV32.59%87.84%
CMYK0.00%29.46%32.59%
12.16%

Color #E09E97 in popluar number systems.

HEXE09E97
Decimal224158151
Binary111000001001111010010111
Octal340236227

Shades and tints

Shades of #E09E97

#E09E97
(224,158,151)
#CC908A
(204,144,138)
#B8827D
(184,130,125)
#A47470
(164,116,112)
#906663
(144,102,99)
#7C5856
(124,88,86)
#684A49
(104,74,73)
#543C3C
(84,60,60)
#402E2F
(64,46,47)
#2C2022
(44,32,34)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #E09E97

#E09E97
(224,158,151)
#E2A6A0
(226,166,160)
#E4AEA9
(228,174,169)
#E6B6B2
(230,182,178)
#E8BEBB
(232,190,187)
#EAC6C4
(234,198,196)
#ECCECD
(236,206,205)
#EED6D6
(238,214,214)
#F0DEDF
(240,222,223)
#F2E6E8
(242,230,232)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09E97 color. Also use rgb(224,158,151) instead hex code.

Text Font Color

.myTextColor { color: #E09E97; }

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

This text font color is #E09E97.


Background Color

.myBgColor { background-color: #E09E97; }

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

This div background color is #E09E97.


Border color

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

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

This div border color is #E09E97.


Opacity

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

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

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

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

This text has shadow with #E09E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09E97 on black background.


Color preview on white background

This text has color #E09E97 on white background.



Black color preview on #E09E97 background

This text has black color on #E09E97 background.


White color preview on #E09E97 background

This text has white color on #E09E97 background.