COLOR #EDE3B9

HEX: #EDE3B9 RGB: (237,227,185)

Color info

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

RGB color model

#EDE3B9 color RGB value is (237,227,185).

RGB: (237,227,185) (93%, 89%, 73%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 185 of 255 = 73%

237
227
185

R + G + B ~ 85%. #EDE3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 185 = 649 (100%)
R 237 of 649 ~ 36.52%
G 227 of 649 ~ 34.98%
B 185 of 649 ~ 28.51'%

%36.52
%34.98
%28.51

CMYK color model

#EDE3B9 color CMYK value is (0,4,22,7).

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

CMYK: (0,4,22,7)
C0M4Y22K7 (0%, 4%, 22%, 7%)
(0.00 / 0.04 / 0.22 / 0.07)

CMYK percentages

%0
%4.22
%21.94
%7.06

Codes

Color #EDE3B9 in popluar color models

ED E3 B9
RGB 237 227 185
HSL 48° 59.09% 82.75%
HSB/HSV 48° 21.94% 92.94%
CMYK 0.00% 4.22% 21.94%
7.06%

Color #EDE3B9 in popluar number systems.

HEX ED E3 B9
Decimal 237 227 185
Binary 11101101 11100011 10111001
Octal 355 343 271

Shades and tints

Shades of #EDE3B9

#EDE3B9
(237,227,185)
#D8CFA9
(216,207,169)
#C3BB99
(195,187,153)
#AEA789
(174,167,137)
#999379
(153,147,121)
#847F69
(132,127,105)
#6F6B59
(111,107,89)
#5A5749
(90,87,73)
#454339
(69,67,57)
#302F29
(48,47,41)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDE3B9

#EDE3B9
(237,227,185)
#EEE5BF
(238,229,191)
#EFE7C5
(239,231,197)
#F0E9CB
(240,233,203)
#F1EBD1
(241,235,209)
#F2EDD7
(242,237,215)
#F3EFDD
(243,239,221)
#F4F1E3
(244,241,227)
#F5F3E9
(245,243,233)
#F6F5EF
(246,245,239)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3B9; }

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

This text font color is #EDE3B9.

Background Color

.myBgColor { background-color: #EDE3B9; }

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

This div background color is #EDE3B9.

Border color

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

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

This div border color is #EDE3B9.

Opacity

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

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

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

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

This text has shadow with #EDE3B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3B9.

Preview

Color preview on black background

This text has color #EDE3B9 on black background.


Color preview on white background

This text has color #EDE3B9 on white background.


Black color preview on #EDE3B9 background

This text has black color on #EDE3B9 background.


White color preview on #EDE3B9 background

This text has white color on #EDE3B9 background.


Related colors

Complementary color

Complementary color for #hex is #121C46.


I love getcolorcode.com

Triadic colors

1 #B9EDE3 and #E3B9ED with #EDE3B9 are triadic colors.

2 #B9E3ED and #E3EDB9 with #EDE3B9 are triadic colors.