COLOR #EDF0BF

HEX: #EDF0BF
RGB: (237,240,191)

Color info

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

RGB color model

#EDF0BF color RGB value is (237,240,191).

  • red value is 237;
  • green value is 240;
  • blue value is 191.
RGB:
(237,240,191)
(93%,94%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 240 of 255 = 94%
B 191 of 255 = 75%

237
240
191

R + G + B ~ 87%. #EDF0BF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 240 + 191 = 668 (100%)
R 237 of 668 ~ 35.48%
G 240 of 668 ~ 35.93%
B 191 of 668 ~ 28.59%

%35.48
%35.93
%28.59

CMYK color model

#EDF0BF color CMYK value is (1,0,20,6).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK:
(1,0,20,6)
C1M0Y20K6 
(1%,0%,20%,6%)
(0.01/0.00/0.20/0.06)	

CMYK percentages

%1.25
%0
%20.42
%5.88

Codes

Color #EDF0BF in popluar color models

EDF0BF
RGB237240191
HSL64°62.03%84.51%
HSB/HSV64°20.42%94.12%
CMYK1.25%0.00%20.42%
5.88%

Color #EDF0BF in popluar number systems.

HEXEDF0BF
Decimal237240191
Binary111011011111000010111111
Octal355360277

Shades and tints

Shades of #EDF0BF

#EDF0BF
(237,240,191)
#D8DBAE
(216,219,174)
#C3C69D
(195,198,157)
#AEB18C
(174,177,140)
#999C7B
(153,156,123)
#84876A
(132,135,106)
#6F7259
(111,114,89)
#5A5D48
(90,93,72)
#454837
(69,72,55)
#303326
(48,51,38)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #EDF0BF

#EDF0BF
(237,240,191)
#EEF1C4
(238,241,196)
#EFF2C9
(239,242,201)
#F0F3CE
(240,243,206)
#F1F4D3
(241,244,211)
#F2F5D8
(242,245,216)
#F3F6DD
(243,246,221)
#F4F7E2
(244,247,226)
#F5F8E7
(245,248,231)
#F6F9EC
(246,249,236)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF0BF color. Also use rgb(237,240,191) instead hex code.

Text Font Color

.myTextColor { color: #EDF0BF; }

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

This text font color is #EDF0BF.


Background Color

.myBgColor { background-color: #EDF0BF; }

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

This div background color is #EDF0BF.


Border color

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

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

This div border color is #EDF0BF.


Opacity

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

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

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

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

This text has shadow with #EDF0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0BF on black background.


Color preview on white background

This text has color #EDF0BF on white background.



Black color preview on #EDF0BF background

This text has black color on #EDF0BF background.


White color preview on #EDF0BF background

This text has white color on #EDF0BF background.