COLOR #EDECBF

HEX: #EDECBF
RGB: (237,236,191)

Color info

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

RGB color model

#EDECBF color RGB value is (237,236,191).

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

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 191 of 255 = 75%

237
236
191

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

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 191 = 664 (100%)
R 237 of 664 ~ 35.69%
G 236 of 664 ~ 35.54%
B 191 of 664 ~ 28.77%

%35.69
%35.54
%28.77

CMYK color model

#EDECBF color CMYK value is (0,0,19,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(0,0,19,7)
C0M0Y19K7 
(0%,0%,19%,7%)
(0.00/0.00/0.19/0.07)	

CMYK percentages

%0
%0.42
%19.41
%7.06

Codes

Color #EDECBF in popluar color models

EDECBF
RGB237236191
HSL59°56.10%83.92%
HSB/HSV59°19.41%92.94%
CMYK0.00%0.42%19.41%
7.06%

Color #EDECBF in popluar number systems.

HEXEDECBF
Decimal237236191
Binary111011011110110010111111
Octal355354277

Shades and tints

Shades of #EDECBF

#EDECBF
(237,236,191)
#D8D7AE
(216,215,174)
#C3C29D
(195,194,157)
#AEAD8C
(174,173,140)
#99987B
(153,152,123)
#84836A
(132,131,106)
#6F6E59
(111,110,89)
#5A5948
(90,89,72)
#454437
(69,68,55)
#302F26
(48,47,38)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDECBF

#EDECBF
(237,236,191)
#EEEDC4
(238,237,196)
#EFEEC9
(239,238,201)
#F0EFCE
(240,239,206)
#F1F0D3
(241,240,211)
#F2F1D8
(242,241,216)
#F3F2DD
(243,242,221)
#F4F3E2
(244,243,226)
#F5F4E7
(245,244,231)
#F6F5EC
(246,245,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECBF; }

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

This text font color is #EDECBF.


Background Color

.myBgColor { background-color: #EDECBF; }

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

This div background color is #EDECBF.


Border color

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

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

This div border color is #EDECBF.


Opacity

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

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

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

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

This text has shadow with #EDECBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECBF on black background.


Color preview on white background

This text has color #EDECBF on white background.



Black color preview on #EDECBF background

This text has black color on #EDECBF background.


White color preview on #EDECBF background

This text has white color on #EDECBF background.