COLOR #EFFDE0

HEX: #EFFDE0 RGB: (239,253,224)

Color info

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

RGB color model

#EFFDE0 color RGB value is (239,253,224).

RGB: (239,253,224) (94%, 99%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 224 of 255 = 88%

239
253
224

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

Portions of RGB colors in percentages

R + G + B = 239 + 253 + 224 = 716 (100%)
R 239 of 716 ~ 33.38%
G 253 of 716 ~ 35.34%
B 224 of 716 ~ 31.28'%

%33.38
%35.34
%31.28

CMYK color model

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

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • 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
%11.46
%0.78

Codes

Color #EFFDE0 in popluar color models

EF FD E0
RGB 239 253 224
HSL 89° 87.88% 93.53%
HSB/HSV 89° 11.46% 99.22%
CMYK 5.53% 0.00% 11.46%
0.78%

Color #EFFDE0 in popluar number systems.

HEX EF FD E0
Decimal 239 253 224
Binary 11101111 11111101 11100000
Octal 357 375 340

Shades and tints

Shades of #EFFDE0

#EFFDE0
(239,253,224)
#DAE6CC
(218,230,204)
#C5CFB8
(197,207,184)
#B0B8A4
(176,184,164)
#9BA190
(155,161,144)
#868A7C
(134,138,124)
#717368
(113,115,104)
#5C5C54
(92,92,84)
#474540
(71,69,64)
#322E2C
(50,46,44)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFFDE0

#EFFDE0
(239,253,224)
#F0FDE2
(240,253,226)
#F1FDE4
(241,253,228)
#F2FDE6
(242,253,230)
#F3FDE8
(243,253,232)
#F4FDEA
(244,253,234)
#F5FDEC
(245,253,236)
#F6FDEE
(246,253,238)
#F7FDF0
(247,253,240)
#F8FDF2
(248,253,242)
#F9FDF4
(249,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFDE0; }

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

This text font color is #EFFDE0.

Background Color

.myBgColor { background-color: #EFFDE0; }

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

This div background color is #EFFDE0.

Border color

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

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

This div border color is #EFFDE0.

Opacity

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

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

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

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

This text has shadow with #EFFDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFDE0.

Preview

Color preview on black background

This text has color #EFFDE0 on black background.


Color preview on white background

This text has color #EFFDE0 on white background.


Black color preview on #EFFDE0 background

This text has black color on #EFFDE0 background.


White color preview on #EFFDE0 background

This text has white color on #EFFDE0 background.


Related colors

Complementary color

Complementary color for #hex is #10021F.


I love getcolorcode.com

Triadic colors

1 #E0EFFD and #FDE0EF with #EFFDE0 are triadic colors.

2 #E0FDEF and #FDEFE0 with #EFFDE0 are triadic colors.