COLOR #EDF8CC

HEX: #EDF8CC RGB: (237,248,204)

Color info

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

RGB color model

#EDF8CC color RGB value is (237,248,204).

RGB: (237,248,204) (93%, 97%, 80%)

RGB channels and saturation

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

237
248
204

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

Portions of RGB colors in percentages

R + G + B = 237 + 248 + 204 = 689 (100%)
R 237 of 689 ~ 34.4%
G 248 of 689 ~ 35.99%
B 204 of 689 ~ 29.61'%

%34.4
%35.99
%29.61

CMYK color model

#EDF8CC color CMYK value is (4,0,18,3).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 2.75%

CMYK: (4,0,18,3)
C4M0Y18K3 (4%, 0%, 18%, 3%)
(0.04 / 0.00 / 0.18 / 0.03)

CMYK percentages

%4.44
%0
%17.74
%2.75

Codes

Color #EDF8CC in popluar color models

ED F8 CC
RGB 237 248 204
HSL 75° 75.86% 88.63%
HSB/HSV 75° 17.74% 97.25%
CMYK 4.44% 0.00% 17.74%
2.75%

Color #EDF8CC in popluar number systems.

HEX ED F8 CC
Decimal 237 248 204
Binary 11101101 11111000 11001100
Octal 355 370 314

Shades and tints

Shades of #EDF8CC

#EDF8CC
(237,248,204)
#D8E2BA
(216,226,186)
#C3CCA8
(195,204,168)
#AEB696
(174,182,150)
#99A084
(153,160,132)
#848A72
(132,138,114)
#6F7460
(111,116,96)
#5A5E4E
(90,94,78)
#45483C
(69,72,60)
#30322A
(48,50,42)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDF8CC

#EDF8CC
(237,248,204)
#EEF8D0
(238,248,208)
#EFF8D4
(239,248,212)
#F0F8D8
(240,248,216)
#F1F8DC
(241,248,220)
#F2F8E0
(242,248,224)
#F3F8E4
(243,248,228)
#F4F8E8
(244,248,232)
#F5F8EC
(245,248,236)
#F6F8F0
(246,248,240)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF8CC; }

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

This text font color is #EDF8CC.

Background Color

.myBgColor { background-color: #EDF8CC; }

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

This div background color is #EDF8CC.

Border color

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

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

This div border color is #EDF8CC.

Opacity

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

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

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

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

This text has shadow with #EDF8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF8CC.

Preview

Color preview on black background

This text has color #EDF8CC on black background.


Color preview on white background

This text has color #EDF8CC on white background.


Black color preview on #EDF8CC background

This text has black color on #EDF8CC background.


White color preview on #EDF8CC background

This text has white color on #EDF8CC background.


Related colors

Complementary color

Complementary color for #hex is #120733.


I love getcolorcode.com

Triadic colors

1 #CCEDF8 and #F8CCED with #EDF8CC are triadic colors.

2 #CCF8ED and #F8EDCC with #EDF8CC are triadic colors.