COLOR #EDF6CC

HEX: #EDF6CC
RGB: (237,246,204)

Color info

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

RGB color model

#EDF6CC color RGB value is (237,246,204).

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

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 204 of 255 = 80%

237
246
204

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

Portions of RGB colors in percentages

R + G + B =
237 + 246 + 204 = 687 (100%)
R 237 of 687 ~ 34.5%
G 246 of 687 ~ 35.81%
B 204 of 687 ~ 29.69%

%34.5
%35.81
%29.69

CMYK color model

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

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 3.53%
CMYK:
(4,0,17,4)
C4M0Y17K4 
(4%,0%,17%,4%)
(0.04/0.00/0.17/0.04)	

CMYK percentages

%3.66
%0
%17.07
%3.53

Codes

Color #EDF6CC in popluar color models

EDF6CC
RGB237246204
HSL73°70.00%88.24%
HSB/HSV73°17.07%96.47%
CMYK3.66%0.00%17.07%
3.53%

Color #EDF6CC in popluar number systems.

HEXEDF6CC
Decimal237246204
Binary111011011111011011001100
Octal355366314

Shades and tints

Shades of #EDF6CC

#EDF6CC
(237,246,204)
#D8E0BA
(216,224,186)
#C3CAA8
(195,202,168)
#AEB496
(174,180,150)
#999E84
(153,158,132)
#848872
(132,136,114)
#6F7260
(111,114,96)
#5A5C4E
(90,92,78)
#45463C
(69,70,60)
#30302A
(48,48,42)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDF6CC

#EDF6CC
(237,246,204)
#EEF6D0
(238,246,208)
#EFF6D4
(239,246,212)
#F0F6D8
(240,246,216)
#F1F6DC
(241,246,220)
#F2F6E0
(242,246,224)
#F3F6E4
(243,246,228)
#F4F6E8
(244,246,232)
#F5F6EC
(245,246,236)
#F6F6F0
(246,246,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6CC; }

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

This text font color is #EDF6CC.


Background Color

.myBgColor { background-color: #EDF6CC; }

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

This div background color is #EDF6CC.


Border color

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

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

This div border color is #EDF6CC.


Opacity

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

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

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

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

This text has shadow with #EDF6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6CC on black background.


Color preview on white background

This text has color #EDF6CC on white background.



Black color preview on #EDF6CC background

This text has black color on #EDF6CC background.


White color preview on #EDF6CC background

This text has white color on #EDF6CC background.