COLOR #EDF2EB

HEX: #EDF2EB
RGB: (237,242,235)

Color info

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

RGB color model

#EDF2EB color RGB value is (237,242,235).

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

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 235 of 255 = 92%

237
242
235

R + G + B ~ 93%. #EDF2EB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 242 + 235 = 714 (100%)
R 237 of 714 ~ 33.19%
G 242 of 714 ~ 33.89%
B 235 of 714 ~ 32.91%

%33.19
%33.89
%32.91

CMYK color model

#EDF2EB color CMYK value is (2,0,3,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK:
(2,0,3,5)
C2M0Y3K5 
(2%,0%,3%,5%)
(0.02/0.00/0.03/0.05)	

CMYK percentages

%2.07
%0
%2.89
%5.1

Codes

Color #EDF2EB in popluar color models

EDF2EB
RGB237242235
HSL103°21.21%93.53%
HSB/HSV103°2.89%94.90%
CMYK2.07%0.00%2.89%
5.10%

Color #EDF2EB in popluar number systems.

HEXEDF2EB
Decimal237242235
Binary111011011111001011101011
Octal355362353

Shades and tints

Shades of #EDF2EB

#EDF2EB
(237,242,235)
#D8DCD6
(216,220,214)
#C3C6C1
(195,198,193)
#AEB0AC
(174,176,172)
#999A97
(153,154,151)
#848482
(132,132,130)
#6F6E6D
(111,110,109)
#5A5858
(90,88,88)
#454243
(69,66,67)
#302C2E
(48,44,46)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDF2EB

#EDF2EB
(237,242,235)
#EEF3EC
(238,243,236)
#EFF4ED
(239,244,237)
#F0F5EE
(240,245,238)
#F1F6EF
(241,246,239)
#F2F7F0
(242,247,240)
#F3F8F1
(243,248,241)
#F4F9F2
(244,249,242)
#F5FAF3
(245,250,243)
#F6FBF4
(246,251,244)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2EB; }

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

This text font color is #EDF2EB.


Background Color

.myBgColor { background-color: #EDF2EB; }

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

This div background color is #EDF2EB.


Border color

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

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

This div border color is #EDF2EB.


Opacity

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

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

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

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

This text has shadow with #EDF2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2EB on black background.


Color preview on white background

This text has color #EDF2EB on white background.



Black color preview on #EDF2EB background

This text has black color on #EDF2EB background.


White color preview on #EDF2EB background

This text has white color on #EDF2EB background.