COLOR #E08D8D

HEX: #E08D8D
RGB: (224,141,141)

Color info

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

RGB color model

#E08D8D color RGB value is (224,141,141).

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

RGB channels and saturation

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

224
141
141

R + G + B ~ 66%. #E08D8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 141 + 141 = 506 (100%)
R 224 of 506 ~ 44.27%
G 141 of 506 ~ 27.87%
B 141 of 506 ~ 27.87%

%44.27
%27.87
%27.87

CMYK color model

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

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

CMYK percentages

%0
%37.05
%37.05
%12.16

Codes

Color #E08D8D in popluar color models

E08D8D
RGB224141141
HSL57.24%71.57%
HSB/HSV37.05%87.84%
CMYK0.00%37.05%37.05%
12.16%

Color #E08D8D in popluar number systems.

HEXE08D8D
Decimal224141141
Binary111000001000110110001101
Octal340215215

Shades and tints

Shades of #E08D8D

#E08D8D
(224,141,141)
#CC8181
(204,129,129)
#B87575
(184,117,117)
#A46969
(164,105,105)
#905D5D
(144,93,93)
#7C5151
(124,81,81)
#684545
(104,69,69)
#543939
(84,57,57)
#402D2D
(64,45,45)
#2C2121
(44,33,33)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #E08D8D

#E08D8D
(224,141,141)
#E29797
(226,151,151)
#E4A1A1
(228,161,161)
#E6ABAB
(230,171,171)
#E8B5B5
(232,181,181)
#EABFBF
(234,191,191)
#ECC9C9
(236,201,201)
#EED3D3
(238,211,211)
#F0DDDD
(240,221,221)
#F2E7E7
(242,231,231)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08D8D; }

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

This text font color is #E08D8D.


Background Color

.myBgColor { background-color: #E08D8D; }

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

This div background color is #E08D8D.


Border color

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

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

This div border color is #E08D8D.


Opacity

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

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

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

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

This text has shadow with #E08D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08D8D on black background.


Color preview on white background

This text has color #E08D8D on white background.



Black color preview on #E08D8D background

This text has black color on #E08D8D background.


White color preview on #E08D8D background

This text has white color on #E08D8D background.