COLOR #EDFEC1

HEX: #EDFEC1 RGB: (237,254,193)

Color info

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

RGB color model

#EDFEC1 color RGB value is (237,254,193).

RGB: (237,254,193) (93%, 100%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 193 of 255 = 76%

237
254
193

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

Portions of RGB colors in percentages

R + G + B = 237 + 254 + 193 = 684 (100%)
R 237 of 684 ~ 34.65%
G 254 of 684 ~ 37.13%
B 193 of 684 ~ 28.22'%

%34.65
%37.13
%28.22

CMYK color model

#EDFEC1 color CMYK value is (7,0,24,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 0.39%
CMYK: (7,0,24,0) C7M0Y24K0 (7%,0%,24%,0%) (0.07/0.00/0.24/0.00) 

CMYK percentages

%6.69
%0
%24.02
%0.39

Codes

Color #EDFEC1 in popluar color models

ED FE C1
RGB 237 254 193
HSL 77° 96.83% 87.65%
HSB/HSV 77° 24.02% 99.61%
CMYK 6.69% 0.00% 24.02%
0.39%

Color #EDFEC1 in popluar number systems.

HEX ED FE C1
Decimal 237 254 193
Binary 11101101 11111110 11000001
Octal 355 376 301

Shades and tints

Shades of #EDFEC1

#EDFEC1
(237,254,193)
#D8E7B0
(216,231,176)
#C3D09F
(195,208,159)
#AEB98E
(174,185,142)
#99A27D
(153,162,125)
#848B6C
(132,139,108)
#6F745B
(111,116,91)
#5A5D4A
(90,93,74)
#454639
(69,70,57)
#302F28
(48,47,40)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDFEC1

#EDFEC1
(237,254,193)
#EEFEC6
(238,254,198)
#EFFECB
(239,254,203)
#F0FED0
(240,254,208)
#F1FED5
(241,254,213)
#F2FEDA
(242,254,218)
#F3FEDF
(243,254,223)
#F4FEE4
(244,254,228)
#F5FEE9
(245,254,233)
#F6FEEE
(246,254,238)
#F7FEF3
(247,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEC1; }

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

This text font color is #EDFEC1.

Background Color

.myBgColor { background-color: #EDFEC1; }

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

This div background color is #EDFEC1.

Border color

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

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

This div border color is #EDFEC1.

Opacity

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

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

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

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

This text has shadow with #EDFEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFEC1.

Preview

Color preview on black background

This text has color #EDFEC1 on black background.


Color preview on white background

This text has color #EDFEC1 on white background.


Black color preview on #EDFEC1 background

This text has black color on #EDFEC1 background.


White color preview on #EDFEC1 background

This text has white color on #EDFEC1 background.


Related colors

Complementary color

Complementary color for #hex is #12013E.


I love getcolorcode.com

Triadic colors

1 #C1EDFE and #FEC1ED with #EDFEC1 are triadic colors.

2 #C1FEED and #FEEDC1 with #EDFEC1 are triadic colors.