COLOR #EDFEEB

HEX: #EDFEEB
RGB: (237,254,235)

Color info

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

RGB color model

#EDFEEB color RGB value is (237,254,235).

  • red value is 237;
  • green value is 254;
  • blue value is 235.
RGB:
(237,254,235)
(93%,100%,92%)

RGB channels and saturation

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

237
254
235

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

Portions of RGB colors in percentages

R + G + B =
237 + 254 + 235 = 726 (100%)
R 237 of 726 ~ 32.64%
G 254 of 726 ~ 34.99%
B 235 of 726 ~ 32.37%

%32.64
%34.99
%32.37

CMYK color model

#EDFEEB color CMYK value is (7,0,7,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(7,0,7,0)
C7M0Y7K0 
(7%,0%,7%,0%)
(0.07/0.00/0.07/0.00)	

CMYK percentages

%6.69
%0
%7.48
%0.39

Codes

Color #EDFEEB in popluar color models

EDFEEB
RGB237254235
HSL114°90.48%95.88%
HSB/HSV114°7.48%99.61%
CMYK6.69%0.00%7.48%
0.39%

Color #EDFEEB in popluar number systems.

HEXEDFEEB
Decimal237254235
Binary111011011111111011101011
Octal355376353

Shades and tints

Shades of #EDFEEB

#EDFEEB
(237,254,235)
#D8E7D6
(216,231,214)
#C3D0C1
(195,208,193)
#AEB9AC
(174,185,172)
#99A297
(153,162,151)
#848B82
(132,139,130)
#6F746D
(111,116,109)
#5A5D58
(90,93,88)
#454643
(69,70,67)
#302F2E
(48,47,46)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDFEEB

#EDFEEB
(237,254,235)
#EEFEEC
(238,254,236)
#EFFEED
(239,254,237)
#F0FEEE
(240,254,238)
#F1FEEF
(241,254,239)
#F2FEF0
(242,254,240)
#F3FEF1
(243,254,241)
#F4FEF2
(244,254,242)
#F5FEF3
(245,254,243)
#F6FEF4
(246,254,244)
#F7FEF5
(247,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEEB; }

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

This text font color is #EDFEEB.


Background Color

.myBgColor { background-color: #EDFEEB; }

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

This div background color is #EDFEEB.


Border color

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

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

This div border color is #EDFEEB.


Opacity

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

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

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

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

This text has shadow with #EDFEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEEB on black background.


Color preview on white background

This text has color #EDFEEB on white background.



Black color preview on #EDFEEB background

This text has black color on #EDFEEB background.


White color preview on #EDFEEB background

This text has white color on #EDFEEB background.