COLOR #EEE7F2

HEX: #EEE7F2 RGB: (238,231,242)

Color info

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

RGB color model

#EEE7F2 color RGB value is (238,231,242).

RGB: (238,231,242) (93%, 91%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 231 of 255 = 91%
B 242 of 255 = 95%

238
231
242

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

Portions of RGB colors in percentages

R + G + B = 238 + 231 + 242 = 711 (100%)
R 238 of 711 ~ 33.47%
G 231 of 711 ~ 32.49%
B 242 of 711 ~ 34.04'%

%33.47
%32.49
%34.04

CMYK color model

#EEE7F2 color CMYK value is (2,5,0,5).

  • cyan value is 1.65%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (2,5,0,5)
C2M5Y0K5 (2%, 5%, 0%, 5%)
(0.02 / 0.05 / 0.00 / 0.05)

CMYK percentages

%1.65
%4.55
%0
%5.1

Codes

Color #EEE7F2 in popluar color models

EE E7 F2
RGB 238 231 242
HSL 278° 29.73% 92.75%
HSB/HSV 278° 4.55% 94.90%
CMYK 1.65% 4.55% 0.00%
5.10%

Color #EEE7F2 in popluar number systems.

HEX EE E7 F2
Decimal 238 231 242
Binary 11101110 11100111 11110010
Octal 356 347 362

Shades and tints

Shades of #EEE7F2

#EEE7F2
(238,231,242)
#D9D2DC
(217,210,220)
#C4BDC6
(196,189,198)
#AFA8B0
(175,168,176)
#9A939A
(154,147,154)
#857E84
(133,126,132)
#70696E
(112,105,110)
#5B5458
(91,84,88)
#463F42
(70,63,66)
#312A2C
(49,42,44)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EEE7F2

#EEE7F2
(238,231,242)
#EFE9F3
(239,233,243)
#F0EBF4
(240,235,244)
#F1EDF5
(241,237,245)
#F2EFF6
(242,239,246)
#F3F1F7
(243,241,247)
#F4F3F8
(244,243,248)
#F5F5F9
(245,245,249)
#F6F7FA
(246,247,250)
#F7F9FB
(247,249,251)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE7F2; }

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

This text font color is #EEE7F2.

Background Color

.myBgColor { background-color: #EEE7F2; }

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

This div background color is #EEE7F2.

Border color

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

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

This div border color is #EEE7F2.

Opacity

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

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

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

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

This text has shadow with #EEE7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE7F2.

Preview

Color preview on black background

This text has color #EEE7F2 on black background.


Color preview on white background

This text has color #EEE7F2 on white background.


Black color preview on #EEE7F2 background

This text has black color on #EEE7F2 background.


White color preview on #EEE7F2 background

This text has white color on #EEE7F2 background.


Related colors

Complementary color

Complementary color for #hex is #11180D.


I love getcolorcode.com

Triadic colors

1 #F2EEE7 and #E7F2EE with #EEE7F2 are triadic colors.

2 #F2E7EE and #E7EEF2 with #EEE7F2 are triadic colors.