COLOR #EDEED7

HEX: #EDEED7
RGB: (237,238,215)

Color info

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

RGB color model

#EDEED7 color RGB value is (237,238,215).

  • red value is 237;
  • green value is 238;
  • blue value is 215.
RGB:
(237,238,215)
(93%,93%,84%)

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 215 of 255 = 84%

237
238
215

R + G + B ~ 90%. #EDEED7 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 238 + 215 = 690 (100%)
R 237 of 690 ~ 34.35%
G 238 of 690 ~ 34.49%
B 215 of 690 ~ 31.16%

%34.35
%34.49
%31.16

CMYK color model

#EDEED7 color CMYK value is (0,0,10,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(0,0,10,7)
C0M0Y10K7 
(0%,0%,10%,7%)
(0.00/0.00/0.10/0.07)	

CMYK percentages

%0.42
%0
%9.66
%6.67

Codes

Color #EDEED7 in popluar color models

EDEED7
RGB237238215
HSL63°40.35%88.82%
HSB/HSV63°9.66%93.33%
CMYK0.42%0.00%9.66%
6.67%

Color #EDEED7 in popluar number systems.

HEXEDEED7
Decimal237238215
Binary111011011110111011010111
Octal355356327

Shades and tints

Shades of #EDEED7

#EDEED7
(237,238,215)
#D8D9C4
(216,217,196)
#C3C4B1
(195,196,177)
#AEAF9E
(174,175,158)
#999A8B
(153,154,139)
#848578
(132,133,120)
#6F7065
(111,112,101)
#5A5B52
(90,91,82)
#45463F
(69,70,63)
#30312C
(48,49,44)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #EDEED7

#EDEED7
(237,238,215)
#EEEFDA
(238,239,218)
#EFF0DD
(239,240,221)
#F0F1E0
(240,241,224)
#F1F2E3
(241,242,227)
#F2F3E6
(242,243,230)
#F3F4E9
(243,244,233)
#F4F5EC
(244,245,236)
#F5F6EF
(245,246,239)
#F6F7F2
(246,247,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEED7; }

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

This text font color is #EDEED7.


Background Color

.myBgColor { background-color: #EDEED7; }

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

This div background color is #EDEED7.


Border color

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

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

This div border color is #EDEED7.


Opacity

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

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

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

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

This text has shadow with #EDEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEED7 on black background.


Color preview on white background

This text has color #EDEED7 on white background.



Black color preview on #EDEED7 background

This text has black color on #EDEED7 background.


White color preview on #EDEED7 background

This text has white color on #EDEED7 background.