COLOR #EFF1E1

HEX: #EFF1E1 RGB: (239,241,225)

Color info

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

RGB color model

#EFF1E1 color RGB value is (239,241,225).

RGB: (239,241,225) (94%, 95%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 241 of 255 = 95%
B 225 of 255 = 88%

239
241
225

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

Portions of RGB colors in percentages

R + G + B = 239 + 241 + 225 = 705 (100%)
R 239 of 705 ~ 33.9%
G 241 of 705 ~ 34.18%
B 225 of 705 ~ 31.91'%

%33.9
%34.18
%31.91

CMYK color model

#EFF1E1 color CMYK value is (1,0,7,5).

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

CMYK: (1,0,7,5)
C1M0Y7K5 (1%, 0%, 7%, 5%)
(0.01 / 0.00 / 0.07 / 0.05)

CMYK percentages

%0.83
%0
%6.64
%5.49

Codes

Color #EFF1E1 in popluar color models

EF F1 E1
RGB 239 241 225
HSL 68° 36.36% 91.37%
HSB/HSV 68° 6.64% 94.51%
CMYK 0.83% 0.00% 6.64%
5.49%

Color #EFF1E1 in popluar number systems.

HEX EF F1 E1
Decimal 239 241 225
Binary 11101111 11110001 11100001
Octal 357 361 341

Shades and tints

Shades of #EFF1E1

#EFF1E1
(239,241,225)
#DADCCD
(218,220,205)
#C5C7B9
(197,199,185)
#B0B2A5
(176,178,165)
#9B9D91
(155,157,145)
#86887D
(134,136,125)
#717369
(113,115,105)
#5C5E55
(92,94,85)
#474941
(71,73,65)
#32342D
(50,52,45)
#1D1F19
(29,31,25)
#000000
(0,0,0)

Tints of #EFF1E1

#EFF1E1
(239,241,225)
#F0F2E3
(240,242,227)
#F1F3E5
(241,243,229)
#F2F4E7
(242,244,231)
#F3F5E9
(243,245,233)
#F4F6EB
(244,246,235)
#F5F7ED
(245,247,237)
#F6F8EF
(246,248,239)
#F7F9F1
(247,249,241)
#F8FAF3
(248,250,243)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF1E1; }

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

This text font color is #EFF1E1.

Background Color

.myBgColor { background-color: #EFF1E1; }

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

This div background color is #EFF1E1.

Border color

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

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

This div border color is #EFF1E1.

Opacity

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

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

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

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

This text has shadow with #EFF1E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF1E1.

Preview

Color preview on black background

This text has color #EFF1E1 on black background.


Color preview on white background

This text has color #EFF1E1 on white background.


Black color preview on #EFF1E1 background

This text has black color on #EFF1E1 background.


White color preview on #EFF1E1 background

This text has white color on #EFF1E1 background.


Related colors

Complementary color

Complementary color for #hex is #100E1E.


I love getcolorcode.com

Triadic colors

1 #E1EFF1 and #F1E1EF with #EFF1E1 are triadic colors.

2 #E1F1EF and #F1EFE1 with #EFF1E1 are triadic colors.