COLOR #EDEADC

HEX: #EDEADC
RGB: (237,234,220)

Color info

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

RGB color model

#EDEADC color RGB value is (237,234,220).

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

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 220 of 255 = 86%

237
234
220

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 220 = 691 (100%)
R 237 of 691 ~ 34.3%
G 234 of 691 ~ 33.86%
B 220 of 691 ~ 31.84%

%34.3
%33.86
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,1,7,7)
C0M1Y7K7 
(0%,1%,7%,7%)
(0.00/0.01/0.07/0.07)	

CMYK percentages

%0
%1.27
%7.17
%7.06

Codes

Color #EDEADC in popluar color models

EDEADC
RGB237234220
HSL49°32.08%89.61%
HSB/HSV49°7.17%92.94%
CMYK0.00%1.27%7.17%
7.06%

Color #EDEADC in popluar number systems.

HEXEDEADC
Decimal237234220
Binary111011011110101011011100
Octal355352334

Shades and tints

Shades of #EDEADC

#EDEADC
(237,234,220)
#D8D5C8
(216,213,200)
#C3C0B4
(195,192,180)
#AEABA0
(174,171,160)
#99968C
(153,150,140)
#848178
(132,129,120)
#6F6C64
(111,108,100)
#5A5750
(90,87,80)
#45423C
(69,66,60)
#302D28
(48,45,40)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDEADC

#EDEADC
(237,234,220)
#EEEBDF
(238,235,223)
#EFECE2
(239,236,226)
#F0EDE5
(240,237,229)
#F1EEE8
(241,238,232)
#F2EFEB
(242,239,235)
#F3F0EE
(243,240,238)
#F4F1F1
(244,241,241)
#F5F2F4
(245,242,244)
#F6F3F7
(246,243,247)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEADC; }

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

This text font color is #EDEADC.


Background Color

.myBgColor { background-color: #EDEADC; }

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

This div background color is #EDEADC.


Border color

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

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

This div border color is #EDEADC.


Opacity

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

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

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

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

This text has shadow with #EDEADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEADC on black background.


Color preview on white background

This text has color #EDEADC on white background.



Black color preview on #EDEADC background

This text has black color on #EDEADC background.


White color preview on #EDEADC background

This text has white color on #EDEADC background.