COLOR #EDD9D8

HEX: #EDD9D8
RGB: (237,217,216)

Color info

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

RGB color model

#EDD9D8 color RGB value is (237,217,216).

  • red value is 237;
  • green value is 217;
  • blue value is 216.
RGB:
(237,217,216)
(93%,85%,85%)

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 216 of 255 = 85%

237
217
216

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

Portions of RGB colors in percentages

R + G + B =
237 + 217 + 216 = 670 (100%)
R 237 of 670 ~ 35.37%
G 217 of 670 ~ 32.39%
B 216 of 670 ~ 32.24%

%35.37
%32.39
%32.24

CMYK color model

#EDD9D8 color CMYK value is (0,8,9,7).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 8.86%
  • key color value is 7.06%
CMYK:
(0,8,9,7)
C0M8Y9K7 
(0%,8%,9%,7%)
(0.00/0.08/0.09/0.07)	

CMYK percentages

%0
%8.44
%8.86
%7.06

Codes

Color #EDD9D8 in popluar color models

EDD9D8
RGB237217216
HSL36.84%88.82%
HSB/HSV8.86%92.94%
CMYK0.00%8.44%8.86%
7.06%

Color #EDD9D8 in popluar number systems.

HEXEDD9D8
Decimal237217216
Binary111011011101100111011000
Octal355331330

Shades and tints

Shades of #EDD9D8

#EDD9D8
(237,217,216)
#D8C6C5
(216,198,197)
#C3B3B2
(195,179,178)
#AEA09F
(174,160,159)
#998D8C
(153,141,140)
#847A79
(132,122,121)
#6F6766
(111,103,102)
#5A5453
(90,84,83)
#454140
(69,65,64)
#302E2D
(48,46,45)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDD9D8

#EDD9D8
(237,217,216)
#EEDCDB
(238,220,219)
#EFDFDE
(239,223,222)
#F0E2E1
(240,226,225)
#F1E5E4
(241,229,228)
#F2E8E7
(242,232,231)
#F3EBEA
(243,235,234)
#F4EEED
(244,238,237)
#F5F1F0
(245,241,240)
#F6F4F3
(246,244,243)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD9D8 color. Also use rgb(237,217,216) instead hex code.

Text Font Color

.myTextColor { color: #EDD9D8; }

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

This text font color is #EDD9D8.


Background Color

.myBgColor { background-color: #EDD9D8; }

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

This div background color is #EDD9D8.


Border color

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

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

This div border color is #EDD9D8.


Opacity

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

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

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

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

This text has shadow with #EDD9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9D8 on black background.


Color preview on white background

This text has color #EDD9D8 on white background.



Black color preview on #EDD9D8 background

This text has black color on #EDD9D8 background.


White color preview on #EDD9D8 background

This text has white color on #EDD9D8 background.