COLOR #EEF3D5

HEX: #EEF3D5
RGB: (238,243,213)

Color info

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

RGB color model

#EEF3D5 color RGB value is (238,243,213).

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

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 213 of 255 = 84%

238
243
213

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

Portions of RGB colors in percentages

R + G + B =
238 + 243 + 213 = 694 (100%)
R 238 of 694 ~ 34.29%
G 243 of 694 ~ 35.01%
B 213 of 694 ~ 30.69%

%34.29
%35.01
%30.69

CMYK color model

#EEF3D5 color CMYK value is (2,0,12,5).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 4.71%
CMYK:
(2,0,12,5)
C2M0Y12K5 
(2%,0%,12%,5%)
(0.02/0.00/0.12/0.05)	

CMYK percentages

%2.06
%0
%12.35
%4.71

Codes

Color #EEF3D5 in popluar color models

EEF3D5
RGB238243213
HSL70°55.56%89.41%
HSB/HSV70°12.35%95.29%
CMYK2.06%0.00%12.35%
4.71%

Color #EEF3D5 in popluar number systems.

HEXEEF3D5
Decimal238243213
Binary111011101111001111010101
Octal356363325

Shades and tints

Shades of #EEF3D5

#EEF3D5
(238,243,213)
#D9DDC2
(217,221,194)
#C4C7AF
(196,199,175)
#AFB19C
(175,177,156)
#9A9B89
(154,155,137)
#858576
(133,133,118)
#706F63
(112,111,99)
#5B5950
(91,89,80)
#46433D
(70,67,61)
#312D2A
(49,45,42)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEF3D5

#EEF3D5
(238,243,213)
#EFF4D8
(239,244,216)
#F0F5DB
(240,245,219)
#F1F6DE
(241,246,222)
#F2F7E1
(242,247,225)
#F3F8E4
(243,248,228)
#F4F9E7
(244,249,231)
#F5FAEA
(245,250,234)
#F6FBED
(246,251,237)
#F7FCF0
(247,252,240)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3D5; }

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

This text font color is #EEF3D5.


Background Color

.myBgColor { background-color: #EEF3D5; }

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

This div background color is #EEF3D5.


Border color

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

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

This div border color is #EEF3D5.


Opacity

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

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

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

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

This text has shadow with #EEF3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF3D5 on black background.


Color preview on white background

This text has color #EEF3D5 on white background.



Black color preview on #EEF3D5 background

This text has black color on #EEF3D5 background.


White color preview on #EEF3D5 background

This text has white color on #EEF3D5 background.