COLOR #EEE3DA

HEX: #EEE3DA
RGB: (238,227,218)

Color info

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

RGB color model

#EEE3DA color RGB value is (238,227,218).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 218 of 255 = 85%

238
227
218

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 218 = 683 (100%)
R 238 of 683 ~ 34.85%
G 227 of 683 ~ 33.24%
B 218 of 683 ~ 31.92%

%34.85
%33.24
%31.92

CMYK color model

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

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

CMYK percentages

%0
%4.62
%8.4
%6.67

Codes

Color #EEE3DA in popluar color models

EEE3DA
RGB238227218
HSL27°37.04%89.41%
HSB/HSV27°8.40%93.33%
CMYK0.00%4.62%8.40%
6.67%

Color #EEE3DA in popluar number systems.

HEXEEE3DA
Decimal238227218
Binary111011101110001111011010
Octal356343332

Shades and tints

Shades of #EEE3DA

#EEE3DA
(238,227,218)
#D9CFC7
(217,207,199)
#C4BBB4
(196,187,180)
#AFA7A1
(175,167,161)
#9A938E
(154,147,142)
#857F7B
(133,127,123)
#706B68
(112,107,104)
#5B5755
(91,87,85)
#464342
(70,67,66)
#312F2F
(49,47,47)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EEE3DA

#EEE3DA
(238,227,218)
#EFE5DD
(239,229,221)
#F0E7E0
(240,231,224)
#F1E9E3
(241,233,227)
#F2EBE6
(242,235,230)
#F3EDE9
(243,237,233)
#F4EFEC
(244,239,236)
#F5F1EF
(245,241,239)
#F6F3F2
(246,243,242)
#F7F5F5
(247,245,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3DA; }

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

This text font color is #EEE3DA.


Background Color

.myBgColor { background-color: #EEE3DA; }

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

This div background color is #EEE3DA.


Border color

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

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

This div border color is #EEE3DA.


Opacity

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

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

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

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

This text has shadow with #EEE3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3DA on black background.


Color preview on white background

This text has color #EEE3DA on white background.



Black color preview on #EEE3DA background

This text has black color on #EEE3DA background.


White color preview on #EEE3DA background

This text has white color on #EEE3DA background.