COLOR #EDE3BF

HEX: #EDE3BF RGB: (237,227,191)

Color info

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

RGB color model

#EDE3BF color RGB value is (237,227,191).

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

RGB channels and saturation

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

237
227
191

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 191 = 655 (100%)
R 237 of 655 ~ 36.18%
G 227 of 655 ~ 34.66%
B 191 of 655 ~ 29.16'%

%36.18
%34.66
%29.16

CMYK color model

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

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

CMYK: (0,4,19,7)
C0M4Y19K7 (0%, 4%, 19%, 7%)
(0.00 / 0.04 / 0.19 / 0.07)

CMYK percentages

%0
%4.22
%19.41
%7.06

Codes

Color #EDE3BF in popluar color models

ED E3 BF
RGB 237 227 191
HSL 47° 56.10% 83.92%
HSB/HSV 47° 19.41% 92.94%
CMYK 0.00% 4.22% 19.41%
7.06%

Color #EDE3BF in popluar number systems.

HEX ED E3 BF
Decimal 237 227 191
Binary 11101101 11100011 10111111
Octal 355 343 277

Shades and tints

Shades of #EDE3BF

#EDE3BF
(237,227,191)
#D8CFAE
(216,207,174)
#C3BB9D
(195,187,157)
#AEA78C
(174,167,140)
#99937B
(153,147,123)
#847F6A
(132,127,106)
#6F6B59
(111,107,89)
#5A5748
(90,87,72)
#454337
(69,67,55)
#302F26
(48,47,38)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDE3BF

#EDE3BF
(237,227,191)
#EEE5C4
(238,229,196)
#EFE7C9
(239,231,201)
#F0E9CE
(240,233,206)
#F1EBD3
(241,235,211)
#F2EDD8
(242,237,216)
#F3EFDD
(243,239,221)
#F4F1E2
(244,241,226)
#F5F3E7
(245,243,231)
#F6F5EC
(246,245,236)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3BF; }

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

This text font color is #EDE3BF.

Background Color

.myBgColor { background-color: #EDE3BF; }

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

This div background color is #EDE3BF.

Border color

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

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

This div border color is #EDE3BF.

Opacity

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

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

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

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

This text has shadow with #EDE3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3BF.

Preview

Color preview on black background

This text has color #EDE3BF on black background.


Color preview on white background

This text has color #EDE3BF on white background.


Black color preview on #EDE3BF background

This text has black color on #EDE3BF background.


White color preview on #EDE3BF background

This text has white color on #EDE3BF background.


Related colors

Complementary color

Complementary color for #hex is #121C40.


I love getcolorcode.com

Triadic colors

1 #BFEDE3 and #E3BFED with #EDE3BF are triadic colors.

2 #BFE3ED and #E3EDBF with #EDE3BF are triadic colors.