COLOR #EDEAD1

HEX: #EDEAD1
RGB: (237,234,209)

Color info

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

RGB color model

#EDEAD1 color RGB value is (237,234,209).

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

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 209 of 255 = 82%

237
234
209

R + G + B ~ 89%. #EDEAD1 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 209 = 680 (100%)
R 237 of 680 ~ 34.85%
G 234 of 680 ~ 34.41%
B 209 of 680 ~ 30.74%

%34.85
%34.41
%30.74

CMYK color model

#EDEAD1 color CMYK value is (0,1,12,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 11.81%
  • key color value is 7.06%
CMYK:
(0,1,12,7)
C0M1Y12K7 
(0%,1%,12%,7%)
(0.00/0.01/0.12/0.07)	

CMYK percentages

%0
%1.27
%11.81
%7.06

Codes

Color #EDEAD1 in popluar color models

EDEAD1
RGB237234209
HSL54°43.75%87.45%
HSB/HSV54°11.81%92.94%
CMYK0.00%1.27%11.81%
7.06%

Color #EDEAD1 in popluar number systems.

HEXEDEAD1
Decimal237234209
Binary111011011110101011010001
Octal355352321

Shades and tints

Shades of #EDEAD1

#EDEAD1
(237,234,209)
#D8D5BE
(216,213,190)
#C3C0AB
(195,192,171)
#AEAB98
(174,171,152)
#999685
(153,150,133)
#848172
(132,129,114)
#6F6C5F
(111,108,95)
#5A574C
(90,87,76)
#454239
(69,66,57)
#302D26
(48,45,38)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #EDEAD1

#EDEAD1
(237,234,209)
#EEEBD5
(238,235,213)
#EFECD9
(239,236,217)
#F0EDDD
(240,237,221)
#F1EEE1
(241,238,225)
#F2EFE5
(242,239,229)
#F3F0E9
(243,240,233)
#F4F1ED
(244,241,237)
#F5F2F1
(245,242,241)
#F6F3F5
(246,243,245)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAD1; }

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

This text font color is #EDEAD1.


Background Color

.myBgColor { background-color: #EDEAD1; }

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

This div background color is #EDEAD1.


Border color

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

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

This div border color is #EDEAD1.


Opacity

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

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

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

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

This text has shadow with #EDEAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAD1 on black background.


Color preview on white background

This text has color #EDEAD1 on white background.



Black color preview on #EDEAD1 background

This text has black color on #EDEAD1 background.


White color preview on #EDEAD1 background

This text has white color on #EDEAD1 background.