COLOR #EDE1CA

HEX: #EDE1CA
RGB: (237,225,202)

Color info

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

RGB color model

#EDE1CA color RGB value is (237,225,202).

  • red value is 237;
  • green value is 225;
  • blue value is 202.
RGB:
(237,225,202)
(93%,88%,79%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 202 of 255 = 79%

237
225
202

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

Portions of RGB colors in percentages

R + G + B =
237 + 225 + 202 = 664 (100%)
R 237 of 664 ~ 35.69%
G 225 of 664 ~ 33.89%
B 202 of 664 ~ 30.42%

%35.69
%33.89
%30.42

CMYK color model

#EDE1CA color CMYK value is (0,5,15,7).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 14.77%
  • key color value is 7.06%
CMYK:
(0,5,15,7)
C0M5Y15K7 
(0%,5%,15%,7%)
(0.00/0.05/0.15/0.07)	

CMYK percentages

%0
%5.06
%14.77
%7.06

Codes

Color #EDE1CA in popluar color models

EDE1CA
RGB237225202
HSL39°49.30%86.08%
HSB/HSV39°14.77%92.94%
CMYK0.00%5.06%14.77%
7.06%

Color #EDE1CA in popluar number systems.

HEXEDE1CA
Decimal237225202
Binary111011011110000111001010
Octal355341312

Shades and tints

Shades of #EDE1CA

#EDE1CA
(237,225,202)
#D8CDB8
(216,205,184)
#C3B9A6
(195,185,166)
#AEA594
(174,165,148)
#999182
(153,145,130)
#847D70
(132,125,112)
#6F695E
(111,105,94)
#5A554C
(90,85,76)
#45413A
(69,65,58)
#302D28
(48,45,40)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDE1CA

#EDE1CA
(237,225,202)
#EEE3CE
(238,227,206)
#EFE5D2
(239,229,210)
#F0E7D6
(240,231,214)
#F1E9DA
(241,233,218)
#F2EBDE
(242,235,222)
#F3EDE2
(243,237,226)
#F4EFE6
(244,239,230)
#F5F1EA
(245,241,234)
#F6F3EE
(246,243,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE1CA color. Also use rgb(237,225,202) instead hex code.

Text Font Color

.myTextColor { color: #EDE1CA; }

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

This text font color is #EDE1CA.


Background Color

.myBgColor { background-color: #EDE1CA; }

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

This div background color is #EDE1CA.


Border color

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

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

This div border color is #EDE1CA.


Opacity

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

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

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

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

This text has shadow with #EDE1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1CA on black background.


Color preview on white background

This text has color #EDE1CA on white background.



Black color preview on #EDE1CA background

This text has black color on #EDE1CA background.


White color preview on #EDE1CA background

This text has white color on #EDE1CA background.