COLOR #EEE1E3

HEX: #EEE1E3
RGB: (238,225,227)

Color info

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

RGB color model

#EEE1E3 color RGB value is (238,225,227).

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

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 227 of 255 = 89%

238
225
227

R + G + B ~ 90%. #EEE1E3 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 227 = 690 (100%)
R 238 of 690 ~ 34.49%
G 225 of 690 ~ 32.61%
B 227 of 690 ~ 32.9%

%34.49
%32.61
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 4.62%
  • key color value is 6.67%
CMYK:
(0,5,5,7)
C0M5Y5K7 
(0%,5%,5%,7%)
(0.00/0.05/0.05/0.07)	

CMYK percentages

%0
%5.46
%4.62
%6.67

Codes

Color #EEE1E3 in popluar color models

EEE1E3
RGB238225227
HSL351°27.66%90.78%
HSB/HSV351°5.46%93.33%
CMYK0.00%5.46%4.62%
6.67%

Color #EEE1E3 in popluar number systems.

HEXEEE1E3
Decimal238225227
Binary111011101110000111100011
Octal356341343

Shades and tints

Shades of #EEE1E3

#EEE1E3
(238,225,227)
#D9CDCF
(217,205,207)
#C4B9BB
(196,185,187)
#AFA5A7
(175,165,167)
#9A9193
(154,145,147)
#857D7F
(133,125,127)
#70696B
(112,105,107)
#5B5557
(91,85,87)
#464143
(70,65,67)
#312D2F
(49,45,47)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #EEE1E3

#EEE1E3
(238,225,227)
#EFE3E5
(239,227,229)
#F0E5E7
(240,229,231)
#F1E7E9
(241,231,233)
#F2E9EB
(242,233,235)
#F3EBED
(243,235,237)
#F4EDEF
(244,237,239)
#F5EFF1
(245,239,241)
#F6F1F3
(246,241,243)
#F7F3F5
(247,243,245)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1E3; }

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

This text font color is #EEE1E3.


Background Color

.myBgColor { background-color: #EEE1E3; }

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

This div background color is #EEE1E3.


Border color

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

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

This div border color is #EEE1E3.


Opacity

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

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

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

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

This text has shadow with #EEE1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE1E3 on black background.


Color preview on white background

This text has color #EEE1E3 on white background.



Black color preview on #EEE1E3 background

This text has black color on #EEE1E3 background.


White color preview on #EEE1E3 background

This text has white color on #EEE1E3 background.