COLOR #EEE3E8

HEX: #EEE3E8
RGB: (238,227,232)

Color info

#EEE3E8 contains red, green and blue colors in about the same proportion. Web safe color of #EEE3E8 is #FFCCFF (or #FCF).

RGB color model

#EEE3E8 color RGB value is (238,227,232).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 232 of 255 = 91%

238
227
232

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 232 = 697 (100%)
R 238 of 697 ~ 34.15%
G 227 of 697 ~ 32.57%
B 232 of 697 ~ 33.29%

%34.15
%32.57
%33.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(0,5,3,7)
C0M5Y3K7 
(0%,5%,3%,7%)
(0.00/0.05/0.03/0.07)	

CMYK percentages

%0
%4.62
%2.52
%6.67

Codes

Color #EEE3E8 in popluar color models

EEE3E8
RGB238227232
HSL333°24.44%91.18%
HSB/HSV333°4.62%93.33%
CMYK0.00%4.62%2.52%
6.67%

Color #EEE3E8 in popluar number systems.

HEXEEE3E8
Decimal238227232
Binary111011101110001111101000
Octal356343350

Shades and tints

Shades of #EEE3E8

#EEE3E8
(238,227,232)
#D9CFD3
(217,207,211)
#C4BBBE
(196,187,190)
#AFA7A9
(175,167,169)
#9A9394
(154,147,148)
#857F7F
(133,127,127)
#706B6A
(112,107,106)
#5B5755
(91,87,85)
#464340
(70,67,64)
#312F2B
(49,47,43)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #EEE3E8

#EEE3E8
(238,227,232)
#EFE5EA
(239,229,234)
#F0E7EC
(240,231,236)
#F1E9EE
(241,233,238)
#F2EBF0
(242,235,240)
#F3EDF2
(243,237,242)
#F4EFF4
(244,239,244)
#F5F1F6
(245,241,246)
#F6F3F8
(246,243,248)
#F7F5FA
(247,245,250)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3E8; }

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

This text font color is #EEE3E8.


Background Color

.myBgColor { background-color: #EEE3E8; }

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

This div background color is #EEE3E8.


Border color

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

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

This div border color is #EEE3E8.


Opacity

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

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

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

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

This text has shadow with #EEE3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3E8 on black background.


Color preview on white background

This text has color #EEE3E8 on white background.



Black color preview on #EEE3E8 background

This text has black color on #EEE3E8 background.


White color preview on #EEE3E8 background

This text has white color on #EEE3E8 background.