COLOR #EEDCCF

HEX: #EEDCCF
RGB: (238,220,207)

Color info

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

RGB color model

#EEDCCF color RGB value is (238,220,207).

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

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 207 of 255 = 81%

238
220
207

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

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 207 = 665 (100%)
R 238 of 665 ~ 35.79%
G 220 of 665 ~ 33.08%
B 207 of 665 ~ 31.13%

%35.79
%33.08
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 13.03%
  • key color value is 6.67%
CMYK:
(0,8,13,7)
C0M8Y13K7 
(0%,8%,13%,7%)
(0.00/0.08/0.13/0.07)	

CMYK percentages

%0
%7.56
%13.03
%6.67

Codes

Color #EEDCCF in popluar color models

EEDCCF
RGB238220207
HSL25°47.69%87.25%
HSB/HSV25°13.03%93.33%
CMYK0.00%7.56%13.03%
6.67%

Color #EEDCCF in popluar number systems.

HEXEEDCCF
Decimal238220207
Binary111011101101110011001111
Octal356334317

Shades and tints

Shades of #EEDCCF

#EEDCCF
(238,220,207)
#D9C8BD
(217,200,189)
#C4B4AB
(196,180,171)
#AFA099
(175,160,153)
#9A8C87
(154,140,135)
#857875
(133,120,117)
#706463
(112,100,99)
#5B5051
(91,80,81)
#463C3F
(70,60,63)
#31282D
(49,40,45)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #EEDCCF

#EEDCCF
(238,220,207)
#EFDFD3
(239,223,211)
#F0E2D7
(240,226,215)
#F1E5DB
(241,229,219)
#F2E8DF
(242,232,223)
#F3EBE3
(243,235,227)
#F4EEE7
(244,238,231)
#F5F1EB
(245,241,235)
#F6F4EF
(246,244,239)
#F7F7F3
(247,247,243)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCCF; }

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

This text font color is #EEDCCF.


Background Color

.myBgColor { background-color: #EEDCCF; }

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

This div background color is #EEDCCF.


Border color

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

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

This div border color is #EEDCCF.


Opacity

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

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

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

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

This text has shadow with #EEDCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCCF on black background.


Color preview on white background

This text has color #EEDCCF on white background.



Black color preview on #EEDCCF background

This text has black color on #EEDCCF background.


White color preview on #EEDCCF background

This text has white color on #EEDCCF background.