COLOR #EFF4E1

HEX: #EFF4E1 RGB: (239,244,225)

Color info

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

RGB color model

#EFF4E1 color RGB value is (239,244,225).

RGB: (239,244,225) (94%, 96%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 244 of 255 = 96%
B 225 of 255 = 88%

239
244
225

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

Portions of RGB colors in percentages

R + G + B = 239 + 244 + 225 = 708 (100%)
R 239 of 708 ~ 33.76%
G 244 of 708 ~ 34.46%
B 225 of 708 ~ 31.78'%

%33.76
%34.46
%31.78

CMYK color model

#EFF4E1 color CMYK value is (2,0,8,4).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 4.31%
CMYK: (2,0,8,4) C2M0Y8K4 (2%,0%,8%,4%) (0.02/0.00/0.08/0.04) 

CMYK percentages

%2.05
%0
%7.79
%4.31

Codes

Color #EFF4E1 in popluar color models

EF F4 E1
RGB 239 244 225
HSL 76° 46.34% 91.96%
HSB/HSV 76° 7.79% 95.69%
CMYK 2.05% 0.00% 7.79%
4.31%

Color #EFF4E1 in popluar number systems.

HEX EF F4 E1
Decimal 239 244 225
Binary 11101111 11110100 11100001
Octal 357 364 341

Shades and tints

Shades of #EFF4E1

#EFF4E1
(239,244,225)
#DADECD
(218,222,205)
#C5C8B9
(197,200,185)
#B0B2A5
(176,178,165)
#9B9C91
(155,156,145)
#86867D
(134,134,125)
#717069
(113,112,105)
#5C5A55
(92,90,85)
#474441
(71,68,65)
#322E2D
(50,46,45)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #EFF4E1

#EFF4E1
(239,244,225)
#F0F5E3
(240,245,227)
#F1F6E5
(241,246,229)
#F2F7E7
(242,247,231)
#F3F8E9
(243,248,233)
#F4F9EB
(244,249,235)
#F5FAED
(245,250,237)
#F6FBEF
(246,251,239)
#F7FCF1
(247,252,241)
#F8FDF3
(248,253,243)
#F9FEF5
(249,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF4E1 color. Also use rgb(239,244,225) instead hex code.

Text Font Color

.myTextColor { color: #EFF4E1; }

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

This text font color is #EFF4E1.

Background Color

.myBgColor { background-color: #EFF4E1; }

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

This div background color is #EFF4E1.

Border color

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

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

This div border color is #EFF4E1.

Opacity

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

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

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

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

This text has shadow with #EFF4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF4E1.

Preview

Color preview on black background

This text has color #EFF4E1 on black background.


Color preview on white background

This text has color #EFF4E1 on white background.


Black color preview on #EFF4E1 background

This text has black color on #EFF4E1 background.


White color preview on #EFF4E1 background

This text has white color on #EFF4E1 background.


Related colors

Complementary color

Complementary color for #hex is #100B1E.


I love getcolorcode.com

Triadic colors

1 #E1EFF4 and #F4E1EF with #EFF4E1 are triadic colors.

2 #E1F4EF and #F4EFE1 with #EFF4E1 are triadic colors.