COLOR #EDF3C5

HEX: #EDF3C5
RGB: (237,243,197)

Color info

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

RGB color model

#EDF3C5 color RGB value is (237,243,197).

  • red value is 237;
  • green value is 243;
  • blue value is 197.
RGB:
(237,243,197)
(93%,95%,77%)

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 197 of 255 = 77%

237
243
197

R + G + B ~ 88%. #EDF3C5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 197 = 677 (100%)
R 237 of 677 ~ 35.01%
G 243 of 677 ~ 35.89%
B 197 of 677 ~ 29.1%

%35.01
%35.89
%29.1

CMYK color model

#EDF3C5 color CMYK value is (2,0,19,5).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 4.71%
CMYK:
(2,0,19,5)
C2M0Y19K5 
(2%,0%,19%,5%)
(0.02/0.00/0.19/0.05)	

CMYK percentages

%2.47
%0
%18.93
%4.71

Codes

Color #EDF3C5 in popluar color models

EDF3C5
RGB237243197
HSL68°65.71%86.27%
HSB/HSV68°18.93%95.29%
CMYK2.47%0.00%18.93%
4.71%

Color #EDF3C5 in popluar number systems.

HEXEDF3C5
Decimal237243197
Binary111011011111001111000101
Octal355363305

Shades and tints

Shades of #EDF3C5

#EDF3C5
(237,243,197)
#D8DDB4
(216,221,180)
#C3C7A3
(195,199,163)
#AEB192
(174,177,146)
#999B81
(153,155,129)
#848570
(132,133,112)
#6F6F5F
(111,111,95)
#5A594E
(90,89,78)
#45433D
(69,67,61)
#302D2C
(48,45,44)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDF3C5

#EDF3C5
(237,243,197)
#EEF4CA
(238,244,202)
#EFF5CF
(239,245,207)
#F0F6D4
(240,246,212)
#F1F7D9
(241,247,217)
#F2F8DE
(242,248,222)
#F3F9E3
(243,249,227)
#F4FAE8
(244,250,232)
#F5FBED
(245,251,237)
#F6FCF2
(246,252,242)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF3C5 color. Also use rgb(237,243,197) instead hex code.

Text Font Color

.myTextColor { color: #EDF3C5; }

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

This text font color is #EDF3C5.


Background Color

.myBgColor { background-color: #EDF3C5; }

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

This div background color is #EDF3C5.


Border color

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

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

This div border color is #EDF3C5.


Opacity

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

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

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

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

This text has shadow with #EDF3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3C5 on black background.


Color preview on white background

This text has color #EDF3C5 on white background.



Black color preview on #EDF3C5 background

This text has black color on #EDF3C5 background.


White color preview on #EDF3C5 background

This text has white color on #EDF3C5 background.