COLOR #EDDBCE

HEX: #EDDBCE RGB: (237,219,206)

Color info

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

RGB color model

#EDDBCE color RGB value is (237,219,206).

RGB: (237,219,206) (93%, 86%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 206 of 255 = 81%

237
219
206

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

Portions of RGB colors in percentages

R + G + B = 237 + 219 + 206 = 662 (100%)
R 237 of 662 ~ 35.8%
G 219 of 662 ~ 33.08%
B 206 of 662 ~ 31.12'%

%35.8
%33.08
%31.12

CMYK color model

#EDDBCE color CMYK value is (0,8,13,7).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 13.08%
  • key color value is 7.06%

CMYK: (0,8,13,7)
C0M8Y13K7 (0%, 8%, 13%, 7%)
(0.00 / 0.08 / 0.13 / 0.07)

CMYK percentages

%0
%7.59
%13.08
%7.06

Codes

Color #EDDBCE in popluar color models

ED DB CE
RGB 237 219 206
HSL 25° 46.27% 86.86%
HSB/HSV 25° 13.08% 92.94%
CMYK 0.00% 7.59% 13.08%
7.06%

Color #EDDBCE in popluar number systems.

HEX ED DB CE
Decimal 237 219 206
Binary 11101101 11011011 11001110
Octal 355 333 316

Shades and tints

Shades of #EDDBCE

#EDDBCE
(237,219,206)
#D8C8BC
(216,200,188)
#C3B5AA
(195,181,170)
#AEA298
(174,162,152)
#998F86
(153,143,134)
#847C74
(132,124,116)
#6F6962
(111,105,98)
#5A5650
(90,86,80)
#45433E
(69,67,62)
#30302C
(48,48,44)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #EDDBCE

#EDDBCE
(237,219,206)
#EEDED2
(238,222,210)
#EFE1D6
(239,225,214)
#F0E4DA
(240,228,218)
#F1E7DE
(241,231,222)
#F2EAE2
(242,234,226)
#F3EDE6
(243,237,230)
#F4F0EA
(244,240,234)
#F5F3EE
(245,243,238)
#F6F6F2
(246,246,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDBCE color. Also use rgb(237,219,206) instead hex code.

Text Font Color

.myTextColor { color: #EDDBCE; }

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

This text font color is #EDDBCE.

Background Color

.myBgColor { background-color: #EDDBCE; }

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

This div background color is #EDDBCE.

Border color

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

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

This div border color is #EDDBCE.

Opacity

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

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

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

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

This text has shadow with #EDDBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDBCE.

Preview

Color preview on black background

This text has color #EDDBCE on black background.


Color preview on white background

This text has color #EDDBCE on white background.


Black color preview on #EDDBCE background

This text has black color on #EDDBCE background.


White color preview on #EDDBCE background

This text has white color on #EDDBCE background.


Related colors

Complementary color

Complementary color for #hex is #122431.


I love getcolorcode.com

Triadic colors

1 #CEEDDB and #DBCEED with #EDDBCE are triadic colors.

2 #CEDBED and #DBEDCE with #EDDBCE are triadic colors.