COLOR #EED0D0

HEX: #EED0D0
RGB: (238,208,208)

Color info

#EED0D0 contains red, green and blue colors in about the same proportion. Web safe color of #EED0D0 is #FFCCCC (or #FCC).

RGB color model

#EED0D0 color RGB value is (238,208,208).

  • red value is 238;
  • green value is 208;
  • blue value is 208.
RGB:
(238,208,208)
(93%,82%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 208 of 255 = 82%
B 208 of 255 = 82%

238
208
208

R + G + B ~ 86%. #EED0D0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 208 + 208 = 654 (100%)
R 238 of 654 ~ 36.39%
G 208 of 654 ~ 31.8%
B 208 of 654 ~ 31.8%

%36.39
%31.8
%31.8

CMYK color model

#EED0D0 color CMYK value is (0,13,13,7).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(0,13,13,7)
C0M13Y13K7 
(0%,13%,13%,7%)
(0.00/0.13/0.13/0.07)	

CMYK percentages

%0
%12.61
%12.61
%6.67

Codes

Color #EED0D0 in popluar color models

EED0D0
RGB238208208
HSL46.88%87.45%
HSB/HSV12.61%93.33%
CMYK0.00%12.61%12.61%
6.67%

Color #EED0D0 in popluar number systems.

HEXEED0D0
Decimal238208208
Binary111011101101000011010000
Octal356320320

Shades and tints

Shades of #EED0D0

#EED0D0
(238,208,208)
#D9BEBE
(217,190,190)
#C4ACAC
(196,172,172)
#AF9A9A
(175,154,154)
#9A8888
(154,136,136)
#857676
(133,118,118)
#706464
(112,100,100)
#5B5252
(91,82,82)
#464040
(70,64,64)
#312E2E
(49,46,46)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #EED0D0

#EED0D0
(238,208,208)
#EFD4D4
(239,212,212)
#F0D8D8
(240,216,216)
#F1DCDC
(241,220,220)
#F2E0E0
(242,224,224)
#F3E4E4
(243,228,228)
#F4E8E8
(244,232,232)
#F5ECEC
(245,236,236)
#F6F0F0
(246,240,240)
#F7F4F4
(247,244,244)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED0D0 color. Also use rgb(238,208,208) instead hex code.

Text Font Color

.myTextColor { color: #EED0D0; }

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

This text font color is #EED0D0.


Background Color

.myBgColor { background-color: #EED0D0; }

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

This div background color is #EED0D0.


Border color

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

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

This div border color is #EED0D0.


Opacity

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

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

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

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

This text has shadow with #EED0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED0D0 on black background.


Color preview on white background

This text has color #EED0D0 on white background.



Black color preview on #EED0D0 background

This text has black color on #EED0D0 background.


White color preview on #EED0D0 background

This text has white color on #EED0D0 background.