COLOR #EEEFD7

HEX: #EEEFD7 RGB: (238,239,215)

Color info

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

RGB color model

#EEEFD7 color RGB value is (238,239,215).

RGB: (238,239,215) (93%, 94%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 215 of 255 = 84%

238
239
215

R + G + B ~ 90%. #EEEFD7 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 239 + 215 = 692 (100%)
R 238 of 692 ~ 34.39%
G 239 of 692 ~ 34.54%
B 215 of 692 ~ 31.07'%

%34.39
%34.54
%31.07

CMYK color model

#EEEFD7 color CMYK value is (0,0,10,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK: (0,0,10,6) C0M0Y10K6 (0%,0%,10%,6%) (0.00/0.00/0.10/0.06) 

CMYK percentages

%0.42
%0
%10.04
%6.27

Codes

Color #EEEFD7 in popluar color models

EE EF D7
RGB 238 239 215
HSL 63° 42.86% 89.02%
HSB/HSV 63° 10.04% 93.73%
CMYK 0.42% 0.00% 10.04%
6.27%

Color #EEEFD7 in popluar number systems.

HEX EE EF D7
Decimal 238 239 215
Binary 11101110 11101111 11010111
Octal 356 357 327

Shades and tints

Shades of #EEEFD7

#EEEFD7
(238,239,215)
#D9DAC4
(217,218,196)
#C4C5B1
(196,197,177)
#AFB09E
(175,176,158)
#9A9B8B
(154,155,139)
#858678
(133,134,120)
#707165
(112,113,101)
#5B5C52
(91,92,82)
#46473F
(70,71,63)
#31322C
(49,50,44)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #EEEFD7

#EEEFD7
(238,239,215)
#EFF0DA
(239,240,218)
#F0F1DD
(240,241,221)
#F1F2E0
(241,242,224)
#F2F3E3
(242,243,227)
#F3F4E6
(243,244,230)
#F4F5E9
(244,245,233)
#F5F6EC
(245,246,236)
#F6F7EF
(246,247,239)
#F7F8F2
(247,248,242)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEFD7 color. Also use rgb(238,239,215) instead hex code.

Text Font Color

.myTextColor { color: #EEEFD7; }

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

This text font color is #EEEFD7.

Background Color

.myBgColor { background-color: #EEEFD7; }

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

This div background color is #EEEFD7.

Border color

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

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

This div border color is #EEEFD7.

Opacity

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

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

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

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

This text has shadow with #EEEFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEFD7.

Preview

Color preview on black background

This text has color #EEEFD7 on black background.


Color preview on white background

This text has color #EEEFD7 on white background.


Black color preview on #EEEFD7 background

This text has black color on #EEEFD7 background.


White color preview on #EEEFD7 background

This text has white color on #EEEFD7 background.


Related colors

Complementary color

Complementary color for #hex is #111028.


I love getcolorcode.com

Triadic colors

1 #D7EEEF and #EFD7EE with #EEEFD7 are triadic colors.

2 #D7EFEE and #EFEED7 with #EEEFD7 are triadic colors.