COLOR #EDF6BE

HEX: #EDF6BE
RGB: (237,246,190)

Color info

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

RGB color model

#EDF6BE color RGB value is (237,246,190).

  • red value is 237;
  • green value is 246;
  • blue value is 190.
RGB:
(237,246,190)
(93%,96%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 190 of 255 = 75%

237
246
190

R + G + B ~ 88%. #EDF6BE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 246 + 190 = 673 (100%)
R 237 of 673 ~ 35.22%
G 246 of 673 ~ 36.55%
B 190 of 673 ~ 28.23%

%35.22
%36.55
%28.23

CMYK color model

#EDF6BE color CMYK value is (4,0,23,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 3.53%
CMYK:
(4,0,23,4)
C4M0Y23K4 
(4%,0%,23%,4%)
(0.04/0.00/0.23/0.04)	

CMYK percentages

%3.66
%0
%22.76
%3.53

Codes

Color #EDF6BE in popluar color models

EDF6BE
RGB237246190
HSL70°75.68%85.49%
HSB/HSV70°22.76%96.47%
CMYK3.66%0.00%22.76%
3.53%

Color #EDF6BE in popluar number systems.

HEXEDF6BE
Decimal237246190
Binary111011011111011010111110
Octal355366276

Shades and tints

Shades of #EDF6BE

#EDF6BE
(237,246,190)
#D8E0AD
(216,224,173)
#C3CA9C
(195,202,156)
#AEB48B
(174,180,139)
#999E7A
(153,158,122)
#848869
(132,136,105)
#6F7258
(111,114,88)
#5A5C47
(90,92,71)
#454636
(69,70,54)
#303025
(48,48,37)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDF6BE

#EDF6BE
(237,246,190)
#EEF6C3
(238,246,195)
#EFF6C8
(239,246,200)
#F0F6CD
(240,246,205)
#F1F6D2
(241,246,210)
#F2F6D7
(242,246,215)
#F3F6DC
(243,246,220)
#F4F6E1
(244,246,225)
#F5F6E6
(245,246,230)
#F6F6EB
(246,246,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6BE; }

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

This text font color is #EDF6BE.


Background Color

.myBgColor { background-color: #EDF6BE; }

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

This div background color is #EDF6BE.


Border color

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

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

This div border color is #EDF6BE.


Opacity

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

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

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

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

This text has shadow with #EDF6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6BE on black background.


Color preview on white background

This text has color #EDF6BE on white background.



Black color preview on #EDF6BE background

This text has black color on #EDF6BE background.


White color preview on #EDF6BE background

This text has white color on #EDF6BE background.