COLOR #EEDED3

HEX: #EEDED3
RGB: (238,222,211)

Color info

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

RGB color model

#EEDED3 color RGB value is (238,222,211).

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

RGB channels and saturation

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

238
222
211

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

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 211 = 671 (100%)
R 238 of 671 ~ 35.47%
G 222 of 671 ~ 33.08%
B 211 of 671 ~ 31.45%

%35.47
%33.08
%31.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 11.34%
  • key color value is 6.67%
CMYK:
(0,7,11,7)
C0M7Y11K7 
(0%,7%,11%,7%)
(0.00/0.07/0.11/0.07)	

CMYK percentages

%0
%6.72
%11.34
%6.67

Codes

Color #EEDED3 in popluar color models

EEDED3
RGB238222211
HSL24°44.26%88.04%
HSB/HSV24°11.34%93.33%
CMYK0.00%6.72%11.34%
6.67%

Color #EEDED3 in popluar number systems.

HEXEEDED3
Decimal238222211
Binary111011101101111011010011
Octal356336323

Shades and tints

Shades of #EEDED3

#EEDED3
(238,222,211)
#D9CAC0
(217,202,192)
#C4B6AD
(196,182,173)
#AFA29A
(175,162,154)
#9A8E87
(154,142,135)
#857A74
(133,122,116)
#706661
(112,102,97)
#5B524E
(91,82,78)
#463E3B
(70,62,59)
#312A28
(49,42,40)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EEDED3

#EEDED3
(238,222,211)
#EFE1D7
(239,225,215)
#F0E4DB
(240,228,219)
#F1E7DF
(241,231,223)
#F2EAE3
(242,234,227)
#F3EDE7
(243,237,231)
#F4F0EB
(244,240,235)
#F5F3EF
(245,243,239)
#F6F6F3
(246,246,243)
#F7F9F7
(247,249,247)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDED3; }

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

This text font color is #EEDED3.


Background Color

.myBgColor { background-color: #EEDED3; }

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

This div background color is #EEDED3.


Border color

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

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

This div border color is #EEDED3.


Opacity

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

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

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

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

This text has shadow with #EEDED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDED3 on black background.


Color preview on white background

This text has color #EEDED3 on white background.



Black color preview on #EEDED3 background

This text has black color on #EEDED3 background.


White color preview on #EEDED3 background

This text has white color on #EEDED3 background.