COLOR #EEDFD2

HEX: #EEDFD2
RGB: (238,223,210)

Color info

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

RGB color model

#EEDFD2 color RGB value is (238,223,210).

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

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 210 of 255 = 82%

238
223
210

R + G + B ~ 87%. #EEDFD2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 210 = 671 (100%)
R 238 of 671 ~ 35.47%
G 223 of 671 ~ 33.23%
B 210 of 671 ~ 31.3%

%35.47
%33.23
%31.3

CMYK color model

#EEDFD2 color CMYK value is (0,6,12,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,6,12,7)
C0M6Y12K7 
(0%,6%,12%,7%)
(0.00/0.06/0.12/0.07)	

CMYK percentages

%0
%6.3
%11.76
%6.67

Codes

Color #EEDFD2 in popluar color models

EEDFD2
RGB238223210
HSL28°45.16%87.84%
HSB/HSV28°11.76%93.33%
CMYK0.00%6.30%11.76%
6.67%

Color #EEDFD2 in popluar number systems.

HEXEEDFD2
Decimal238223210
Binary111011101101111111010010
Octal356337322

Shades and tints

Shades of #EEDFD2

#EEDFD2
(238,223,210)
#D9CBBF
(217,203,191)
#C4B7AC
(196,183,172)
#AFA399
(175,163,153)
#9A8F86
(154,143,134)
#857B73
(133,123,115)
#706760
(112,103,96)
#5B534D
(91,83,77)
#463F3A
(70,63,58)
#312B27
(49,43,39)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EEDFD2

#EEDFD2
(238,223,210)
#EFE1D6
(239,225,214)
#F0E3DA
(240,227,218)
#F1E5DE
(241,229,222)
#F2E7E2
(242,231,226)
#F3E9E6
(243,233,230)
#F4EBEA
(244,235,234)
#F5EDEE
(245,237,238)
#F6EFF2
(246,239,242)
#F7F1F6
(247,241,246)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFD2; }

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

This text font color is #EEDFD2.


Background Color

.myBgColor { background-color: #EEDFD2; }

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

This div background color is #EEDFD2.


Border color

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

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

This div border color is #EEDFD2.


Opacity

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

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

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

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

This text has shadow with #EEDFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFD2 on black background.


Color preview on white background

This text has color #EEDFD2 on white background.



Black color preview on #EEDFD2 background

This text has black color on #EEDFD2 background.


White color preview on #EEDFD2 background

This text has white color on #EEDFD2 background.