COLOR #EEECE1

HEX: #EEECE1
RGB: (238,236,225)

Color info

#EEECE1 contains red, green and blue colors in about the same proportion. Web safe color of #EEECE1 is #FFFFCC (or #FFC).

RGB color model

#EEECE1 color RGB value is (238,236,225).

  • red value is 238;
  • green value is 236;
  • blue value is 225.
RGB:
(238,236,225)
(93%,93%,88%)

RGB channels and saturation

R 238 of 255 = 93%
G 236 of 255 = 93%
B 225 of 255 = 88%

238
236
225

R + G + B ~ 91%. #EEECE1 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 236 + 225 = 699 (100%)
R 238 of 699 ~ 34.05%
G 236 of 699 ~ 33.76%
B 225 of 699 ~ 32.19%

%34.05
%33.76
%32.19

CMYK color model

#EEECE1 color CMYK value is (0,1,5,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(0,1,5,7)
C0M1Y5K7 
(0%,1%,5%,7%)
(0.00/0.01/0.05/0.07)	

CMYK percentages

%0
%0.84
%5.46
%6.67

Codes

Color #EEECE1 in popluar color models

EEECE1
RGB238236225
HSL51°27.66%90.78%
HSB/HSV51°5.46%93.33%
CMYK0.00%0.84%5.46%
6.67%

Color #EEECE1 in popluar number systems.

HEXEEECE1
Decimal238236225
Binary111011101110110011100001
Octal356354341

Shades and tints

Shades of #EEECE1

#EEECE1
(238,236,225)
#D9D7CD
(217,215,205)
#C4C2B9
(196,194,185)
#AFADA5
(175,173,165)
#9A9891
(154,152,145)
#85837D
(133,131,125)
#706E69
(112,110,105)
#5B5955
(91,89,85)
#464441
(70,68,65)
#312F2D
(49,47,45)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #EEECE1

#EEECE1
(238,236,225)
#EFEDE3
(239,237,227)
#F0EEE5
(240,238,229)
#F1EFE7
(241,239,231)
#F2F0E9
(242,240,233)
#F3F1EB
(243,241,235)
#F4F2ED
(244,242,237)
#F5F3EF
(245,243,239)
#F6F4F1
(246,244,241)
#F7F5F3
(247,245,243)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEECE1 color. Also use rgb(238,236,225) instead hex code.

Text Font Color

.myTextColor { color: #EEECE1; }

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

This text font color is #EEECE1.


Background Color

.myBgColor { background-color: #EEECE1; }

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

This div background color is #EEECE1.


Border color

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

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

This div border color is #EEECE1.


Opacity

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

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

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

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

This text has shadow with #EEECE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEECE1 on black background.


Color preview on white background

This text has color #EEECE1 on white background.



Black color preview on #EEECE1 background

This text has black color on #EEECE1 background.


White color preview on #EEECE1 background

This text has white color on #EEECE1 background.