COLOR #EDE2BF

HEX: #EDE2BF RGB: (237,226,191)

Color info

#EDE2BF contains red, green and blue colors in about the same proportion. Web safe color of #EDE2BF is #FFCCCC (or #FCC).

RGB color model

#EDE2BF color RGB value is (237,226,191).

RGB: (237,226,191) (93%, 89%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 226 of 255 = 89%
B 191 of 255 = 75%

237
226
191

R + G + B ~ 86%. #EDE2BF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 226 + 191 = 654 (100%)
R 237 of 654 ~ 36.24%
G 226 of 654 ~ 34.56%
B 191 of 654 ~ 29.2'%

%36.24
%34.56
%29.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 19.41%
  • key color value is 7.06%

CMYK: (0,5,19,7)
C0M5Y19K7 (0%, 5%, 19%, 7%)
(0.00 / 0.05 / 0.19 / 0.07)

CMYK percentages

%0
%4.64
%19.41
%7.06

Codes

Color #EDE2BF in popluar color models

ED E2 BF
RGB 237 226 191
HSL 46° 56.10% 83.92%
HSB/HSV 46° 19.41% 92.94%
CMYK 0.00% 4.64% 19.41%
7.06%

Color #EDE2BF in popluar number systems.

HEX ED E2 BF
Decimal 237 226 191
Binary 11101101 11100010 10111111
Octal 355 342 277

Shades and tints

Shades of #EDE2BF

#EDE2BF
(237,226,191)
#D8CEAE
(216,206,174)
#C3BA9D
(195,186,157)
#AEA68C
(174,166,140)
#99927B
(153,146,123)
#847E6A
(132,126,106)
#6F6A59
(111,106,89)
#5A5648
(90,86,72)
#454237
(69,66,55)
#302E26
(48,46,38)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDE2BF

#EDE2BF
(237,226,191)
#EEE4C4
(238,228,196)
#EFE6C9
(239,230,201)
#F0E8CE
(240,232,206)
#F1EAD3
(241,234,211)
#F2ECD8
(242,236,216)
#F3EEDD
(243,238,221)
#F4F0E2
(244,240,226)
#F5F2E7
(245,242,231)
#F6F4EC
(246,244,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE2BF; }

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

This text font color is #EDE2BF.

Background Color

.myBgColor { background-color: #EDE2BF; }

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

This div background color is #EDE2BF.

Border color

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

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

This div border color is #EDE2BF.

Opacity

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

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

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

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

This text has shadow with #EDE2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE2BF.

Preview

Color preview on black background

This text has color #EDE2BF on black background.


Color preview on white background

This text has color #EDE2BF on white background.


Black color preview on #EDE2BF background

This text has black color on #EDE2BF background.


White color preview on #EDE2BF background

This text has white color on #EDE2BF background.


Related colors

Complementary color

Complementary color for #hex is #121D40.


I love getcolorcode.com

Triadic colors

1 #BFEDE2 and #E2BFED with #EDE2BF are triadic colors.

2 #BFE2ED and #E2EDBF with #EDE2BF are triadic colors.