COLOR #EDE9E9

HEX: #EDE9E9
RGB: (237,233,233)

Color info

#EDE9E9 contains red, green and blue colors in about the same proportion. Web safe color of #EDE9E9 is #FFFFFF (or #FFF).

RGB color model

#EDE9E9 color RGB value is (237,233,233).

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

RGB channels and saturation

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

237
233
233

R + G + B ~ 92%. #EDE9E9 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 233 + 233 = 703 (100%)
R 237 of 703 ~ 33.71%
G 233 of 703 ~ 33.14%
B 233 of 703 ~ 33.14%

%33.71
%33.14
%33.14

CMYK color model

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

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

CMYK percentages

%0
%1.69
%1.69
%7.06

Codes

Color #EDE9E9 in popluar color models

EDE9E9
RGB237233233
HSL10.00%92.16%
HSB/HSV1.69%92.94%
CMYK0.00%1.69%1.69%
7.06%

Color #EDE9E9 in popluar number systems.

HEXEDE9E9
Decimal237233233
Binary111011011110100111101001
Octal355351351

Shades and tints

Shades of #EDE9E9

#EDE9E9
(237,233,233)
#D8D4D4
(216,212,212)
#C3BFBF
(195,191,191)
#AEAAAA
(174,170,170)
#999595
(153,149,149)
#848080
(132,128,128)
#6F6B6B
(111,107,107)
#5A5656
(90,86,86)
#454141
(69,65,65)
#302C2C
(48,44,44)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDE9E9

#EDE9E9
(237,233,233)
#EEEBEB
(238,235,235)
#EFEDED
(239,237,237)
#F0EFEF
(240,239,239)
#F1F1F1
(241,241,241)
#F2F3F3
(242,243,243)
#F3F5F5
(243,245,245)
#F4F7F7
(244,247,247)
#F5F9F9
(245,249,249)
#F6FBFB
(246,251,251)
#F7FDFD
(247,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE9E9; }

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

This text font color is #EDE9E9.


Background Color

.myBgColor { background-color: #EDE9E9; }

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

This div background color is #EDE9E9.


Border color

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

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

This div border color is #EDE9E9.


Opacity

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

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

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

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

This text has shadow with #EDE9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9E9 on black background.


Color preview on white background

This text has color #EDE9E9 on white background.



Black color preview on #EDE9E9 background

This text has black color on #EDE9E9 background.


White color preview on #EDE9E9 background

This text has white color on #EDE9E9 background.