COLOR #E097A6

HEX: #E097A6
RGB: (224,151,166)

Color info

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

RGB color model

#E097A6 color RGB value is (224,151,166).

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

RGB channels and saturation

R 224 of 255 = 88%
G 151 of 255 = 59%
B 166 of 255 = 65%

224
151
166

R + G + B ~ 71%. #E097A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 151 + 166 = 541 (100%)
R 224 of 541 ~ 41.4%
G 151 of 541 ~ 27.91%
B 166 of 541 ~ 30.68%

%41.4
%27.91
%30.68

CMYK color model

#E097A6 color CMYK value is (0,33,26,12).

  • cyan value is 0.00%
  • magenta value is 32.59%
  • yellow value is 25.89%
  • key color value is 12.16%
CMYK:
(0,33,26,12)
C0M33Y26K12 
(0%,33%,26%,12%)
(0.00/0.33/0.26/0.12)	

CMYK percentages

%0
%32.59
%25.89
%12.16

Codes

Color #E097A6 in popluar color models

E097A6
RGB224151166
HSL348°54.07%73.53%
HSB/HSV348°32.59%87.84%
CMYK0.00%32.59%25.89%
12.16%

Color #E097A6 in popluar number systems.

HEXE097A6
Decimal224151166
Binary111000001001011110100110
Octal340227246

Shades and tints

Shades of #E097A6

#E097A6
(224,151,166)
#CC8A97
(204,138,151)
#B87D88
(184,125,136)
#A47079
(164,112,121)
#90636A
(144,99,106)
#7C565B
(124,86,91)
#68494C
(104,73,76)
#543C3D
(84,60,61)
#402F2E
(64,47,46)
#2C221F
(44,34,31)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #E097A6

#E097A6
(224,151,166)
#E2A0AE
(226,160,174)
#E4A9B6
(228,169,182)
#E6B2BE
(230,178,190)
#E8BBC6
(232,187,198)
#EAC4CE
(234,196,206)
#ECCDD6
(236,205,214)
#EED6DE
(238,214,222)
#F0DFE6
(240,223,230)
#F2E8EE
(242,232,238)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E097A6; }

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

This text font color is #E097A6.


Background Color

.myBgColor { background-color: #E097A6; }

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

This div background color is #E097A6.


Border color

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

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

This div border color is #E097A6.


Opacity

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

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

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

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

This text has shadow with #E097A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E097A6 on black background.


Color preview on white background

This text has color #E097A6 on white background.



Black color preview on #E097A6 background

This text has black color on #E097A6 background.


White color preview on #E097A6 background

This text has white color on #E097A6 background.