COLOR #EDE4CD

HEX: #EDE4CD
RGB: (237,228,205)

Color info

#EDE4CD contains red, green and blue colors in about the same proportion. Web safe color of #EDE4CD is #FFCCCC (or #FCC).

RGB color model

#EDE4CD color RGB value is (237,228,205).

  • red value is 237;
  • green value is 228;
  • blue value is 205.
RGB:
(237,228,205)
(93%,89%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 205 of 255 = 80%

237
228
205

R + G + B ~ 87%. #EDE4CD is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 228 + 205 = 670 (100%)
R 237 of 670 ~ 35.37%
G 228 of 670 ~ 34.03%
B 205 of 670 ~ 30.6%

%35.37
%34.03
%30.6

CMYK color model

#EDE4CD color CMYK value is (0,4,14,7).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,4,14,7)
C0M4Y14K7 
(0%,4%,14%,7%)
(0.00/0.04/0.14/0.07)	

CMYK percentages

%0
%3.8
%13.5
%7.06

Codes

Color #EDE4CD in popluar color models

EDE4CD
RGB237228205
HSL43°47.06%86.67%
HSB/HSV43°13.50%92.94%
CMYK0.00%3.80%13.50%
7.06%

Color #EDE4CD in popluar number systems.

HEXEDE4CD
Decimal237228205
Binary111011011110010011001101
Octal355344315

Shades and tints

Shades of #EDE4CD

#EDE4CD
(237,228,205)
#D8D0BB
(216,208,187)
#C3BCA9
(195,188,169)
#AEA897
(174,168,151)
#999485
(153,148,133)
#848073
(132,128,115)
#6F6C61
(111,108,97)
#5A584F
(90,88,79)
#45443D
(69,68,61)
#30302B
(48,48,43)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #EDE4CD

#EDE4CD
(237,228,205)
#EEE6D1
(238,230,209)
#EFE8D5
(239,232,213)
#F0EAD9
(240,234,217)
#F1ECDD
(241,236,221)
#F2EEE1
(242,238,225)
#F3F0E5
(243,240,229)
#F4F2E9
(244,242,233)
#F5F4ED
(245,244,237)
#F6F6F1
(246,246,241)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE4CD color. Also use rgb(237,228,205) instead hex code.

Text Font Color

.myTextColor { color: #EDE4CD; }

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

This text font color is #EDE4CD.


Background Color

.myBgColor { background-color: #EDE4CD; }

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

This div background color is #EDE4CD.


Border color

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

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

This div border color is #EDE4CD.


Opacity

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

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

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

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

This text has shadow with #EDE4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE4CD on black background.


Color preview on white background

This text has color #EDE4CD on white background.



Black color preview on #EDE4CD background

This text has black color on #EDE4CD background.


White color preview on #EDE4CD background

This text has white color on #EDE4CD background.