COLOR #EFFDF2

HEX: #EFFDF2
RGB: (239,253,242)

Color info

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

RGB color model

#EFFDF2 color RGB value is (239,253,242).

  • red value is 239;
  • green value is 253;
  • blue value is 242.
RGB:
(239,253,242)
(94%,99%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 242 of 255 = 95%

239
253
242

R + G + B ~ 96%. #EFFDF2 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 253 + 242 = 734 (100%)
R 239 of 734 ~ 32.56%
G 253 of 734 ~ 34.47%
B 242 of 734 ~ 32.97%

%32.56
%34.47
%32.97

CMYK color model

#EFFDF2 color CMYK value is (6,0,4,1).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 0.78%
CMYK:
(6,0,4,1)
C6M0Y4K1 
(6%,0%,4%,1%)
(0.06/0.00/0.04/0.01)	

CMYK percentages

%5.53
%0
%4.35
%0.78

Codes

Color #EFFDF2 in popluar color models

EFFDF2
RGB239253242
HSL133°77.78%96.47%
HSB/HSV133°5.53%99.22%
CMYK5.53%0.00%4.35%
0.78%

Color #EFFDF2 in popluar number systems.

HEXEFFDF2
Decimal239253242
Binary111011111111110111110010
Octal357375362

Shades and tints

Shades of #EFFDF2

#EFFDF2
(239,253,242)
#DAE6DC
(218,230,220)
#C5CFC6
(197,207,198)
#B0B8B0
(176,184,176)
#9BA19A
(155,161,154)
#868A84
(134,138,132)
#71736E
(113,115,110)
#5C5C58
(92,92,88)
#474542
(71,69,66)
#322E2C
(50,46,44)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EFFDF2

#EFFDF2
(239,253,242)
#F0FDF3
(240,253,243)
#F1FDF4
(241,253,244)
#F2FDF5
(242,253,245)
#F3FDF6
(243,253,246)
#F4FDF7
(244,253,247)
#F5FDF8
(245,253,248)
#F6FDF9
(246,253,249)
#F7FDFA
(247,253,250)
#F8FDFB
(248,253,251)
#F9FDFC
(249,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFDF2 color. Also use rgb(239,253,242) instead hex code.

Text Font Color

.myTextColor { color: #EFFDF2; }

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

This text font color is #EFFDF2.


Background Color

.myBgColor { background-color: #EFFDF2; }

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

This div background color is #EFFDF2.


Border color

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

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

This div border color is #EFFDF2.


Opacity

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

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

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

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

This text has shadow with #EFFDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFDF2 on black background.


Color preview on white background

This text has color #EFFDF2 on white background.



Black color preview on #EFFDF2 background

This text has black color on #EFFDF2 background.


White color preview on #EFFDF2 background

This text has white color on #EFFDF2 background.