COLOR #EFFAE2

HEX: #EFFAE2 RGB: (239,250,226)

Color info

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

RGB color model

#EFFAE2 color RGB value is (239,250,226).

RGB: (239,250,226) (94%, 98%, 89%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 226 of 255 = 89%

239
250
226

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

Portions of RGB colors in percentages

R + G + B = 239 + 250 + 226 = 715 (100%)
R 239 of 715 ~ 33.43%
G 250 of 715 ~ 34.97%
B 226 of 715 ~ 31.61'%

%33.43
%34.97
%31.61

CMYK color model

#EFFAE2 color CMYK value is (4,0,10,2).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 1.96%

CMYK: (4,0,10,2)
C4M0Y10K2 (4%, 0%, 10%, 2%)
(0.04 / 0.00 / 0.10 / 0.02)

CMYK percentages

%4.4
%0
%9.6
%1.96

Codes

Color #EFFAE2 in popluar color models

EF FA E2
RGB 239 250 226
HSL 88° 70.59% 93.33%
HSB/HSV 88° 9.60% 98.04%
CMYK 4.40% 0.00% 9.60%
1.96%

Color #EFFAE2 in popluar number systems.

HEX EF FA E2
Decimal 239 250 226
Binary 11101111 11111010 11100010
Octal 357 372 342

Shades and tints

Shades of #EFFAE2

#EFFAE2
(239,250,226)
#DAE4CE
(218,228,206)
#C5CEBA
(197,206,186)
#B0B8A6
(176,184,166)
#9BA292
(155,162,146)
#868C7E
(134,140,126)
#71766A
(113,118,106)
#5C6056
(92,96,86)
#474A42
(71,74,66)
#32342E
(50,52,46)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #EFFAE2

#EFFAE2
(239,250,226)
#F0FAE4
(240,250,228)
#F1FAE6
(241,250,230)
#F2FAE8
(242,250,232)
#F3FAEA
(243,250,234)
#F4FAEC
(244,250,236)
#F5FAEE
(245,250,238)
#F6FAF0
(246,250,240)
#F7FAF2
(247,250,242)
#F8FAF4
(248,250,244)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFAE2 color. Also use rgb(239,250,226) instead hex code.

Text Font Color

.myTextColor { color: #EFFAE2; }

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

This text font color is #EFFAE2.

Background Color

.myBgColor { background-color: #EFFAE2; }

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

This div background color is #EFFAE2.

Border color

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

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

This div border color is #EFFAE2.

Opacity

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

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

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

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

This text has shadow with #EFFAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFAE2.

Preview

Color preview on black background

This text has color #EFFAE2 on black background.


Color preview on white background

This text has color #EFFAE2 on white background.


Black color preview on #EFFAE2 background

This text has black color on #EFFAE2 background.


White color preview on #EFFAE2 background

This text has white color on #EFFAE2 background.


Related colors

Complementary color

Complementary color for #hex is #10051D.


I love getcolorcode.com

Triadic colors

1 #E2EFFA and #FAE2EF with #EFFAE2 are triadic colors.

2 #E2FAEF and #FAEFE2 with #EFFAE2 are triadic colors.