COLOR #EED7E0

HEX: #EED7E0
RGB: (238,215,224)

Color info

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

RGB color model

#EED7E0 color RGB value is (238,215,224).

  • red value is 238;
  • green value is 215;
  • blue value is 224.
RGB:
(238,215,224)
(93%,84%,88%)

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 224 of 255 = 88%

238
215
224

R + G + B ~ 88%. #EED7E0 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 215 + 224 = 677 (100%)
R 238 of 677 ~ 35.16%
G 215 of 677 ~ 31.76%
B 224 of 677 ~ 33.09%

%35.16
%31.76
%33.09

CMYK color model

#EED7E0 color CMYK value is (0,10,6,7).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 5.88%
  • key color value is 6.67%
CMYK:
(0,10,6,7)
C0M10Y6K7 
(0%,10%,6%,7%)
(0.00/0.10/0.06/0.07)	

CMYK percentages

%0
%9.66
%5.88
%6.67

Codes

Color #EED7E0 in popluar color models

EED7E0
RGB238215224
HSL337°40.35%88.82%
HSB/HSV337°9.66%93.33%
CMYK0.00%9.66%5.88%
6.67%

Color #EED7E0 in popluar number systems.

HEXEED7E0
Decimal238215224
Binary111011101101011111100000
Octal356327340

Shades and tints

Shades of #EED7E0

#EED7E0
(238,215,224)
#D9C4CC
(217,196,204)
#C4B1B8
(196,177,184)
#AF9EA4
(175,158,164)
#9A8B90
(154,139,144)
#85787C
(133,120,124)
#706568
(112,101,104)
#5B5254
(91,82,84)
#463F40
(70,63,64)
#312C2C
(49,44,44)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #EED7E0

#EED7E0
(238,215,224)
#EFDAE2
(239,218,226)
#F0DDE4
(240,221,228)
#F1E0E6
(241,224,230)
#F2E3E8
(242,227,232)
#F3E6EA
(243,230,234)
#F4E9EC
(244,233,236)
#F5ECEE
(245,236,238)
#F6EFF0
(246,239,240)
#F7F2F2
(247,242,242)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED7E0; }

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

This text font color is #EED7E0.


Background Color

.myBgColor { background-color: #EED7E0; }

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

This div background color is #EED7E0.


Border color

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

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

This div border color is #EED7E0.


Opacity

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

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

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

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

This text has shadow with #EED7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED7E0 on black background.


Color preview on white background

This text has color #EED7E0 on white background.



Black color preview on #EED7E0 background

This text has black color on #EED7E0 background.


White color preview on #EED7E0 background

This text has white color on #EED7E0 background.