COLOR #EDFDC2

HEX: #EDFDC2 RGB: (237,253,194)

Color info

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

RGB color model

#EDFDC2 color RGB value is (237,253,194).

RGB: (237,253,194) (93%, 99%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 253 of 255 = 99%
B 194 of 255 = 76%

237
253
194

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

Portions of RGB colors in percentages

R + G + B = 237 + 253 + 194 = 684 (100%)
R 237 of 684 ~ 34.65%
G 253 of 684 ~ 36.99%
B 194 of 684 ~ 28.36'%

%34.65
%36.99
%28.36

CMYK color model

#EDFDC2 color CMYK value is (6,0,23,1).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 23.32%
  • key color value is 0.78%

CMYK: (6,0,23,1)
C6M0Y23K1 (6%, 0%, 23%, 1%)
(0.06 / 0.00 / 0.23 / 0.01)

CMYK percentages

%6.32
%0
%23.32
%0.78

Codes

Color #EDFDC2 in popluar color models

ED FD C2
RGB 237 253 194
HSL 76° 93.65% 87.65%
HSB/HSV 76° 23.32% 99.22%
CMYK 6.32% 0.00% 23.32%
0.78%

Color #EDFDC2 in popluar number systems.

HEX ED FD C2
Decimal 237 253 194
Binary 11101101 11111101 11000010
Octal 355 375 302

Shades and tints

Shades of #EDFDC2

#EDFDC2
(237,253,194)
#D8E6B1
(216,230,177)
#C3CFA0
(195,207,160)
#AEB88F
(174,184,143)
#99A17E
(153,161,126)
#848A6D
(132,138,109)
#6F735C
(111,115,92)
#5A5C4B
(90,92,75)
#45453A
(69,69,58)
#302E29
(48,46,41)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDFDC2

#EDFDC2
(237,253,194)
#EEFDC7
(238,253,199)
#EFFDCC
(239,253,204)
#F0FDD1
(240,253,209)
#F1FDD6
(241,253,214)
#F2FDDB
(242,253,219)
#F3FDE0
(243,253,224)
#F4FDE5
(244,253,229)
#F5FDEA
(245,253,234)
#F6FDEF
(246,253,239)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFDC2 color. Also use rgb(237,253,194) instead hex code.

Text Font Color

.myTextColor { color: #EDFDC2; }

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

This text font color is #EDFDC2.

Background Color

.myBgColor { background-color: #EDFDC2; }

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

This div background color is #EDFDC2.

Border color

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

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

This div border color is #EDFDC2.

Opacity

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

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

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

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

This text has shadow with #EDFDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFDC2.

Preview

Color preview on black background

This text has color #EDFDC2 on black background.


Color preview on white background

This text has color #EDFDC2 on white background.


Black color preview on #EDFDC2 background

This text has black color on #EDFDC2 background.


White color preview on #EDFDC2 background

This text has white color on #EDFDC2 background.


Related colors

Complementary color

Complementary color for #hex is #12023D.


I love getcolorcode.com

Triadic colors

1 #C2EDFD and #FDC2ED with #EDFDC2 are triadic colors.

2 #C2FDED and #FDEDC2 with #EDFDC2 are triadic colors.