COLOR #EDF3D4

HEX: #EDF3D4
RGB: (237,243,212)

Color info

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

RGB color model

#EDF3D4 color RGB value is (237,243,212).

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

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 212 of 255 = 83%

237
243
212

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

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 212 = 692 (100%)
R 237 of 692 ~ 34.25%
G 243 of 692 ~ 35.12%
B 212 of 692 ~ 30.64%

%34.25
%35.12
%30.64

CMYK color model

#EDF3D4 color CMYK value is (2,0,13,5).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 4.71%
CMYK:
(2,0,13,5)
C2M0Y13K5 
(2%,0%,13%,5%)
(0.02/0.00/0.13/0.05)	

CMYK percentages

%2.47
%0
%12.76
%4.71

Codes

Color #EDF3D4 in popluar color models

EDF3D4
RGB237243212
HSL72°56.36%89.22%
HSB/HSV72°12.76%95.29%
CMYK2.47%0.00%12.76%
4.71%

Color #EDF3D4 in popluar number systems.

HEXEDF3D4
Decimal237243212
Binary111011011111001111010100
Octal355363324

Shades and tints

Shades of #EDF3D4

#EDF3D4
(237,243,212)
#D8DDC1
(216,221,193)
#C3C7AE
(195,199,174)
#AEB19B
(174,177,155)
#999B88
(153,155,136)
#848575
(132,133,117)
#6F6F62
(111,111,98)
#5A594F
(90,89,79)
#45433C
(69,67,60)
#302D29
(48,45,41)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDF3D4

#EDF3D4
(237,243,212)
#EEF4D7
(238,244,215)
#EFF5DA
(239,245,218)
#F0F6DD
(240,246,221)
#F1F7E0
(241,247,224)
#F2F8E3
(242,248,227)
#F3F9E6
(243,249,230)
#F4FAE9
(244,250,233)
#F5FBEC
(245,251,236)
#F6FCEF
(246,252,239)
#F7FDF2
(247,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3D4; }

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

This text font color is #EDF3D4.


Background Color

.myBgColor { background-color: #EDF3D4; }

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

This div background color is #EDF3D4.


Border color

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

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

This div border color is #EDF3D4.


Opacity

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

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

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

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

This text has shadow with #EDF3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3D4 on black background.


Color preview on white background

This text has color #EDF3D4 on white background.



Black color preview on #EDF3D4 background

This text has black color on #EDF3D4 background.


White color preview on #EDF3D4 background

This text has white color on #EDF3D4 background.