COLOR #EEDFD3

HEX: #EEDFD3
RGB: (238,223,211)

Color info

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

RGB color model

#EEDFD3 color RGB value is (238,223,211).

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

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 211 of 255 = 83%

238
223
211

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

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 211 = 672 (100%)
R 238 of 672 ~ 35.42%
G 223 of 672 ~ 33.18%
B 211 of 672 ~ 31.4%

%35.42
%33.18
%31.4

CMYK color model

#EEDFD3 color CMYK value is (0,6,11,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 11.34%
  • key color value is 6.67%
CMYK:
(0,6,11,7)
C0M6Y11K7 
(0%,6%,11%,7%)
(0.00/0.06/0.11/0.07)	

CMYK percentages

%0
%6.3
%11.34
%6.67

Codes

Color #EEDFD3 in popluar color models

EEDFD3
RGB238223211
HSL27°44.26%88.04%
HSB/HSV27°11.34%93.33%
CMYK0.00%6.30%11.34%
6.67%

Color #EEDFD3 in popluar number systems.

HEXEEDFD3
Decimal238223211
Binary111011101101111111010011
Octal356337323

Shades and tints

Shades of #EEDFD3

#EEDFD3
(238,223,211)
#D9CBC0
(217,203,192)
#C4B7AD
(196,183,173)
#AFA39A
(175,163,154)
#9A8F87
(154,143,135)
#857B74
(133,123,116)
#706761
(112,103,97)
#5B534E
(91,83,78)
#463F3B
(70,63,59)
#312B28
(49,43,40)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EEDFD3

#EEDFD3
(238,223,211)
#EFE1D7
(239,225,215)
#F0E3DB
(240,227,219)
#F1E5DF
(241,229,223)
#F2E7E3
(242,231,227)
#F3E9E7
(243,233,231)
#F4EBEB
(244,235,235)
#F5EDEF
(245,237,239)
#F6EFF3
(246,239,243)
#F7F1F7
(247,241,247)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFD3; }

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

This text font color is #EEDFD3.


Background Color

.myBgColor { background-color: #EEDFD3; }

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

This div background color is #EEDFD3.


Border color

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

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

This div border color is #EEDFD3.


Opacity

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

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

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

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

This text has shadow with #EEDFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFD3 on black background.


Color preview on white background

This text has color #EEDFD3 on white background.



Black color preview on #EEDFD3 background

This text has black color on #EEDFD3 background.


White color preview on #EEDFD3 background

This text has white color on #EEDFD3 background.