COLOR #EDF1CC

HEX: #EDF1CC
RGB: (237,241,204)

Color info

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

RGB color model

#EDF1CC color RGB value is (237,241,204).

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

RGB channels and saturation

R 237 of 255 = 93%
G 241 of 255 = 95%
B 204 of 255 = 80%

237
241
204

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

Portions of RGB colors in percentages

R + G + B =
237 + 241 + 204 = 682 (100%)
R 237 of 682 ~ 34.75%
G 241 of 682 ~ 35.34%
B 204 of 682 ~ 29.91%

%34.75
%35.34
%29.91

CMYK color model

#EDF1CC color CMYK value is (2,0,15,5).

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 5.49%
CMYK:
(2,0,15,5)
C2M0Y15K5 
(2%,0%,15%,5%)
(0.02/0.00/0.15/0.05)	

CMYK percentages

%1.66
%0
%15.35
%5.49

Codes

Color #EDF1CC in popluar color models

EDF1CC
RGB237241204
HSL66°56.92%87.25%
HSB/HSV66°15.35%94.51%
CMYK1.66%0.00%15.35%
5.49%

Color #EDF1CC in popluar number systems.

HEXEDF1CC
Decimal237241204
Binary111011011111000111001100
Octal355361314

Shades and tints

Shades of #EDF1CC

#EDF1CC
(237,241,204)
#D8DCBA
(216,220,186)
#C3C7A8
(195,199,168)
#AEB296
(174,178,150)
#999D84
(153,157,132)
#848872
(132,136,114)
#6F7360
(111,115,96)
#5A5E4E
(90,94,78)
#45493C
(69,73,60)
#30342A
(48,52,42)
#1B1F18
(27,31,24)
#000000
(0,0,0)

Tints of #EDF1CC

#EDF1CC
(237,241,204)
#EEF2D0
(238,242,208)
#EFF3D4
(239,243,212)
#F0F4D8
(240,244,216)
#F1F5DC
(241,245,220)
#F2F6E0
(242,246,224)
#F3F7E4
(243,247,228)
#F4F8E8
(244,248,232)
#F5F9EC
(245,249,236)
#F6FAF0
(246,250,240)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF1CC; }

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

This text font color is #EDF1CC.


Background Color

.myBgColor { background-color: #EDF1CC; }

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

This div background color is #EDF1CC.


Border color

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

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

This div border color is #EDF1CC.


Opacity

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

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

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

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

This text has shadow with #EDF1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF1CC on black background.


Color preview on white background

This text has color #EDF1CC on white background.



Black color preview on #EDF1CC background

This text has black color on #EDF1CC background.


White color preview on #EDF1CC background

This text has white color on #EDF1CC background.