COLOR #EDEED5

HEX: #EDEED5
RGB: (237,238,213)

Color info

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

RGB color model

#EDEED5 color RGB value is (237,238,213).

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

RGB channels and saturation

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

237
238
213

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

Portions of RGB colors in percentages

R + G + B =
237 + 238 + 213 = 688 (100%)
R 237 of 688 ~ 34.45%
G 238 of 688 ~ 34.59%
B 213 of 688 ~ 30.96%

%34.45
%34.59
%30.96

CMYK color model

#EDEED5 color CMYK value is (0,0,11,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(0,0,11,7)
C0M0Y11K7 
(0%,0%,11%,7%)
(0.00/0.00/0.11/0.07)	

CMYK percentages

%0.42
%0
%10.5
%6.67

Codes

Color #EDEED5 in popluar color models

EDEED5
RGB237238213
HSL62°42.37%88.43%
HSB/HSV62°10.50%93.33%
CMYK0.42%0.00%10.50%
6.67%

Color #EDEED5 in popluar number systems.

HEXEDEED5
Decimal237238213
Binary111011011110111011010101
Octal355356325

Shades and tints

Shades of #EDEED5

#EDEED5
(237,238,213)
#D8D9C2
(216,217,194)
#C3C4AF
(195,196,175)
#AEAF9C
(174,175,156)
#999A89
(153,154,137)
#848576
(132,133,118)
#6F7063
(111,112,99)
#5A5B50
(90,91,80)
#45463D
(69,70,61)
#30312A
(48,49,42)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDEED5

#EDEED5
(237,238,213)
#EEEFD8
(238,239,216)
#EFF0DB
(239,240,219)
#F0F1DE
(240,241,222)
#F1F2E1
(241,242,225)
#F2F3E4
(242,243,228)
#F3F4E7
(243,244,231)
#F4F5EA
(244,245,234)
#F5F6ED
(245,246,237)
#F6F7F0
(246,247,240)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEED5; }

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

This text font color is #EDEED5.


Background Color

.myBgColor { background-color: #EDEED5; }

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

This div background color is #EDEED5.


Border color

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

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

This div border color is #EDEED5.


Opacity

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

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

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

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

This text has shadow with #EDEED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEED5 on black background.


Color preview on white background

This text has color #EDEED5 on white background.



Black color preview on #EDEED5 background

This text has black color on #EDEED5 background.


White color preview on #EDEED5 background

This text has white color on #EDEED5 background.