COLOR #EEDFCF

HEX: #EEDFCF
RGB: (238,223,207)

Color info

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

RGB color model

#EEDFCF color RGB value is (238,223,207).

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

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 207 of 255 = 81%

238
223
207

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

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 207 = 668 (100%)
R 238 of 668 ~ 35.63%
G 223 of 668 ~ 33.38%
B 207 of 668 ~ 30.99%

%35.63
%33.38
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 13.03%
  • key color value is 6.67%
CMYK:
(0,6,13,7)
C0M6Y13K7 
(0%,6%,13%,7%)
(0.00/0.06/0.13/0.07)	

CMYK percentages

%0
%6.3
%13.03
%6.67

Codes

Color #EEDFCF in popluar color models

EEDFCF
RGB238223207
HSL31°47.69%87.25%
HSB/HSV31°13.03%93.33%
CMYK0.00%6.30%13.03%
6.67%

Color #EEDFCF in popluar number systems.

HEXEEDFCF
Decimal238223207
Binary111011101101111111001111
Octal356337317

Shades and tints

Shades of #EEDFCF

#EEDFCF
(238,223,207)
#D9CBBD
(217,203,189)
#C4B7AB
(196,183,171)
#AFA399
(175,163,153)
#9A8F87
(154,143,135)
#857B75
(133,123,117)
#706763
(112,103,99)
#5B5351
(91,83,81)
#463F3F
(70,63,63)
#312B2D
(49,43,45)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #EEDFCF

#EEDFCF
(238,223,207)
#EFE1D3
(239,225,211)
#F0E3D7
(240,227,215)
#F1E5DB
(241,229,219)
#F2E7DF
(242,231,223)
#F3E9E3
(243,233,227)
#F4EBE7
(244,235,231)
#F5EDEB
(245,237,235)
#F6EFEF
(246,239,239)
#F7F1F3
(247,241,243)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFCF; }

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

This text font color is #EEDFCF.


Background Color

.myBgColor { background-color: #EEDFCF; }

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

This div background color is #EEDFCF.


Border color

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

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

This div border color is #EEDFCF.


Opacity

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

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

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

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

This text has shadow with #EEDFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFCF on black background.


Color preview on white background

This text has color #EEDFCF on white background.



Black color preview on #EEDFCF background

This text has black color on #EEDFCF background.


White color preview on #EEDFCF background

This text has white color on #EEDFCF background.