COLOR #EEDCE3

HEX: #EEDCE3
RGB: (238,220,227)

Color info

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

RGB color model

#EEDCE3 color RGB value is (238,220,227).

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

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 227 of 255 = 89%

238
220
227

R + G + B ~ 89%. #EEDCE3 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 227 = 685 (100%)
R 238 of 685 ~ 34.74%
G 220 of 685 ~ 32.12%
B 227 of 685 ~ 33.14%

%34.74
%32.12
%33.14

CMYK color model

#EEDCE3 color CMYK value is (0,8,5,7).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 4.62%
  • key color value is 6.67%
CMYK:
(0,8,5,7)
C0M8Y5K7 
(0%,8%,5%,7%)
(0.00/0.08/0.05/0.07)	

CMYK percentages

%0
%7.56
%4.62
%6.67

Codes

Color #EEDCE3 in popluar color models

EEDCE3
RGB238220227
HSL337°34.62%89.80%
HSB/HSV337°7.56%93.33%
CMYK0.00%7.56%4.62%
6.67%

Color #EEDCE3 in popluar number systems.

HEXEEDCE3
Decimal238220227
Binary111011101101110011100011
Octal356334343

Shades and tints

Shades of #EEDCE3

#EEDCE3
(238,220,227)
#D9C8CF
(217,200,207)
#C4B4BB
(196,180,187)
#AFA0A7
(175,160,167)
#9A8C93
(154,140,147)
#85787F
(133,120,127)
#70646B
(112,100,107)
#5B5057
(91,80,87)
#463C43
(70,60,67)
#31282F
(49,40,47)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #EEDCE3

#EEDCE3
(238,220,227)
#EFDFE5
(239,223,229)
#F0E2E7
(240,226,231)
#F1E5E9
(241,229,233)
#F2E8EB
(242,232,235)
#F3EBED
(243,235,237)
#F4EEEF
(244,238,239)
#F5F1F1
(245,241,241)
#F6F4F3
(246,244,243)
#F7F7F5
(247,247,245)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCE3; }

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

This text font color is #EEDCE3.


Background Color

.myBgColor { background-color: #EEDCE3; }

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

This div background color is #EEDCE3.


Border color

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

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

This div border color is #EEDCE3.


Opacity

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

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

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

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

This text has shadow with #EEDCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCE3 on black background.


Color preview on white background

This text has color #EEDCE3 on white background.



Black color preview on #EEDCE3 background

This text has black color on #EEDCE3 background.


White color preview on #EEDCE3 background

This text has white color on #EEDCE3 background.