COLOR #E08DA7

HEX: #E08DA7
RGB: (224,141,167)

Color info

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

RGB color model

#E08DA7 color RGB value is (224,141,167).

  • red value is 224;
  • green value is 141;
  • blue value is 167.
RGB:
(224,141,167)
(88%,55%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 141 of 255 = 55%
B 167 of 255 = 65%

224
141
167

R + G + B ~ 69%. #E08DA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 141 + 167 = 532 (100%)
R 224 of 532 ~ 42.11%
G 141 of 532 ~ 26.5%
B 167 of 532 ~ 31.39%

%42.11
%26.5
%31.39

CMYK color model

#E08DA7 color CMYK value is (0,37,25,12).

  • cyan value is 0.00%
  • magenta value is 37.05%
  • yellow value is 25.45%
  • key color value is 12.16%
CMYK:
(0,37,25,12)
C0M37Y25K12 
(0%,37%,25%,12%)
(0.00/0.37/0.25/0.12)	

CMYK percentages

%0
%37.05
%25.45
%12.16

Codes

Color #E08DA7 in popluar color models

E08DA7
RGB224141167
HSL341°57.24%71.57%
HSB/HSV341°37.05%87.84%
CMYK0.00%37.05%25.45%
12.16%

Color #E08DA7 in popluar number systems.

HEXE08DA7
Decimal224141167
Binary111000001000110110100111
Octal340215247

Shades and tints

Shades of #E08DA7

#E08DA7
(224,141,167)
#CC8198
(204,129,152)
#B87589
(184,117,137)
#A4697A
(164,105,122)
#905D6B
(144,93,107)
#7C515C
(124,81,92)
#68454D
(104,69,77)
#54393E
(84,57,62)
#402D2F
(64,45,47)
#2C2120
(44,33,32)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #E08DA7

#E08DA7
(224,141,167)
#E297AF
(226,151,175)
#E4A1B7
(228,161,183)
#E6ABBF
(230,171,191)
#E8B5C7
(232,181,199)
#EABFCF
(234,191,207)
#ECC9D7
(236,201,215)
#EED3DF
(238,211,223)
#F0DDE7
(240,221,231)
#F2E7EF
(242,231,239)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08DA7 color. Also use rgb(224,141,167) instead hex code.

Text Font Color

.myTextColor { color: #E08DA7; }

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

This text font color is #E08DA7.


Background Color

.myBgColor { background-color: #E08DA7; }

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

This div background color is #E08DA7.


Border color

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

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

This div border color is #E08DA7.


Opacity

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

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

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

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

This text has shadow with #E08DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08DA7 on black background.


Color preview on white background

This text has color #E08DA7 on white background.



Black color preview on #E08DA7 background

This text has black color on #E08DA7 background.


White color preview on #E08DA7 background

This text has white color on #E08DA7 background.