COLOR #EDF5CA

HEX: #EDF5CA
RGB: (237,245,202)

Color info

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

RGB color model

#EDF5CA color RGB value is (237,245,202).

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

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 202 of 255 = 79%

237
245
202

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

Portions of RGB colors in percentages

R + G + B =
237 + 245 + 202 = 684 (100%)
R 237 of 684 ~ 34.65%
G 245 of 684 ~ 35.82%
B 202 of 684 ~ 29.53%

%34.65
%35.82
%29.53

CMYK color model

#EDF5CA color CMYK value is (3,0,18,4).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 17.55%
  • key color value is 3.92%
CMYK:
(3,0,18,4)
C3M0Y18K4 
(3%,0%,18%,4%)
(0.03/0.00/0.18/0.04)	

CMYK percentages

%3.27
%0
%17.55
%3.92

Codes

Color #EDF5CA in popluar color models

EDF5CA
RGB237245202
HSL71°68.25%87.65%
HSB/HSV71°17.55%96.08%
CMYK3.27%0.00%17.55%
3.92%

Color #EDF5CA in popluar number systems.

HEXEDF5CA
Decimal237245202
Binary111011011111010111001010
Octal355365312

Shades and tints

Shades of #EDF5CA

#EDF5CA
(237,245,202)
#D8DFB8
(216,223,184)
#C3C9A6
(195,201,166)
#AEB394
(174,179,148)
#999D82
(153,157,130)
#848770
(132,135,112)
#6F715E
(111,113,94)
#5A5B4C
(90,91,76)
#45453A
(69,69,58)
#302F28
(48,47,40)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDF5CA

#EDF5CA
(237,245,202)
#EEF5CE
(238,245,206)
#EFF5D2
(239,245,210)
#F0F5D6
(240,245,214)
#F1F5DA
(241,245,218)
#F2F5DE
(242,245,222)
#F3F5E2
(243,245,226)
#F4F5E6
(244,245,230)
#F5F5EA
(245,245,234)
#F6F5EE
(246,245,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5CA; }

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

This text font color is #EDF5CA.


Background Color

.myBgColor { background-color: #EDF5CA; }

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

This div background color is #EDF5CA.


Border color

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

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

This div border color is #EDF5CA.


Opacity

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

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

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

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

This text has shadow with #EDF5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5CA on black background.


Color preview on white background

This text has color #EDF5CA on white background.



Black color preview on #EDF5CA background

This text has black color on #EDF5CA background.


White color preview on #EDF5CA background

This text has white color on #EDF5CA background.