COLOR #EDFFEB

HEX: #EDFFEB RGB: (237,255,235)

Color info

#EDFFEB contains red, green and blue colors in about the same proportion. Web safe color of #EDFFEB is #FFFFFF (or #FFF).

RGB color model

#EDFFEB color RGB value is (237,255,235).

RGB: (237,255,235) (93%, 100%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 255 of 255 = 100%
B 235 of 255 = 92%

237
255
235

R + G + B ~ 95%. #EDFFEB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 255 + 235 = 727 (100%)
R 237 of 727 ~ 32.6%
G 255 of 727 ~ 35.08%
B 235 of 727 ~ 32.32'%

%32.6
%35.08
%32.32

CMYK color model

#EDFFEB color CMYK value is (7,0,8,0).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 0.00%

CMYK: (7,0,8,0)
C7M0Y8K0 (7%, 0%, 8%, 0%)
(0.07 / 0.00 / 0.08 / 0.00)

CMYK percentages

%7.06
%0
%7.84
%0

Codes

Color #EDFFEB in popluar color models

ED FF EB
RGB 237 255 235
HSL 114° 100.00% 96.08%
HSB/HSV 114° 7.84% 100.00%
CMYK 7.06% 0.00% 7.84%
0.00%

Color #EDFFEB in popluar number systems.

HEX ED FF EB
Decimal 237 255 235
Binary 11101101 11111111 11101011
Octal 355 377 353

Shades and tints

Shades of #EDFFEB

#EDFFEB
(237,255,235)
#D8E8D6
(216,232,214)
#C3D1C1
(195,209,193)
#AEBAAC
(174,186,172)
#99A397
(153,163,151)
#848C82
(132,140,130)
#6F756D
(111,117,109)
#5A5E58
(90,94,88)
#454743
(69,71,67)
#30302E
(48,48,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDFFEB

#EDFFEB
(237,255,235)
#EEFFEC
(238,255,236)
#EFFFED
(239,255,237)
#F0FFEE
(240,255,238)
#F1FFEF
(241,255,239)
#F2FFF0
(242,255,240)
#F3FFF1
(243,255,241)
#F4FFF2
(244,255,242)
#F5FFF3
(245,255,243)
#F6FFF4
(246,255,244)
#F7FFF5
(247,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFFEB; }

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

This text font color is #EDFFEB.

Background Color

.myBgColor { background-color: #EDFFEB; }

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

This div background color is #EDFFEB.

Border color

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

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

This div border color is #EDFFEB.

Opacity

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

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

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

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

This text has shadow with #EDFFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFFEB.

Preview

Color preview on black background

This text has color #EDFFEB on black background.


Color preview on white background

This text has color #EDFFEB on white background.


Black color preview on #EDFFEB background

This text has black color on #EDFFEB background.


White color preview on #EDFFEB background

This text has white color on #EDFFEB background.


Related colors

Complementary color

Complementary color for #hex is #120014.


I love getcolorcode.com

Triadic colors

1 #EBEDFF and #FFEBED with #EDFFEB are triadic colors.

2 #EBFFED and #FFEDEB with #EDFFEB are triadic colors.