COLOR #EEE7EF

HEX: #EEE7EF
RGB: (238,231,239)

Color info

#EEE7EF contains red, green and blue colors in about the same proportion. Web safe color of #EEE7EF is #FFFFFF (or #FFF).

RGB color model

#EEE7EF color RGB value is (238,231,239).

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

RGB channels and saturation

R 238 of 255 = 93%
G 231 of 255 = 91%
B 239 of 255 = 94%

238
231
239

R + G + B ~ 93%. #EEE7EF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 231 + 239 = 708 (100%)
R 238 of 708 ~ 33.62%
G 231 of 708 ~ 32.63%
B 239 of 708 ~ 33.76%

%33.62
%32.63
%33.76

CMYK color model

#EEE7EF color CMYK value is (0,3,0,6).

  • cyan value is 0.42%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,3,0,6)
C0M3Y0K6 
(0%,3%,0%,6%)
(0.00/0.03/0.00/0.06)	

CMYK percentages

%0.42
%3.35
%0
%6.27

Codes

Color #EEE7EF in popluar color models

EEE7EF
RGB238231239
HSL293°20.00%92.16%
HSB/HSV293°3.35%93.73%
CMYK0.42%3.35%0.00%
6.27%

Color #EEE7EF in popluar number systems.

HEXEEE7EF
Decimal238231239
Binary111011101110011111101111
Octal356347357

Shades and tints

Shades of #EEE7EF

#EEE7EF
(238,231,239)
#D9D2DA
(217,210,218)
#C4BDC5
(196,189,197)
#AFA8B0
(175,168,176)
#9A939B
(154,147,155)
#857E86
(133,126,134)
#706971
(112,105,113)
#5B545C
(91,84,92)
#463F47
(70,63,71)
#312A32
(49,42,50)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #EEE7EF

#EEE7EF
(238,231,239)
#EFE9F0
(239,233,240)
#F0EBF1
(240,235,241)
#F1EDF2
(241,237,242)
#F2EFF3
(242,239,243)
#F3F1F4
(243,241,244)
#F4F3F5
(244,243,245)
#F5F5F6
(245,245,246)
#F6F7F7
(246,247,247)
#F7F9F8
(247,249,248)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE7EF; }

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

This text font color is #EEE7EF.


Background Color

.myBgColor { background-color: #EEE7EF; }

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

This div background color is #EEE7EF.


Border color

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

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

This div border color is #EEE7EF.


Opacity

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

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

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

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

This text has shadow with #EEE7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE7EF on black background.


Color preview on white background

This text has color #EEE7EF on white background.



Black color preview on #EEE7EF background

This text has black color on #EEE7EF background.


White color preview on #EEE7EF background

This text has white color on #EEE7EF background.