COLOR #EEDED2

HEX: #EEDED2
RGB: (238,222,210)

Color info

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

RGB color model

#EEDED2 color RGB value is (238,222,210).

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

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 210 of 255 = 82%

238
222
210

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

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 210 = 670 (100%)
R 238 of 670 ~ 35.52%
G 222 of 670 ~ 33.13%
B 210 of 670 ~ 31.34%

%35.52
%33.13
%31.34

CMYK color model

#EEDED2 color CMYK value is (0,7,12,7).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,7,12,7)
C0M7Y12K7 
(0%,7%,12%,7%)
(0.00/0.07/0.12/0.07)	

CMYK percentages

%0
%6.72
%11.76
%6.67

Codes

Color #EEDED2 in popluar color models

EEDED2
RGB238222210
HSL26°45.16%87.84%
HSB/HSV26°11.76%93.33%
CMYK0.00%6.72%11.76%
6.67%

Color #EEDED2 in popluar number systems.

HEXEEDED2
Decimal238222210
Binary111011101101111011010010
Octal356336322

Shades and tints

Shades of #EEDED2

#EEDED2
(238,222,210)
#D9CABF
(217,202,191)
#C4B6AC
(196,182,172)
#AFA299
(175,162,153)
#9A8E86
(154,142,134)
#857A73
(133,122,115)
#706660
(112,102,96)
#5B524D
(91,82,77)
#463E3A
(70,62,58)
#312A27
(49,42,39)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #EEDED2

#EEDED2
(238,222,210)
#EFE1D6
(239,225,214)
#F0E4DA
(240,228,218)
#F1E7DE
(241,231,222)
#F2EAE2
(242,234,226)
#F3EDE6
(243,237,230)
#F4F0EA
(244,240,234)
#F5F3EE
(245,243,238)
#F6F6F2
(246,246,242)
#F7F9F6
(247,249,246)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDED2; }

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

This text font color is #EEDED2.


Background Color

.myBgColor { background-color: #EEDED2; }

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

This div background color is #EEDED2.


Border color

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

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

This div border color is #EEDED2.


Opacity

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

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

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

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

This text has shadow with #EEDED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDED2 on black background.


Color preview on white background

This text has color #EEDED2 on white background.



Black color preview on #EEDED2 background

This text has black color on #EEDED2 background.


White color preview on #EEDED2 background

This text has white color on #EEDED2 background.