COLOR #EDD4BE

HEX: #EDD4BE RGB: (237,212,190)

Color info

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

RGB color model

#EDD4BE color RGB value is (237,212,190).

RGB: (237,212,190) (93%, 83%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 190 of 255 = 75%

237
212
190

R + G + B ~ 84%. #EDD4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 212 + 190 = 639 (100%)
R 237 of 639 ~ 37.09%
G 212 of 639 ~ 33.18%
B 190 of 639 ~ 29.73'%

%37.09
%33.18
%29.73

CMYK color model

#EDD4BE color CMYK value is (0,11,20,7).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 19.83%
  • key color value is 7.06%

CMYK: (0,11,20,7)
C0M11Y20K7 (0%, 11%, 20%, 7%)
(0.00 / 0.11 / 0.20 / 0.07)

CMYK percentages

%0
%10.55
%19.83
%7.06

Codes

Color #EDD4BE in popluar color models

ED D4 BE
RGB 237 212 190
HSL 28° 56.63% 83.73%
HSB/HSV 28° 19.83% 92.94%
CMYK 0.00% 10.55% 19.83%
7.06%

Color #EDD4BE in popluar number systems.

HEX ED D4 BE
Decimal 237 212 190
Binary 11101101 11010100 10111110
Octal 355 324 276

Shades and tints

Shades of #EDD4BE

#EDD4BE
(237,212,190)
#D8C1AD
(216,193,173)
#C3AE9C
(195,174,156)
#AE9B8B
(174,155,139)
#99887A
(153,136,122)
#847569
(132,117,105)
#6F6258
(111,98,88)
#5A4F47
(90,79,71)
#453C36
(69,60,54)
#302925
(48,41,37)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #EDD4BE

#EDD4BE
(237,212,190)
#EED7C3
(238,215,195)
#EFDAC8
(239,218,200)
#F0DDCD
(240,221,205)
#F1E0D2
(241,224,210)
#F2E3D7
(242,227,215)
#F3E6DC
(243,230,220)
#F4E9E1
(244,233,225)
#F5ECE6
(245,236,230)
#F6EFEB
(246,239,235)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD4BE color. Also use rgb(237,212,190) instead hex code.

Text Font Color

.myTextColor { color: #EDD4BE; }

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

This text font color is #EDD4BE.

Background Color

.myBgColor { background-color: #EDD4BE; }

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

This div background color is #EDD4BE.

Border color

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

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

This div border color is #EDD4BE.

Opacity

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

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

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

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

This text has shadow with #EDD4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD4BE.

Preview

Color preview on black background

This text has color #EDD4BE on black background.


Color preview on white background

This text has color #EDD4BE on white background.


Black color preview on #EDD4BE background

This text has black color on #EDD4BE background.


White color preview on #EDD4BE background

This text has white color on #EDD4BE background.


Related colors

Complementary color

Complementary color for #hex is #122B41.


I love getcolorcode.com

Triadic colors

1 #BEEDD4 and #D4BEED with #EDD4BE are triadic colors.

2 #BED4ED and #D4EDBE with #EDD4BE are triadic colors.