COLOR #EDEAD5

HEX: #EDEAD5
RGB: (237,234,213)

Color info

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

RGB color model

#EDEAD5 color RGB value is (237,234,213).

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

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 213 of 255 = 84%

237
234
213

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 213 = 684 (100%)
R 237 of 684 ~ 34.65%
G 234 of 684 ~ 34.21%
B 213 of 684 ~ 31.14%

%34.65
%34.21
%31.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(0,1,10,7)
C0M1Y10K7 
(0%,1%,10%,7%)
(0.00/0.01/0.10/0.07)	

CMYK percentages

%0
%1.27
%10.13
%7.06

Codes

Color #EDEAD5 in popluar color models

EDEAD5
RGB237234213
HSL53°40.00%88.24%
HSB/HSV53°10.13%92.94%
CMYK0.00%1.27%10.13%
7.06%

Color #EDEAD5 in popluar number systems.

HEXEDEAD5
Decimal237234213
Binary111011011110101011010101
Octal355352325

Shades and tints

Shades of #EDEAD5

#EDEAD5
(237,234,213)
#D8D5C2
(216,213,194)
#C3C0AF
(195,192,175)
#AEAB9C
(174,171,156)
#999689
(153,150,137)
#848176
(132,129,118)
#6F6C63
(111,108,99)
#5A5750
(90,87,80)
#45423D
(69,66,61)
#302D2A
(48,45,42)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDEAD5

#EDEAD5
(237,234,213)
#EEEBD8
(238,235,216)
#EFECDB
(239,236,219)
#F0EDDE
(240,237,222)
#F1EEE1
(241,238,225)
#F2EFE4
(242,239,228)
#F3F0E7
(243,240,231)
#F4F1EA
(244,241,234)
#F5F2ED
(245,242,237)
#F6F3F0
(246,243,240)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAD5; }

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

This text font color is #EDEAD5.


Background Color

.myBgColor { background-color: #EDEAD5; }

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

This div background color is #EDEAD5.


Border color

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

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

This div border color is #EDEAD5.


Opacity

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

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

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

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

This text has shadow with #EDEAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAD5 on black background.


Color preview on white background

This text has color #EDEAD5 on white background.



Black color preview on #EDEAD5 background

This text has black color on #EDEAD5 background.


White color preview on #EDEAD5 background

This text has white color on #EDEAD5 background.