COLOR #EFFDE2

HEX: #EFFDE2
RGB: (239,253,226)

Color info

#EFFDE2 contains red, green and blue colors in about the same proportion. Web safe color of #EFFDE2 is #FFFFCC (or #FFC).

RGB color model

#EFFDE2 color RGB value is (239,253,226).

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

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 226 of 255 = 89%

239
253
226

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

Portions of RGB colors in percentages

R + G + B =
239 + 253 + 226 = 718 (100%)
R 239 of 718 ~ 33.29%
G 253 of 718 ~ 35.24%
B 226 of 718 ~ 31.48%

%33.29
%35.24
%31.48

CMYK color model

#EFFDE2 color CMYK value is (6,0,11,1).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(6,0,11,1)
C6M0Y11K1 
(6%,0%,11%,1%)
(0.06/0.00/0.11/0.01)	

CMYK percentages

%5.53
%0
%10.67
%0.78

Codes

Color #EFFDE2 in popluar color models

EFFDE2
RGB239253226
HSL91°87.10%93.92%
HSB/HSV91°10.67%99.22%
CMYK5.53%0.00%10.67%
0.78%

Color #EFFDE2 in popluar number systems.

HEXEFFDE2
Decimal239253226
Binary111011111111110111100010
Octal357375342

Shades and tints

Shades of #EFFDE2

#EFFDE2
(239,253,226)
#DAE6CE
(218,230,206)
#C5CFBA
(197,207,186)
#B0B8A6
(176,184,166)
#9BA192
(155,161,146)
#868A7E
(134,138,126)
#71736A
(113,115,106)
#5C5C56
(92,92,86)
#474542
(71,69,66)
#322E2E
(50,46,46)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFFDE2

#EFFDE2
(239,253,226)
#F0FDE4
(240,253,228)
#F1FDE6
(241,253,230)
#F2FDE8
(242,253,232)
#F3FDEA
(243,253,234)
#F4FDEC
(244,253,236)
#F5FDEE
(245,253,238)
#F6FDF0
(246,253,240)
#F7FDF2
(247,253,242)
#F8FDF4
(248,253,244)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFDE2; }

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

This text font color is #EFFDE2.


Background Color

.myBgColor { background-color: #EFFDE2; }

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

This div background color is #EFFDE2.


Border color

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

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

This div border color is #EFFDE2.


Opacity

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

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

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

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

This text has shadow with #EFFDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFDE2 on black background.


Color preview on white background

This text has color #EFFDE2 on white background.



Black color preview on #EFFDE2 background

This text has black color on #EFFDE2 background.


White color preview on #EFFDE2 background

This text has white color on #EFFDE2 background.