COLOR #EFEEF8

HEX: #EFEEF8
RGB: (239,238,248)

Color info

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

RGB color model

#EFEEF8 color RGB value is (239,238,248).

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

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 248 of 255 = 97%

239
238
248

R + G + B ~ 95%. #EFEEF8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 248 = 725 (100%)
R 239 of 725 ~ 32.97%
G 238 of 725 ~ 32.83%
B 248 of 725 ~ 34.21%

%32.97
%32.83
%34.21

CMYK color model

#EFEEF8 color CMYK value is (4,4,0,3).

  • cyan value is 3.63%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,4,0,3)
C4M4Y0K3 
(4%,4%,0%,3%)
(0.04/0.04/0.00/0.03)	

CMYK percentages

%3.63
%4.03
%0
%2.75

Codes

Color #EFEEF8 in popluar color models

EFEEF8
RGB239238248
HSL246°41.67%95.29%
HSB/HSV246°4.03%97.25%
CMYK3.63%4.03%0.00%
2.75%

Color #EFEEF8 in popluar number systems.

HEXEFEEF8
Decimal239238248
Binary111011111110111011111000
Octal357356370

Shades and tints

Shades of #EFEEF8

#EFEEF8
(239,238,248)
#DAD9E2
(218,217,226)
#C5C4CC
(197,196,204)
#B0AFB6
(176,175,182)
#9B9AA0
(155,154,160)
#86858A
(134,133,138)
#717074
(113,112,116)
#5C5B5E
(92,91,94)
#474648
(71,70,72)
#323132
(50,49,50)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #EFEEF8

#EFEEF8
(239,238,248)
#F0EFF8
(240,239,248)
#F1F0F8
(241,240,248)
#F2F1F8
(242,241,248)
#F3F2F8
(243,242,248)
#F4F3F8
(244,243,248)
#F5F4F8
(245,244,248)
#F6F5F8
(246,245,248)
#F7F6F8
(247,246,248)
#F8F7F8
(248,247,248)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEF8; }

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

This text font color is #EFEEF8.


Background Color

.myBgColor { background-color: #EFEEF8; }

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

This div background color is #EFEEF8.


Border color

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

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

This div border color is #EFEEF8.


Opacity

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

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

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

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

This text has shadow with #EFEEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEF8 on black background.


Color preview on white background

This text has color #EFEEF8 on white background.



Black color preview on #EFEEF8 background

This text has black color on #EFEEF8 background.


White color preview on #EFEEF8 background

This text has white color on #EFEEF8 background.