COLOR #EDFFE6

HEX: #EDFFE6
RGB: (237,255,230)

Color info

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

RGB color model

#EDFFE6 color RGB value is (237,255,230).

  • red value is 237;
  • green value is 255;
  • blue value is 230.
RGB:
(237,255,230)
(93%,100%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 255 of 255 = 100%
B 230 of 255 = 90%

237
255
230

R + G + B ~ 94%. #EDFFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 255 + 230 = 722 (100%)
R 237 of 722 ~ 32.83%
G 255 of 722 ~ 35.32%
B 230 of 722 ~ 31.86%

%32.83
%35.32
%31.86

CMYK color model

#EDFFE6 color CMYK value is (7,0,10,0).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(7,0,10,0)
C7M0Y10K0 
(7%,0%,10%,0%)
(0.07/0.00/0.10/0.00)	

CMYK percentages

%7.06
%0
%9.8
%0

Codes

Color #EDFFE6 in popluar color models

EDFFE6
RGB237255230
HSL103°100.00%95.10%
HSB/HSV103°9.80%100.00%
CMYK7.06%0.00%9.80%
0.00%

Color #EDFFE6 in popluar number systems.

HEXEDFFE6
Decimal237255230
Binary111011011111111111100110
Octal355377346

Shades and tints

Shades of #EDFFE6

#EDFFE6
(237,255,230)
#D8E8D2
(216,232,210)
#C3D1BE
(195,209,190)
#AEBAAA
(174,186,170)
#99A396
(153,163,150)
#848C82
(132,140,130)
#6F756E
(111,117,110)
#5A5E5A
(90,94,90)
#454746
(69,71,70)
#303032
(48,48,50)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #EDFFE6

#EDFFE6
(237,255,230)
#EEFFE8
(238,255,232)
#EFFFEA
(239,255,234)
#F0FFEC
(240,255,236)
#F1FFEE
(241,255,238)
#F2FFF0
(242,255,240)
#F3FFF2
(243,255,242)
#F4FFF4
(244,255,244)
#F5FFF6
(245,255,246)
#F6FFF8
(246,255,248)
#F7FFFA
(247,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFFE6 color. Also use rgb(237,255,230) instead hex code.

Text Font Color

.myTextColor { color: #EDFFE6; }

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

This text font color is #EDFFE6.


Background Color

.myBgColor { background-color: #EDFFE6; }

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

This div background color is #EDFFE6.


Border color

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

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

This div border color is #EDFFE6.


Opacity

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

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

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

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

This text has shadow with #EDFFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFE6 on black background.


Color preview on white background

This text has color #EDFFE6 on white background.



Black color preview on #EDFFE6 background

This text has black color on #EDFFE6 background.


White color preview on #EDFFE6 background

This text has white color on #EDFFE6 background.