COLOR #EEE3D2

HEX: #EEE3D2
RGB: (238,227,210)

Color info

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

RGB color model

#EEE3D2 color RGB value is (238,227,210).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 210 of 255 = 82%

238
227
210

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 210 = 675 (100%)
R 238 of 675 ~ 35.26%
G 227 of 675 ~ 33.63%
B 210 of 675 ~ 31.11%

%35.26
%33.63
%31.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,5,12,7)
C0M5Y12K7 
(0%,5%,12%,7%)
(0.00/0.05/0.12/0.07)	

CMYK percentages

%0
%4.62
%11.76
%6.67

Codes

Color #EEE3D2 in popluar color models

EEE3D2
RGB238227210
HSL36°45.16%87.84%
HSB/HSV36°11.76%93.33%
CMYK0.00%4.62%11.76%
6.67%

Color #EEE3D2 in popluar number systems.

HEXEEE3D2
Decimal238227210
Binary111011101110001111010010
Octal356343322

Shades and tints

Shades of #EEE3D2

#EEE3D2
(238,227,210)
#D9CFBF
(217,207,191)
#C4BBAC
(196,187,172)
#AFA799
(175,167,153)
#9A9386
(154,147,134)
#857F73
(133,127,115)
#706B60
(112,107,96)
#5B574D
(91,87,77)
#46433A
(70,67,58)
#312F27
(49,47,39)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #EEE3D2

#EEE3D2
(238,227,210)
#EFE5D6
(239,229,214)
#F0E7DA
(240,231,218)
#F1E9DE
(241,233,222)
#F2EBE2
(242,235,226)
#F3EDE6
(243,237,230)
#F4EFEA
(244,239,234)
#F5F1EE
(245,241,238)
#F6F3F2
(246,243,242)
#F7F5F6
(247,245,246)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3D2; }

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

This text font color is #EEE3D2.


Background Color

.myBgColor { background-color: #EEE3D2; }

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

This div background color is #EEE3D2.


Border color

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

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

This div border color is #EEE3D2.


Opacity

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

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

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

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

This text has shadow with #EEE3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3D2 on black background.


Color preview on white background

This text has color #EEE3D2 on white background.



Black color preview on #EEE3D2 background

This text has black color on #EEE3D2 background.


White color preview on #EEE3D2 background

This text has white color on #EEE3D2 background.