COLOR #EFF1D9

HEX: #EFF1D9
RGB: (239,241,217)

Color info

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

RGB color model

#EFF1D9 color RGB value is (239,241,217).

  • red value is 239;
  • green value is 241;
  • blue value is 217.
RGB:
(239,241,217)
(94%,95%,85%)

RGB channels and saturation

R 239 of 255 = 94%
G 241 of 255 = 95%
B 217 of 255 = 85%

239
241
217

R + G + B ~ 91%. #EFF1D9 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 241 + 217 = 697 (100%)
R 239 of 697 ~ 34.29%
G 241 of 697 ~ 34.58%
B 217 of 697 ~ 31.13%

%34.29
%34.58
%31.13

CMYK color model

#EFF1D9 color CMYK value is (1,0,10,5).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 5.49%
CMYK:
(1,0,10,5)
C1M0Y10K5 
(1%,0%,10%,5%)
(0.01/0.00/0.10/0.05)	

CMYK percentages

%0.83
%0
%9.96
%5.49

Codes

Color #EFF1D9 in popluar color models

EFF1D9
RGB239241217
HSL65°46.15%89.80%
HSB/HSV65°9.96%94.51%
CMYK0.83%0.00%9.96%
5.49%

Color #EFF1D9 in popluar number systems.

HEXEFF1D9
Decimal239241217
Binary111011111111000111011001
Octal357361331

Shades and tints

Shades of #EFF1D9

#EFF1D9
(239,241,217)
#DADCC6
(218,220,198)
#C5C7B3
(197,199,179)
#B0B2A0
(176,178,160)
#9B9D8D
(155,157,141)
#86887A
(134,136,122)
#717367
(113,115,103)
#5C5E54
(92,94,84)
#474941
(71,73,65)
#32342E
(50,52,46)
#1D1F1B
(29,31,27)
#000000
(0,0,0)

Tints of #EFF1D9

#EFF1D9
(239,241,217)
#F0F2DC
(240,242,220)
#F1F3DF
(241,243,223)
#F2F4E2
(242,244,226)
#F3F5E5
(243,245,229)
#F4F6E8
(244,246,232)
#F5F7EB
(245,247,235)
#F6F8EE
(246,248,238)
#F7F9F1
(247,249,241)
#F8FAF4
(248,250,244)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF1D9; }

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

This text font color is #EFF1D9.


Background Color

.myBgColor { background-color: #EFF1D9; }

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

This div background color is #EFF1D9.


Border color

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

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

This div border color is #EFF1D9.


Opacity

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

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

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

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

This text has shadow with #EFF1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF1D9 on black background.


Color preview on white background

This text has color #EFF1D9 on white background.



Black color preview on #EFF1D9 background

This text has black color on #EFF1D9 background.


White color preview on #EFF1D9 background

This text has white color on #EFF1D9 background.