COLOR #EDEFBF

HEX: #EDEFBF
RGB: (237,239,191)

Color info

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

RGB color model

#EDEFBF color RGB value is (237,239,191).

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

RGB channels and saturation

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

237
239
191

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

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 191 = 667 (100%)
R 237 of 667 ~ 35.53%
G 239 of 667 ~ 35.83%
B 191 of 667 ~ 28.64%

%35.53
%35.83
%28.64

CMYK color model

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

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

CMYK percentages

%0.84
%0
%20.08
%6.27

Codes

Color #EDEFBF in popluar color models

EDEFBF
RGB237239191
HSL63°60.00%84.31%
HSB/HSV63°20.08%93.73%
CMYK0.84%0.00%20.08%
6.27%

Color #EDEFBF in popluar number systems.

HEXEDEFBF
Decimal237239191
Binary111011011110111110111111
Octal355357277

Shades and tints

Shades of #EDEFBF

#EDEFBF
(237,239,191)
#D8DAAE
(216,218,174)
#C3C59D
(195,197,157)
#AEB08C
(174,176,140)
#999B7B
(153,155,123)
#84866A
(132,134,106)
#6F7159
(111,113,89)
#5A5C48
(90,92,72)
#454737
(69,71,55)
#303226
(48,50,38)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #EDEFBF

#EDEFBF
(237,239,191)
#EEF0C4
(238,240,196)
#EFF1C9
(239,241,201)
#F0F2CE
(240,242,206)
#F1F3D3
(241,243,211)
#F2F4D8
(242,244,216)
#F3F5DD
(243,245,221)
#F4F6E2
(244,246,226)
#F5F7E7
(245,247,231)
#F6F8EC
(246,248,236)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFBF; }

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

This text font color is #EDEFBF.


Background Color

.myBgColor { background-color: #EDEFBF; }

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

This div background color is #EDEFBF.


Border color

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

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

This div border color is #EDEFBF.


Opacity

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

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

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

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

This text has shadow with #EDEFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFBF on black background.


Color preview on white background

This text has color #EDEFBF on white background.



Black color preview on #EDEFBF background

This text has black color on #EDEFBF background.


White color preview on #EDEFBF background

This text has white color on #EDEFBF background.