COLOR #EEF3E5

HEX: #EEF3E5 RGB: (238,243,229)

Color info

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

RGB color model

#EEF3E5 color RGB value is (238,243,229).

RGB: (238,243,229) (93%, 95%, 90%)

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 229 of 255 = 90%

238
243
229

R + G + B ~ 93%. #EEF3E5 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 243 + 229 = 710 (100%)
R 238 of 710 ~ 33.52%
G 243 of 710 ~ 34.23%
B 229 of 710 ~ 32.25'%

%33.52
%34.23
%32.25

CMYK color model

#EEF3E5 color CMYK value is (2,0,6,5).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%

CMYK: (2,0,6,5)
C2M0Y6K5 (2%, 0%, 6%, 5%)
(0.02 / 0.00 / 0.06 / 0.05)

CMYK percentages

%2.06
%0
%5.76
%4.71

Codes

Color #EEF3E5 in popluar color models

EE F3 E5
RGB 238 243 229
HSL 81° 36.84% 92.55%
HSB/HSV 81° 5.76% 95.29%
CMYK 2.06% 0.00% 5.76%
4.71%

Color #EEF3E5 in popluar number systems.

HEX EE F3 E5
Decimal 238 243 229
Binary 11101110 11110011 11100101
Octal 356 363 345

Shades and tints

Shades of #EEF3E5

#EEF3E5
(238,243,229)
#D9DDD1
(217,221,209)
#C4C7BD
(196,199,189)
#AFB1A9
(175,177,169)
#9A9B95
(154,155,149)
#858581
(133,133,129)
#706F6D
(112,111,109)
#5B5959
(91,89,89)
#464345
(70,67,69)
#312D31
(49,45,49)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #EEF3E5

#EEF3E5
(238,243,229)
#EFF4E7
(239,244,231)
#F0F5E9
(240,245,233)
#F1F6EB
(241,246,235)
#F2F7ED
(242,247,237)
#F3F8EF
(243,248,239)
#F4F9F1
(244,249,241)
#F5FAF3
(245,250,243)
#F6FBF5
(246,251,245)
#F7FCF7
(247,252,247)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3E5; }

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

This text font color is #EEF3E5.

Background Color

.myBgColor { background-color: #EEF3E5; }

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

This div background color is #EEF3E5.

Border color

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

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

This div border color is #EEF3E5.

Opacity

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

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

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

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

This text has shadow with #EEF3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF3E5.

Preview

Color preview on black background

This text has color #EEF3E5 on black background.


Color preview on white background

This text has color #EEF3E5 on white background.


Black color preview on #EEF3E5 background

This text has black color on #EEF3E5 background.


White color preview on #EEF3E5 background

This text has white color on #EEF3E5 background.


Related colors

Complementary color

Complementary color for #hex is #110C1A.


I love getcolorcode.com

Triadic colors

1 #E5EEF3 and #F3E5EE with #EEF3E5 are triadic colors.

2 #E5F3EE and #F3EEE5 with #EEF3E5 are triadic colors.