COLOR #EDE9E3

HEX: #EDE9E3
RGB: (237,233,227)

Color info

#EDE9E3 contains red, green and blue colors in about the same proportion. Web safe color of #EDE9E3 is #FFFFCC (or #FFC).

RGB color model

#EDE9E3 color RGB value is (237,233,227).

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

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 227 of 255 = 89%

237
233
227

R + G + B ~ 91%. #EDE9E3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 233 + 227 = 697 (100%)
R 237 of 697 ~ 34%
G 233 of 697 ~ 33.43%
B 227 of 697 ~ 32.57%

%34
%33.43
%32.57

CMYK color model

#EDE9E3 color CMYK value is (0,2,4,7).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(0,2,4,7)
C0M2Y4K7 
(0%,2%,4%,7%)
(0.00/0.02/0.04/0.07)	

CMYK percentages

%0
%1.69
%4.22
%7.06

Codes

Color #EDE9E3 in popluar color models

EDE9E3
RGB237233227
HSL36°21.74%90.98%
HSB/HSV36°4.22%92.94%
CMYK0.00%1.69%4.22%
7.06%

Color #EDE9E3 in popluar number systems.

HEXEDE9E3
Decimal237233227
Binary111011011110100111100011
Octal355351343

Shades and tints

Shades of #EDE9E3

#EDE9E3
(237,233,227)
#D8D4CF
(216,212,207)
#C3BFBB
(195,191,187)
#AEAAA7
(174,170,167)
#999593
(153,149,147)
#84807F
(132,128,127)
#6F6B6B
(111,107,107)
#5A5657
(90,86,87)
#454143
(69,65,67)
#302C2F
(48,44,47)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDE9E3

#EDE9E3
(237,233,227)
#EEEBE5
(238,235,229)
#EFEDE7
(239,237,231)
#F0EFE9
(240,239,233)
#F1F1EB
(241,241,235)
#F2F3ED
(242,243,237)
#F3F5EF
(243,245,239)
#F4F7F1
(244,247,241)
#F5F9F3
(245,249,243)
#F6FBF5
(246,251,245)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE9E3; }

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

This text font color is #EDE9E3.


Background Color

.myBgColor { background-color: #EDE9E3; }

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

This div background color is #EDE9E3.


Border color

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

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

This div border color is #EDE9E3.


Opacity

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

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

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

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

This text has shadow with #EDE9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9E3 on black background.


Color preview on white background

This text has color #EDE9E3 on white background.



Black color preview on #EDE9E3 background

This text has black color on #EDE9E3 background.


White color preview on #EDE9E3 background

This text has white color on #EDE9E3 background.