COLOR #EEF3DF

HEX: #EEF3DF
RGB: (238,243,223)

Color info

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

RGB color model

#EEF3DF color RGB value is (238,243,223).

  • red value is 238;
  • green value is 243;
  • blue value is 223.
RGB:
(238,243,223)
(93%,95%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 223 of 255 = 87%

238
243
223

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

Portions of RGB colors in percentages

R + G + B =
238 + 243 + 223 = 704 (100%)
R 238 of 704 ~ 33.81%
G 243 of 704 ~ 34.52%
B 223 of 704 ~ 31.68%

%33.81
%34.52
%31.68

CMYK color model

#EEF3DF color CMYK value is (2,0,8,5).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 8.23%
  • key color value is 4.71%
CMYK:
(2,0,8,5)
C2M0Y8K5 
(2%,0%,8%,5%)
(0.02/0.00/0.08/0.05)	

CMYK percentages

%2.06
%0
%8.23
%4.71

Codes

Color #EEF3DF in popluar color models

EEF3DF
RGB238243223
HSL75°45.45%91.37%
HSB/HSV75°8.23%95.29%
CMYK2.06%0.00%8.23%
4.71%

Color #EEF3DF in popluar number systems.

HEXEEF3DF
Decimal238243223
Binary111011101111001111011111
Octal356363337

Shades and tints

Shades of #EEF3DF

#EEF3DF
(238,243,223)
#D9DDCB
(217,221,203)
#C4C7B7
(196,199,183)
#AFB1A3
(175,177,163)
#9A9B8F
(154,155,143)
#85857B
(133,133,123)
#706F67
(112,111,103)
#5B5953
(91,89,83)
#46433F
(70,67,63)
#312D2B
(49,45,43)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEF3DF

#EEF3DF
(238,243,223)
#EFF4E1
(239,244,225)
#F0F5E3
(240,245,227)
#F1F6E5
(241,246,229)
#F2F7E7
(242,247,231)
#F3F8E9
(243,248,233)
#F4F9EB
(244,249,235)
#F5FAED
(245,250,237)
#F6FBEF
(246,251,239)
#F7FCF1
(247,252,241)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF3DF color. Also use rgb(238,243,223) instead hex code.

Text Font Color

.myTextColor { color: #EEF3DF; }

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

This text font color is #EEF3DF.


Background Color

.myBgColor { background-color: #EEF3DF; }

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

This div background color is #EEF3DF.


Border color

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

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

This div border color is #EEF3DF.


Opacity

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

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

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

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

This text has shadow with #EEF3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF3DF on black background.


Color preview on white background

This text has color #EEF3DF on white background.



Black color preview on #EEF3DF background

This text has black color on #EEF3DF background.


White color preview on #EEF3DF background

This text has white color on #EEF3DF background.