COLOR #EDFDC1

HEX: #EDFDC1
RGB: (237,253,193)

Color info

#EDFDC1 contains mainly red and green colors. Web safe color of #EDFDC1 is #FFFFCC (or #FFC).

RGB color model

#EDFDC1 color RGB value is (237,253,193).

  • red value is 237;
  • green value is 253;
  • blue value is 193.
RGB:
(237,253,193)
(93%,99%,76%)

RGB channels and saturation

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

237
253
193

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

Portions of RGB colors in percentages

R + G + B =
237 + 253 + 193 = 683 (100%)
R 237 of 683 ~ 34.7%
G 253 of 683 ~ 37.04%
B 193 of 683 ~ 28.26%

%34.7
%37.04
%28.26

CMYK color model

#EDFDC1 color CMYK value is (6,0,24,1).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 23.72%
  • key color value is 0.78%
CMYK:
(6,0,24,1)
C6M0Y24K1 
(6%,0%,24%,1%)
(0.06/0.00/0.24/0.01)	

CMYK percentages

%6.32
%0
%23.72
%0.78

Codes

Color #EDFDC1 in popluar color models

EDFDC1
RGB237253193
HSL76°93.75%87.45%
HSB/HSV76°23.72%99.22%
CMYK6.32%0.00%23.72%
0.78%

Color #EDFDC1 in popluar number systems.

HEXEDFDC1
Decimal237253193
Binary111011011111110111000001
Octal355375301

Shades and tints

Shades of #EDFDC1

#EDFDC1
(237,253,193)
#D8E6B0
(216,230,176)
#C3CF9F
(195,207,159)
#AEB88E
(174,184,142)
#99A17D
(153,161,125)
#848A6C
(132,138,108)
#6F735B
(111,115,91)
#5A5C4A
(90,92,74)
#454539
(69,69,57)
#302E28
(48,46,40)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDFDC1

#EDFDC1
(237,253,193)
#EEFDC6
(238,253,198)
#EFFDCB
(239,253,203)
#F0FDD0
(240,253,208)
#F1FDD5
(241,253,213)
#F2FDDA
(242,253,218)
#F3FDDF
(243,253,223)
#F4FDE4
(244,253,228)
#F5FDE9
(245,253,233)
#F6FDEE
(246,253,238)
#F7FDF3
(247,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFDC1; }

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

This text font color is #EDFDC1.


Background Color

.myBgColor { background-color: #EDFDC1; }

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

This div background color is #EDFDC1.


Border color

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

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

This div border color is #EDFDC1.


Opacity

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

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

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

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

This text has shadow with #EDFDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFDC1 on black background.


Color preview on white background

This text has color #EDFDC1 on white background.



Black color preview on #EDFDC1 background

This text has black color on #EDFDC1 background.


White color preview on #EDFDC1 background

This text has white color on #EDFDC1 background.