COLOR #EDF6EB

HEX: #EDF6EB RGB: (237,246,235)

Color info

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

RGB color model

#EDF6EB color RGB value is (237,246,235).

RGB: (237,246,235) (93%, 96%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 235 of 255 = 92%

237
246
235

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

Portions of RGB colors in percentages

R + G + B = 237 + 246 + 235 = 718 (100%)
R 237 of 718 ~ 33.01%
G 246 of 718 ~ 34.26%
B 235 of 718 ~ 32.73'%

%33.01
%34.26
%32.73

CMYK color model

#EDF6EB color CMYK value is (4,0,4,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK: (4,0,4,4) C4M0Y4K4 (4%,0%,4%,4%) (0.04/0.00/0.04/0.04) 

CMYK percentages

%3.66
%0
%4.47
%3.53

Codes

Color #EDF6EB in popluar color models

ED F6 EB
RGB 237 246 235
HSL 109° 37.93% 94.31%
HSB/HSV 109° 4.47% 96.47%
CMYK 3.66% 0.00% 4.47%
3.53%

Color #EDF6EB in popluar number systems.

HEX ED F6 EB
Decimal 237 246 235
Binary 11101101 11110110 11101011
Octal 355 366 353

Shades and tints

Shades of #EDF6EB

#EDF6EB
(237,246,235)
#D8E0D6
(216,224,214)
#C3CAC1
(195,202,193)
#AEB4AC
(174,180,172)
#999E97
(153,158,151)
#848882
(132,136,130)
#6F726D
(111,114,109)
#5A5C58
(90,92,88)
#454643
(69,70,67)
#30302E
(48,48,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDF6EB

#EDF6EB
(237,246,235)
#EEF6EC
(238,246,236)
#EFF6ED
(239,246,237)
#F0F6EE
(240,246,238)
#F1F6EF
(241,246,239)
#F2F6F0
(242,246,240)
#F3F6F1
(243,246,241)
#F4F6F2
(244,246,242)
#F5F6F3
(245,246,243)
#F6F6F4
(246,246,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6EB; }

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

This text font color is #EDF6EB.

Background Color

.myBgColor { background-color: #EDF6EB; }

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

This div background color is #EDF6EB.

Border color

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

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

This div border color is #EDF6EB.

Opacity

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

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

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

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

This text has shadow with #EDF6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF6EB.

Preview

Color preview on black background

This text has color #EDF6EB on black background.


Color preview on white background

This text has color #EDF6EB on white background.


Black color preview on #EDF6EB background

This text has black color on #EDF6EB background.


White color preview on #EDF6EB background

This text has white color on #EDF6EB background.


Related colors

Complementary color

Complementary color for #hex is #120914.


I love getcolorcode.com

Triadic colors

1 #EBEDF6 and #F6EBED with #EDF6EB are triadic colors.

2 #EBF6ED and #F6EDEB with #EDF6EB are triadic colors.