COLOR #EEE3D4

HEX: #EEE3D4
RGB: (238,227,212)

Color info

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

RGB color model

#EEE3D4 color RGB value is (238,227,212).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 212 of 255 = 83%

238
227
212

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 212 = 677 (100%)
R 238 of 677 ~ 35.16%
G 227 of 677 ~ 33.53%
B 212 of 677 ~ 31.31%

%35.16
%33.53
%31.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 10.92%
  • key color value is 6.67%
CMYK:
(0,5,11,7)
C0M5Y11K7 
(0%,5%,11%,7%)
(0.00/0.05/0.11/0.07)	

CMYK percentages

%0
%4.62
%10.92
%6.67

Codes

Color #EEE3D4 in popluar color models

EEE3D4
RGB238227212
HSL35°43.33%88.24%
HSB/HSV35°10.92%93.33%
CMYK0.00%4.62%10.92%
6.67%

Color #EEE3D4 in popluar number systems.

HEXEEE3D4
Decimal238227212
Binary111011101110001111010100
Octal356343324

Shades and tints

Shades of #EEE3D4

#EEE3D4
(238,227,212)
#D9CFC1
(217,207,193)
#C4BBAE
(196,187,174)
#AFA79B
(175,167,155)
#9A9388
(154,147,136)
#857F75
(133,127,117)
#706B62
(112,107,98)
#5B574F
(91,87,79)
#46433C
(70,67,60)
#312F29
(49,47,41)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #EEE3D4

#EEE3D4
(238,227,212)
#EFE5D7
(239,229,215)
#F0E7DA
(240,231,218)
#F1E9DD
(241,233,221)
#F2EBE0
(242,235,224)
#F3EDE3
(243,237,227)
#F4EFE6
(244,239,230)
#F5F1E9
(245,241,233)
#F6F3EC
(246,243,236)
#F7F5EF
(247,245,239)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3D4; }

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

This text font color is #EEE3D4.


Background Color

.myBgColor { background-color: #EEE3D4; }

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

This div background color is #EEE3D4.


Border color

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

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

This div border color is #EEE3D4.


Opacity

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

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

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

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

This text has shadow with #EEE3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3D4 on black background.


Color preview on white background

This text has color #EEE3D4 on white background.



Black color preview on #EEE3D4 background

This text has black color on #EEE3D4 background.


White color preview on #EEE3D4 background

This text has white color on #EEE3D4 background.