COLOR #EFF1E2

HEX: #EFF1E2 RGB: (239,241,226)

Color info

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

RGB color model

#EFF1E2 color RGB value is (239,241,226).

RGB: (239,241,226) (94%, 95%, 89%)

RGB channels and saturation

R 239 of 255 = 94%
G 241 of 255 = 95%
B 226 of 255 = 89%

239
241
226

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

Portions of RGB colors in percentages

R + G + B = 239 + 241 + 226 = 706 (100%)
R 239 of 706 ~ 33.85%
G 241 of 706 ~ 34.14%
B 226 of 706 ~ 32.01'%

%33.85
%34.14
%32.01

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 5.49%

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

CMYK percentages

%0.83
%0
%6.22
%5.49

Codes

Color #EFF1E2 in popluar color models

EF F1 E2
RGB 239 241 226
HSL 68° 34.88% 91.57%
HSB/HSV 68° 6.22% 94.51%
CMYK 0.83% 0.00% 6.22%
5.49%

Color #EFF1E2 in popluar number systems.

HEX EF F1 E2
Decimal 239 241 226
Binary 11101111 11110001 11100010
Octal 357 361 342

Shades and tints

Shades of #EFF1E2

#EFF1E2
(239,241,226)
#DADCCE
(218,220,206)
#C5C7BA
(197,199,186)
#B0B2A6
(176,178,166)
#9B9D92
(155,157,146)
#86887E
(134,136,126)
#71736A
(113,115,106)
#5C5E56
(92,94,86)
#474942
(71,73,66)
#32342E
(50,52,46)
#1D1F1A
(29,31,26)
#000000
(0,0,0)

Tints of #EFF1E2

#EFF1E2
(239,241,226)
#F0F2E4
(240,242,228)
#F1F3E6
(241,243,230)
#F2F4E8
(242,244,232)
#F3F5EA
(243,245,234)
#F4F6EC
(244,246,236)
#F5F7EE
(245,247,238)
#F6F8F0
(246,248,240)
#F7F9F2
(247,249,242)
#F8FAF4
(248,250,244)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF1E2; }

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

This text font color is #EFF1E2.

Background Color

.myBgColor { background-color: #EFF1E2; }

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

This div background color is #EFF1E2.

Border color

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

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

This div border color is #EFF1E2.

Opacity

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

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

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

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

This text has shadow with #EFF1E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF1E2.

Preview

Color preview on black background

This text has color #EFF1E2 on black background.


Color preview on white background

This text has color #EFF1E2 on white background.


Black color preview on #EFF1E2 background

This text has black color on #EFF1E2 background.


White color preview on #EFF1E2 background

This text has white color on #EFF1E2 background.


Related colors

Complementary color

Complementary color for #hex is #100E1D.


I love getcolorcode.com

Triadic colors

1 #E2EFF1 and #F1E2EF with #EFF1E2 are triadic colors.

2 #E2F1EF and #F1EFE2 with #EFF1E2 are triadic colors.