COLOR #EEE6D6

HEX: #EEE6D6
RGB: (238,230,214)

Color info

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

RGB color model

#EEE6D6 color RGB value is (238,230,214).

  • red value is 238;
  • green value is 230;
  • blue value is 214.
RGB:
(238,230,214)
(93%,90%,84%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 214 of 255 = 84%

238
230
214

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

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 214 = 682 (100%)
R 238 of 682 ~ 34.9%
G 230 of 682 ~ 33.72%
B 214 of 682 ~ 31.38%

%34.9
%33.72
%31.38

CMYK color model

#EEE6D6 color CMYK value is (0,3,10,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(0,3,10,7)
C0M3Y10K7 
(0%,3%,10%,7%)
(0.00/0.03/0.10/0.07)	

CMYK percentages

%0
%3.36
%10.08
%6.67

Codes

Color #EEE6D6 in popluar color models

EEE6D6
RGB238230214
HSL40°41.38%88.63%
HSB/HSV40°10.08%93.33%
CMYK0.00%3.36%10.08%
6.67%

Color #EEE6D6 in popluar number systems.

HEXEEE6D6
Decimal238230214
Binary111011101110011011010110
Octal356346326

Shades and tints

Shades of #EEE6D6

#EEE6D6
(238,230,214)
#D9D2C3
(217,210,195)
#C4BEB0
(196,190,176)
#AFAA9D
(175,170,157)
#9A968A
(154,150,138)
#858277
(133,130,119)
#706E64
(112,110,100)
#5B5A51
(91,90,81)
#46463E
(70,70,62)
#31322B
(49,50,43)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #EEE6D6

#EEE6D6
(238,230,214)
#EFE8D9
(239,232,217)
#F0EADC
(240,234,220)
#F1ECDF
(241,236,223)
#F2EEE2
(242,238,226)
#F3F0E5
(243,240,229)
#F4F2E8
(244,242,232)
#F5F4EB
(245,244,235)
#F6F6EE
(246,246,238)
#F7F8F1
(247,248,241)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE6D6 color. Also use rgb(238,230,214) instead hex code.

Text Font Color

.myTextColor { color: #EEE6D6; }

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

This text font color is #EEE6D6.


Background Color

.myBgColor { background-color: #EEE6D6; }

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

This div background color is #EEE6D6.


Border color

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

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

This div border color is #EEE6D6.


Opacity

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

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

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

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

This text has shadow with #EEE6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6D6 on black background.


Color preview on white background

This text has color #EEE6D6 on white background.



Black color preview on #EEE6D6 background

This text has black color on #EEE6D6 background.


White color preview on #EEE6D6 background

This text has white color on #EEE6D6 background.