COLOR #EDE4D6

HEX: #EDE4D6
RGB: (237,228,214)

Color info

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

RGB color model

#EDE4D6 color RGB value is (237,228,214).

  • red value is 237;
  • green value is 228;
  • blue value is 214.
RGB:
(237,228,214)
(93%,89%,84%)

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 214 of 255 = 84%

237
228
214

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

Portions of RGB colors in percentages

R + G + B =
237 + 228 + 214 = 679 (100%)
R 237 of 679 ~ 34.9%
G 228 of 679 ~ 33.58%
B 214 of 679 ~ 31.52%

%34.9
%33.58
%31.52

CMYK color model

#EDE4D6 color CMYK value is (0,4,10,7).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 9.70%
  • key color value is 7.06%
CMYK:
(0,4,10,7)
C0M4Y10K7 
(0%,4%,10%,7%)
(0.00/0.04/0.10/0.07)	

CMYK percentages

%0
%3.8
%9.7
%7.06

Codes

Color #EDE4D6 in popluar color models

EDE4D6
RGB237228214
HSL37°38.98%88.43%
HSB/HSV37°9.70%92.94%
CMYK0.00%3.80%9.70%
7.06%

Color #EDE4D6 in popluar number systems.

HEXEDE4D6
Decimal237228214
Binary111011011110010011010110
Octal355344326

Shades and tints

Shades of #EDE4D6

#EDE4D6
(237,228,214)
#D8D0C3
(216,208,195)
#C3BCB0
(195,188,176)
#AEA89D
(174,168,157)
#99948A
(153,148,138)
#848077
(132,128,119)
#6F6C64
(111,108,100)
#5A5851
(90,88,81)
#45443E
(69,68,62)
#30302B
(48,48,43)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDE4D6

#EDE4D6
(237,228,214)
#EEE6D9
(238,230,217)
#EFE8DC
(239,232,220)
#F0EADF
(240,234,223)
#F1ECE2
(241,236,226)
#F2EEE5
(242,238,229)
#F3F0E8
(243,240,232)
#F4F2EB
(244,242,235)
#F5F4EE
(245,244,238)
#F6F6F1
(246,246,241)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE4D6 color. Also use rgb(237,228,214) instead hex code.

Text Font Color

.myTextColor { color: #EDE4D6; }

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

This text font color is #EDE4D6.


Background Color

.myBgColor { background-color: #EDE4D6; }

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

This div background color is #EDE4D6.


Border color

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

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

This div border color is #EDE4D6.


Opacity

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

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

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

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

This text has shadow with #EDE4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE4D6 on black background.


Color preview on white background

This text has color #EDE4D6 on white background.



Black color preview on #EDE4D6 background

This text has black color on #EDE4D6 background.


White color preview on #EDE4D6 background

This text has white color on #EDE4D6 background.