COLOR #EDEDE3

HEX: #EDEDE3
RGB: (237,237,227)

Color info

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

RGB color model

#EDEDE3 color RGB value is (237,237,227).

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

RGB channels and saturation

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

237
237
227

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

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 227 = 701 (100%)
R 237 of 701 ~ 33.81%
G 237 of 701 ~ 33.81%
B 227 of 701 ~ 32.38%

%33.81
%33.81
%32.38

CMYK color model

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

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

CMYK percentages

%0
%0
%4.22
%7.06

Codes

Color #EDEDE3 in popluar color models

EDEDE3
RGB237237227
HSL60°21.74%90.98%
HSB/HSV60°4.22%92.94%
CMYK0.00%0.00%4.22%
7.06%

Color #EDEDE3 in popluar number systems.

HEXEDEDE3
Decimal237237227
Binary111011011110110111100011
Octal355355343

Shades and tints

Shades of #EDEDE3

#EDEDE3
(237,237,227)
#D8D8CF
(216,216,207)
#C3C3BB
(195,195,187)
#AEAEA7
(174,174,167)
#999993
(153,153,147)
#84847F
(132,132,127)
#6F6F6B
(111,111,107)
#5A5A57
(90,90,87)
#454543
(69,69,67)
#30302F
(48,48,47)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDEDE3

#EDEDE3
(237,237,227)
#EEEEE5
(238,238,229)
#EFEFE7
(239,239,231)
#F0F0E9
(240,240,233)
#F1F1EB
(241,241,235)
#F2F2ED
(242,242,237)
#F3F3EF
(243,243,239)
#F4F4F1
(244,244,241)
#F5F5F3
(245,245,243)
#F6F6F5
(246,246,245)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDE3; }

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

This text font color is #EDEDE3.


Background Color

.myBgColor { background-color: #EDEDE3; }

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

This div background color is #EDEDE3.


Border color

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

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

This div border color is #EDEDE3.


Opacity

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

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

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

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

This text has shadow with #EDEDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDE3 on black background.


Color preview on white background

This text has color #EDEDE3 on white background.



Black color preview on #EDEDE3 background

This text has black color on #EDEDE3 background.


White color preview on #EDEDE3 background

This text has white color on #EDEDE3 background.