COLOR #EFF5DA

HEX: #EFF5DA RGB: (239,245,218)

Color info

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

RGB color model

#EFF5DA color RGB value is (239,245,218).

RGB: (239,245,218) (94%, 96%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 218 of 255 = 85%

239
245
218

R + G + B ~ 92%. #EFF5DA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 245 + 218 = 702 (100%)
R 239 of 702 ~ 34.05%
G 245 of 702 ~ 34.9%
B 218 of 702 ~ 31.05'%

%34.05
%34.9
%31.05

CMYK color model

#EFF5DA color CMYK value is (2,0,11,4).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 3.92%
CMYK: (2,0,11,4) C2M0Y11K4 (2%,0%,11%,4%) (0.02/0.00/0.11/0.04) 

CMYK percentages

%2.45
%0
%11.02
%3.92

Codes

Color #EFF5DA in popluar color models

EF F5 DA
RGB 239 245 218
HSL 73° 57.45% 90.78%
HSB/HSV 73° 11.02% 96.08%
CMYK 2.45% 0.00% 11.02%
3.92%

Color #EFF5DA in popluar number systems.

HEX EF F5 DA
Decimal 239 245 218
Binary 11101111 11110101 11011010
Octal 357 365 332

Shades and tints

Shades of #EFF5DA

#EFF5DA
(239,245,218)
#DADFC7
(218,223,199)
#C5C9B4
(197,201,180)
#B0B3A1
(176,179,161)
#9B9D8E
(155,157,142)
#86877B
(134,135,123)
#717168
(113,113,104)
#5C5B55
(92,91,85)
#474542
(71,69,66)
#322F2F
(50,47,47)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFF5DA

#EFF5DA
(239,245,218)
#F0F5DD
(240,245,221)
#F1F5E0
(241,245,224)
#F2F5E3
(242,245,227)
#F3F5E6
(243,245,230)
#F4F5E9
(244,245,233)
#F5F5EC
(245,245,236)
#F6F5EF
(246,245,239)
#F7F5F2
(247,245,242)
#F8F5F5
(248,245,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF5DA; }

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

This text font color is #EFF5DA.

Background Color

.myBgColor { background-color: #EFF5DA; }

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

This div background color is #EFF5DA.

Border color

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

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

This div border color is #EFF5DA.

Opacity

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

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

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

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

This text has shadow with #EFF5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF5DA.

Preview

Color preview on black background

This text has color #EFF5DA on black background.


Color preview on white background

This text has color #EFF5DA on white background.


Black color preview on #EFF5DA background

This text has black color on #EFF5DA background.


White color preview on #EFF5DA background

This text has white color on #EFF5DA background.


Related colors

Complementary color

Complementary color for #hex is #100A25.


I love getcolorcode.com

Triadic colors

1 #DAEFF5 and #F5DAEF with #EFF5DA are triadic colors.

2 #DAF5EF and #F5EFDA with #EFF5DA are triadic colors.