COLOR #EEDFD8

HEX: #EEDFD8
RGB: (238,223,216)

Color info

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

RGB color model

#EEDFD8 color RGB value is (238,223,216).

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

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 216 of 255 = 85%

238
223
216

R + G + B ~ 88%. #EEDFD8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 216 = 677 (100%)
R 238 of 677 ~ 35.16%
G 223 of 677 ~ 32.94%
B 216 of 677 ~ 31.91%

%35.16
%32.94
%31.91

CMYK color model

#EEDFD8 color CMYK value is (0,6,9,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 9.24%
  • key color value is 6.67%
CMYK:
(0,6,9,7)
C0M6Y9K7 
(0%,6%,9%,7%)
(0.00/0.06/0.09/0.07)	

CMYK percentages

%0
%6.3
%9.24
%6.67

Codes

Color #EEDFD8 in popluar color models

EEDFD8
RGB238223216
HSL19°39.29%89.02%
HSB/HSV19°9.24%93.33%
CMYK0.00%6.30%9.24%
6.67%

Color #EEDFD8 in popluar number systems.

HEXEEDFD8
Decimal238223216
Binary111011101101111111011000
Octal356337330

Shades and tints

Shades of #EEDFD8

#EEDFD8
(238,223,216)
#D9CBC5
(217,203,197)
#C4B7B2
(196,183,178)
#AFA39F
(175,163,159)
#9A8F8C
(154,143,140)
#857B79
(133,123,121)
#706766
(112,103,102)
#5B5353
(91,83,83)
#463F40
(70,63,64)
#312B2D
(49,43,45)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEDFD8

#EEDFD8
(238,223,216)
#EFE1DB
(239,225,219)
#F0E3DE
(240,227,222)
#F1E5E1
(241,229,225)
#F2E7E4
(242,231,228)
#F3E9E7
(243,233,231)
#F4EBEA
(244,235,234)
#F5EDED
(245,237,237)
#F6EFF0
(246,239,240)
#F7F1F3
(247,241,243)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFD8; }

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

This text font color is #EEDFD8.


Background Color

.myBgColor { background-color: #EEDFD8; }

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

This div background color is #EEDFD8.


Border color

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

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

This div border color is #EEDFD8.


Opacity

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

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

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

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

This text has shadow with #EEDFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFD8 on black background.


Color preview on white background

This text has color #EEDFD8 on white background.



Black color preview on #EEDFD8 background

This text has black color on #EEDFD8 background.


White color preview on #EEDFD8 background

This text has white color on #EEDFD8 background.