COLOR #EEE3EF

HEX: #EEE3EF
RGB: (238,227,239)

Color info

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

RGB color model

#EEE3EF color RGB value is (238,227,239).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 239 of 255 = 94%

238
227
239

R + G + B ~ 92%. #EEE3EF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 239 = 704 (100%)
R 238 of 704 ~ 33.81%
G 227 of 704 ~ 32.24%
B 239 of 704 ~ 33.95%

%33.81
%32.24
%33.95

CMYK color model

#EEE3EF color CMYK value is (0,5,0,6).

  • cyan value is 0.42%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,5,0,6)
C0M5Y0K6 
(0%,5%,0%,6%)
(0.00/0.05/0.00/0.06)	

CMYK percentages

%0.42
%5.02
%0
%6.27

Codes

Color #EEE3EF in popluar color models

EEE3EF
RGB238227239
HSL295°27.27%91.37%
HSB/HSV295°5.02%93.73%
CMYK0.42%5.02%0.00%
6.27%

Color #EEE3EF in popluar number systems.

HEXEEE3EF
Decimal238227239
Binary111011101110001111101111
Octal356343357

Shades and tints

Shades of #EEE3EF

#EEE3EF
(238,227,239)
#D9CFDA
(217,207,218)
#C4BBC5
(196,187,197)
#AFA7B0
(175,167,176)
#9A939B
(154,147,155)
#857F86
(133,127,134)
#706B71
(112,107,113)
#5B575C
(91,87,92)
#464347
(70,67,71)
#312F32
(49,47,50)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #EEE3EF

#EEE3EF
(238,227,239)
#EFE5F0
(239,229,240)
#F0E7F1
(240,231,241)
#F1E9F2
(241,233,242)
#F2EBF3
(242,235,243)
#F3EDF4
(243,237,244)
#F4EFF5
(244,239,245)
#F5F1F6
(245,241,246)
#F6F3F7
(246,243,247)
#F7F5F8
(247,245,248)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3EF; }

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

This text font color is #EEE3EF.


Background Color

.myBgColor { background-color: #EEE3EF; }

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

This div background color is #EEE3EF.


Border color

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

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

This div border color is #EEE3EF.


Opacity

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

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

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

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

This text has shadow with #EEE3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3EF on black background.


Color preview on white background

This text has color #EEE3EF on white background.



Black color preview on #EEE3EF background

This text has black color on #EEE3EF background.


White color preview on #EEE3EF background

This text has white color on #EEE3EF background.