COLOR #EFF3DB

HEX: #EFF3DB
RGB: (239,243,219)

Color info

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

RGB color model

#EFF3DB color RGB value is (239,243,219).

  • red value is 239;
  • green value is 243;
  • blue value is 219.
RGB:
(239,243,219)
(94%,95%,86%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 219 of 255 = 86%

239
243
219

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

Portions of RGB colors in percentages

R + G + B =
239 + 243 + 219 = 701 (100%)
R 239 of 701 ~ 34.09%
G 243 of 701 ~ 34.66%
B 219 of 701 ~ 31.24%

%34.09
%34.66
%31.24

CMYK color model

#EFF3DB color CMYK value is (2,0,10,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(2,0,10,5)
C2M0Y10K5 
(2%,0%,10%,5%)
(0.02/0.00/0.10/0.05)	

CMYK percentages

%1.65
%0
%9.88
%4.71

Codes

Color #EFF3DB in popluar color models

EFF3DB
RGB239243219
HSL70°50.00%90.59%
HSB/HSV70°9.88%95.29%
CMYK1.65%0.00%9.88%
4.71%

Color #EFF3DB in popluar number systems.

HEXEFF3DB
Decimal239243219
Binary111011111111001111011011
Octal357363333

Shades and tints

Shades of #EFF3DB

#EFF3DB
(239,243,219)
#DADDC8
(218,221,200)
#C5C7B5
(197,199,181)
#B0B1A2
(176,177,162)
#9B9B8F
(155,155,143)
#86857C
(134,133,124)
#716F69
(113,111,105)
#5C5956
(92,89,86)
#474343
(71,67,67)
#322D30
(50,45,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #EFF3DB

#EFF3DB
(239,243,219)
#F0F4DE
(240,244,222)
#F1F5E1
(241,245,225)
#F2F6E4
(242,246,228)
#F3F7E7
(243,247,231)
#F4F8EA
(244,248,234)
#F5F9ED
(245,249,237)
#F6FAF0
(246,250,240)
#F7FBF3
(247,251,243)
#F8FCF6
(248,252,246)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF3DB color. Also use rgb(239,243,219) instead hex code.

Text Font Color

.myTextColor { color: #EFF3DB; }

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

This text font color is #EFF3DB.


Background Color

.myBgColor { background-color: #EFF3DB; }

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

This div background color is #EFF3DB.


Border color

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

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

This div border color is #EFF3DB.


Opacity

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

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

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

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

This text has shadow with #EFF3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF3DB on black background.


Color preview on white background

This text has color #EFF3DB on white background.



Black color preview on #EFF3DB background

This text has black color on #EFF3DB background.


White color preview on #EFF3DB background

This text has white color on #EFF3DB background.