COLOR #EDF7CC

HEX: #EDF7CC
RGB: (237,247,204)

Color info

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

RGB color model

#EDF7CC color RGB value is (237,247,204).

  • red value is 237;
  • green value is 247;
  • blue value is 204.
RGB:
(237,247,204)
(93%,97%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 204 of 255 = 80%

237
247
204

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

Portions of RGB colors in percentages

R + G + B =
237 + 247 + 204 = 688 (100%)
R 237 of 688 ~ 34.45%
G 247 of 688 ~ 35.9%
B 204 of 688 ~ 29.65%

%34.45
%35.9
%29.65

CMYK color model

#EDF7CC color CMYK value is (4,0,17,3).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(4,0,17,3)
C4M0Y17K3 
(4%,0%,17%,3%)
(0.04/0.00/0.17/0.03)	

CMYK percentages

%4.05
%0
%17.41
%3.14

Codes

Color #EDF7CC in popluar color models

EDF7CC
RGB237247204
HSL74°72.88%88.43%
HSB/HSV74°17.41%96.86%
CMYK4.05%0.00%17.41%
3.14%

Color #EDF7CC in popluar number systems.

HEXEDF7CC
Decimal237247204
Binary111011011111011111001100
Octal355367314

Shades and tints

Shades of #EDF7CC

#EDF7CC
(237,247,204)
#D8E1BA
(216,225,186)
#C3CBA8
(195,203,168)
#AEB596
(174,181,150)
#999F84
(153,159,132)
#848972
(132,137,114)
#6F7360
(111,115,96)
#5A5D4E
(90,93,78)
#45473C
(69,71,60)
#30312A
(48,49,42)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #EDF7CC

#EDF7CC
(237,247,204)
#EEF7D0
(238,247,208)
#EFF7D4
(239,247,212)
#F0F7D8
(240,247,216)
#F1F7DC
(241,247,220)
#F2F7E0
(242,247,224)
#F3F7E4
(243,247,228)
#F4F7E8
(244,247,232)
#F5F7EC
(245,247,236)
#F6F7F0
(246,247,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF7CC color. Also use rgb(237,247,204) instead hex code.

Text Font Color

.myTextColor { color: #EDF7CC; }

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

This text font color is #EDF7CC.


Background Color

.myBgColor { background-color: #EDF7CC; }

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

This div background color is #EDF7CC.


Border color

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

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

This div border color is #EDF7CC.


Opacity

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

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

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

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

This text has shadow with #EDF7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7CC on black background.


Color preview on white background

This text has color #EDF7CC on white background.



Black color preview on #EDF7CC background

This text has black color on #EDF7CC background.


White color preview on #EDF7CC background

This text has white color on #EDF7CC background.