COLOR #EEE6DA

HEX: #EEE6DA RGB: (238,230,218)

Color info

#EEE6DA contains red, green and blue colors in about the same proportion. Web safe color of #EEE6DA is #FFCCCC (or #FCC).

RGB color model

#EEE6DA color RGB value is (238,230,218).

RGB: (238,230,218) (93%, 90%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 218 of 255 = 85%

238
230
218

R + G + B ~ 89%. #EEE6DA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 230 + 218 = 686 (100%)
R 238 of 686 ~ 34.69%
G 230 of 686 ~ 33.53%
B 218 of 686 ~ 31.78'%

%34.69
%33.53
%31.78

CMYK color model

#EEE6DA color CMYK value is (0,3,8,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 8.40%
  • key color value is 6.67%

CMYK: (0,3,8,7)
C0M3Y8K7 (0%, 3%, 8%, 7%)
(0.00 / 0.03 / 0.08 / 0.07)

CMYK percentages

%0
%3.36
%8.4
%6.67

Codes

Color #EEE6DA in popluar color models

EE E6 DA
RGB 238 230 218
HSL 36° 37.04% 89.41%
HSB/HSV 36° 8.40% 93.33%
CMYK 0.00% 3.36% 8.40%
6.67%

Color #EEE6DA in popluar number systems.

HEX EE E6 DA
Decimal 238 230 218
Binary 11101110 11100110 11011010
Octal 356 346 332

Shades and tints

Shades of #EEE6DA

#EEE6DA
(238,230,218)
#D9D2C7
(217,210,199)
#C4BEB4
(196,190,180)
#AFAAA1
(175,170,161)
#9A968E
(154,150,142)
#85827B
(133,130,123)
#706E68
(112,110,104)
#5B5A55
(91,90,85)
#464642
(70,70,66)
#31322F
(49,50,47)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #EEE6DA

#EEE6DA
(238,230,218)
#EFE8DD
(239,232,221)
#F0EAE0
(240,234,224)
#F1ECE3
(241,236,227)
#F2EEE6
(242,238,230)
#F3F0E9
(243,240,233)
#F4F2EC
(244,242,236)
#F5F4EF
(245,244,239)
#F6F6F2
(246,246,242)
#F7F8F5
(247,248,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE6DA color. Also use rgb(238,230,218) instead hex code.

Text Font Color

.myTextColor { color: #EEE6DA; }

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

This text font color is #EEE6DA.

Background Color

.myBgColor { background-color: #EEE6DA; }

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

This div background color is #EEE6DA.

Border color

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

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

This div border color is #EEE6DA.

Opacity

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

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

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

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

This text has shadow with #EEE6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE6DA.

Preview

Color preview on black background

This text has color #EEE6DA on black background.


Color preview on white background

This text has color #EEE6DA on white background.


Black color preview on #EEE6DA background

This text has black color on #EEE6DA background.


White color preview on #EEE6DA background

This text has white color on #EEE6DA background.


Related colors

Complementary color

Complementary color for #hex is #111925.


I love getcolorcode.com

Triadic colors

1 #DAEEE6 and #E6DAEE with #EEE6DA are triadic colors.

2 #DAE6EE and #E6EEDA with #EEE6DA are triadic colors.