COLOR #EDEDE2

HEX: #EDEDE2 RGB: (237,237,226)

Color info

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

RGB color model

#EDEDE2 color RGB value is (237,237,226).

RGB: (237,237,226) (93%, 93%, 89%)

RGB channels and saturation

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

237
237
226

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

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 226 = 700 (100%)
R 237 of 700 ~ 33.86%
G 237 of 700 ~ 33.86%
B 226 of 700 ~ 32.29'%

%33.86
%33.86
%32.29

CMYK color model

#EDEDE2 color CMYK value is (0,0,5,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 7.06%

CMYK: (0,0,5,7)
C0M0Y5K7 (0%, 0%, 5%, 7%)
(0.00 / 0.00 / 0.05 / 0.07)

CMYK percentages

%0
%0
%4.64
%7.06

Codes

Color #EDEDE2 in popluar color models

ED ED E2
RGB 237 237 226
HSL 60° 23.40% 90.78%
HSB/HSV 60° 4.64% 92.94%
CMYK 0.00% 0.00% 4.64%
7.06%

Color #EDEDE2 in popluar number systems.

HEX ED ED E2
Decimal 237 237 226
Binary 11101101 11101101 11100010
Octal 355 355 342

Shades and tints

Shades of #EDEDE2

#EDEDE2
(237,237,226)
#D8D8CE
(216,216,206)
#C3C3BA
(195,195,186)
#AEAEA6
(174,174,166)
#999992
(153,153,146)
#84847E
(132,132,126)
#6F6F6A
(111,111,106)
#5A5A56
(90,90,86)
#454542
(69,69,66)
#30302E
(48,48,46)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDEDE2

#EDEDE2
(237,237,226)
#EEEEE4
(238,238,228)
#EFEFE6
(239,239,230)
#F0F0E8
(240,240,232)
#F1F1EA
(241,241,234)
#F2F2EC
(242,242,236)
#F3F3EE
(243,243,238)
#F4F4F0
(244,244,240)
#F5F5F2
(245,245,242)
#F6F6F4
(246,246,244)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDE2; }

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

This text font color is #EDEDE2.

Background Color

.myBgColor { background-color: #EDEDE2; }

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

This div background color is #EDEDE2.

Border color

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

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

This div border color is #EDEDE2.

Opacity

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

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

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

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

This text has shadow with #EDEDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDE2.

Preview

Color preview on black background

This text has color #EDEDE2 on black background.


Color preview on white background

This text has color #EDEDE2 on white background.


Black color preview on #EDEDE2 background

This text has black color on #EDEDE2 background.


White color preview on #EDEDE2 background

This text has white color on #EDEDE2 background.


Related colors

Complementary color

Complementary color for #hex is #12121D.


I love getcolorcode.com