COLOR #EFF2E4

HEX: #EFF2E4 RGB: (239,242,228)

Color info

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

RGB color model

#EFF2E4 color RGB value is (239,242,228).

RGB: (239,242,228) (94%, 95%, 89%)

RGB channels and saturation

R 239 of 255 = 94%
G 242 of 255 = 95%
B 228 of 255 = 89%

239
242
228

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

Portions of RGB colors in percentages

R + G + B = 239 + 242 + 228 = 709 (100%)
R 239 of 709 ~ 33.71%
G 242 of 709 ~ 34.13%
B 228 of 709 ~ 32.16'%

%33.71
%34.13
%32.16

CMYK color model

#EFF2E4 color CMYK value is (1,0,6,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 5.10%

CMYK: (1,0,6,5)
C1M0Y6K5 (1%, 0%, 6%, 5%)
(0.01 / 0.00 / 0.06 / 0.05)

CMYK percentages

%1.24
%0
%5.79
%5.1

Codes

Color #EFF2E4 in popluar color models

EF F2 E4
RGB 239 242 228
HSL 73° 35.00% 92.16%
HSB/HSV 73° 5.79% 94.90%
CMYK 1.24% 0.00% 5.79%
5.10%

Color #EFF2E4 in popluar number systems.

HEX EF F2 E4
Decimal 239 242 228
Binary 11101111 11110010 11100100
Octal 357 362 344

Shades and tints

Shades of #EFF2E4

#EFF2E4
(239,242,228)
#DADCD0
(218,220,208)
#C5C6BC
(197,198,188)
#B0B0A8
(176,176,168)
#9B9A94
(155,154,148)
#868480
(134,132,128)
#716E6C
(113,110,108)
#5C5858
(92,88,88)
#474244
(71,66,68)
#322C30
(50,44,48)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #EFF2E4

#EFF2E4
(239,242,228)
#F0F3E6
(240,243,230)
#F1F4E8
(241,244,232)
#F2F5EA
(242,245,234)
#F3F6EC
(243,246,236)
#F4F7EE
(244,247,238)
#F5F8F0
(245,248,240)
#F6F9F2
(246,249,242)
#F7FAF4
(247,250,244)
#F8FBF6
(248,251,246)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF2E4 color. Also use rgb(239,242,228) instead hex code.

Text Font Color

.myTextColor { color: #EFF2E4; }

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

This text font color is #EFF2E4.

Background Color

.myBgColor { background-color: #EFF2E4; }

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

This div background color is #EFF2E4.

Border color

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

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

This div border color is #EFF2E4.

Opacity

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

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

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

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

This text has shadow with #EFF2E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF2E4.

Preview

Color preview on black background

This text has color #EFF2E4 on black background.


Color preview on white background

This text has color #EFF2E4 on white background.


Black color preview on #EFF2E4 background

This text has black color on #EFF2E4 background.


White color preview on #EFF2E4 background

This text has white color on #EFF2E4 background.


Related colors

Complementary color

Complementary color for #hex is #100D1B.


I love getcolorcode.com

Triadic colors

1 #E4EFF2 and #F2E4EF with #EFF2E4 are triadic colors.

2 #E4F2EF and #F2EFE4 with #EFF2E4 are triadic colors.