COLOR #EEE6D8

HEX: #EEE6D8
RGB: (238,230,216)

Color info

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

RGB color model

#EEE6D8 color RGB value is (238,230,216).

  • red value is 238;
  • green value is 230;
  • blue value is 216.
RGB:
(238,230,216)
(93%,90%,85%)

RGB channels and saturation

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

238
230
216

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

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 216 = 684 (100%)
R 238 of 684 ~ 34.8%
G 230 of 684 ~ 33.63%
B 216 of 684 ~ 31.58%

%34.8
%33.63
%31.58

CMYK color model

#EEE6D8 color CMYK value is (0,3,9,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 9.24%
  • key color value is 6.67%
CMYK:
(0,3,9,7)
C0M3Y9K7 
(0%,3%,9%,7%)
(0.00/0.03/0.09/0.07)	

CMYK percentages

%0
%3.36
%9.24
%6.67

Codes

Color #EEE6D8 in popluar color models

EEE6D8
RGB238230216
HSL38°39.29%89.02%
HSB/HSV38°9.24%93.33%
CMYK0.00%3.36%9.24%
6.67%

Color #EEE6D8 in popluar number systems.

HEXEEE6D8
Decimal238230216
Binary111011101110011011011000
Octal356346330

Shades and tints

Shades of #EEE6D8

#EEE6D8
(238,230,216)
#D9D2C5
(217,210,197)
#C4BEB2
(196,190,178)
#AFAA9F
(175,170,159)
#9A968C
(154,150,140)
#858279
(133,130,121)
#706E66
(112,110,102)
#5B5A53
(91,90,83)
#464640
(70,70,64)
#31322D
(49,50,45)
#1C1E1A
(28,30,26)
#000000
(0,0,0)

Tints of #EEE6D8

#EEE6D8
(238,230,216)
#EFE8DB
(239,232,219)
#F0EADE
(240,234,222)
#F1ECE1
(241,236,225)
#F2EEE4
(242,238,228)
#F3F0E7
(243,240,231)
#F4F2EA
(244,242,234)
#F5F4ED
(245,244,237)
#F6F6F0
(246,246,240)
#F7F8F3
(247,248,243)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE6D8; }

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

This text font color is #EEE6D8.


Background Color

.myBgColor { background-color: #EEE6D8; }

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

This div background color is #EEE6D8.


Border color

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

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

This div border color is #EEE6D8.


Opacity

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

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

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

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

This text has shadow with #EEE6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6D8 on black background.


Color preview on white background

This text has color #EEE6D8 on white background.



Black color preview on #EEE6D8 background

This text has black color on #EEE6D8 background.


White color preview on #EEE6D8 background

This text has white color on #EEE6D8 background.