COLOR #EDE3D2

HEX: #EDE3D2
RGB: (237,227,210)

Color info

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

RGB color model

#EDE3D2 color RGB value is (237,227,210).

  • red value is 237;
  • green value is 227;
  • blue value is 210.
RGB:
(237,227,210)
(93%,89%,82%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 210 of 255 = 82%

237
227
210

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

Portions of RGB colors in percentages

R + G + B =
237 + 227 + 210 = 674 (100%)
R 237 of 674 ~ 35.16%
G 227 of 674 ~ 33.68%
B 210 of 674 ~ 31.16%

%35.16
%33.68
%31.16

CMYK color model

#EDE3D2 color CMYK value is (0,4,11,7).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK:
(0,4,11,7)
C0M4Y11K7 
(0%,4%,11%,7%)
(0.00/0.04/0.11/0.07)	

CMYK percentages

%0
%4.22
%11.39
%7.06

Codes

Color #EDE3D2 in popluar color models

EDE3D2
RGB237227210
HSL38°42.86%87.65%
HSB/HSV38°11.39%92.94%
CMYK0.00%4.22%11.39%
7.06%

Color #EDE3D2 in popluar number systems.

HEXEDE3D2
Decimal237227210
Binary111011011110001111010010
Octal355343322

Shades and tints

Shades of #EDE3D2

#EDE3D2
(237,227,210)
#D8CFBF
(216,207,191)
#C3BBAC
(195,187,172)
#AEA799
(174,167,153)
#999386
(153,147,134)
#847F73
(132,127,115)
#6F6B60
(111,107,96)
#5A574D
(90,87,77)
#45433A
(69,67,58)
#302F27
(48,47,39)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDE3D2

#EDE3D2
(237,227,210)
#EEE5D6
(238,229,214)
#EFE7DA
(239,231,218)
#F0E9DE
(240,233,222)
#F1EBE2
(241,235,226)
#F2EDE6
(242,237,230)
#F3EFEA
(243,239,234)
#F4F1EE
(244,241,238)
#F5F3F2
(245,243,242)
#F6F5F6
(246,245,246)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE3D2 color. Also use rgb(237,227,210) instead hex code.

Text Font Color

.myTextColor { color: #EDE3D2; }

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

This text font color is #EDE3D2.


Background Color

.myBgColor { background-color: #EDE3D2; }

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

This div background color is #EDE3D2.


Border color

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

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

This div border color is #EDE3D2.


Opacity

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

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

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

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

This text has shadow with #EDE3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3D2 on black background.


Color preview on white background

This text has color #EDE3D2 on white background.



Black color preview on #EDE3D2 background

This text has black color on #EDE3D2 background.


White color preview on #EDE3D2 background

This text has white color on #EDE3D2 background.