COLOR #EFEAF8

HEX: #EFEAF8
RGB: (239,234,248)

Color info

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

RGB color model

#EFEAF8 color RGB value is (239,234,248).

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

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 248 of 255 = 97%

239
234
248

R + G + B ~ 94%. #EFEAF8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 234 + 248 = 721 (100%)
R 239 of 721 ~ 33.15%
G 234 of 721 ~ 32.45%
B 248 of 721 ~ 34.4%

%33.15
%32.45
%34.4

CMYK color model

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

  • cyan value is 3.63%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,6,0,3)
C4M6Y0K3 
(4%,6%,0%,3%)
(0.04/0.06/0.00/0.03)	

CMYK percentages

%3.63
%5.65
%0
%2.75

Codes

Color #EFEAF8 in popluar color models

EFEAF8
RGB239234248
HSL261°50.00%94.51%
HSB/HSV261°5.65%97.25%
CMYK3.63%5.65%0.00%
2.75%

Color #EFEAF8 in popluar number systems.

HEXEFEAF8
Decimal239234248
Binary111011111110101011111000
Octal357352370

Shades and tints

Shades of #EFEAF8

#EFEAF8
(239,234,248)
#DAD5E2
(218,213,226)
#C5C0CC
(197,192,204)
#B0ABB6
(176,171,182)
#9B96A0
(155,150,160)
#86818A
(134,129,138)
#716C74
(113,108,116)
#5C575E
(92,87,94)
#474248
(71,66,72)
#322D32
(50,45,50)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #EFEAF8

#EFEAF8
(239,234,248)
#F0EBF8
(240,235,248)
#F1ECF8
(241,236,248)
#F2EDF8
(242,237,248)
#F3EEF8
(243,238,248)
#F4EFF8
(244,239,248)
#F5F0F8
(245,240,248)
#F6F1F8
(246,241,248)
#F7F2F8
(247,242,248)
#F8F3F8
(248,243,248)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEAF8; }

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

This text font color is #EFEAF8.


Background Color

.myBgColor { background-color: #EFEAF8; }

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

This div background color is #EFEAF8.


Border color

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

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

This div border color is #EFEAF8.


Opacity

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

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

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

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

This text has shadow with #EFEAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEAF8 on black background.


Color preview on white background

This text has color #EFEAF8 on white background.



Black color preview on #EFEAF8 background

This text has black color on #EFEAF8 background.


White color preview on #EFEAF8 background

This text has white color on #EFEAF8 background.