COLOR #EFFFDA

HEX: #EFFFDA
RGB: (239,255,218)

Color info

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

RGB color model

#EFFFDA color RGB value is (239,255,218).

  • red value is 239;
  • green value is 255;
  • blue value is 218.
RGB:
(239,255,218)
(94%,100%,85%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 218 of 255 = 85%

239
255
218

R + G + B ~ 93%. #EFFFDA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 218 = 712 (100%)
R 239 of 712 ~ 33.57%
G 255 of 712 ~ 35.81%
B 218 of 712 ~ 30.62%

%33.57
%35.81
%30.62

CMYK color model

#EFFFDA color CMYK value is (6,0,15,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK:
(6,0,15,0)
C6M0Y15K0 
(6%,0%,15%,0%)
(0.06/0.00/0.15/0.00)	

CMYK percentages

%6.27
%0
%14.51
%0

Codes

Color #EFFFDA in popluar color models

EFFFDA
RGB239255218
HSL86°100.00%92.75%
HSB/HSV86°14.51%100.00%
CMYK6.27%0.00%14.51%
0.00%

Color #EFFFDA in popluar number systems.

HEXEFFFDA
Decimal239255218
Binary111011111111111111011010
Octal357377332

Shades and tints

Shades of #EFFFDA

#EFFFDA
(239,255,218)
#DAE8C7
(218,232,199)
#C5D1B4
(197,209,180)
#B0BAA1
(176,186,161)
#9BA38E
(155,163,142)
#868C7B
(134,140,123)
#717568
(113,117,104)
#5C5E55
(92,94,85)
#474742
(71,71,66)
#32302F
(50,48,47)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFFFDA

#EFFFDA
(239,255,218)
#F0FFDD
(240,255,221)
#F1FFE0
(241,255,224)
#F2FFE3
(242,255,227)
#F3FFE6
(243,255,230)
#F4FFE9
(244,255,233)
#F5FFEC
(245,255,236)
#F6FFEF
(246,255,239)
#F7FFF2
(247,255,242)
#F8FFF5
(248,255,245)
#F9FFF8
(249,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFFDA color. Also use rgb(239,255,218) instead hex code.

Text Font Color

.myTextColor { color: #EFFFDA; }

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

This text font color is #EFFFDA.


Background Color

.myBgColor { background-color: #EFFFDA; }

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

This div background color is #EFFFDA.


Border color

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

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

This div border color is #EFFFDA.


Opacity

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

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

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

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

This text has shadow with #EFFFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFDA on black background.


Color preview on white background

This text has color #EFFFDA on white background.



Black color preview on #EFFFDA background

This text has black color on #EFFFDA background.


White color preview on #EFFFDA background

This text has white color on #EFFFDA background.