COLOR #EDDBC1

HEX: #EDDBC1 RGB: (237,219,193)

Color info

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

RGB color model

#EDDBC1 color RGB value is (237,219,193).

RGB: (237,219,193) (93%, 86%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 193 of 255 = 76%

237
219
193

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

Portions of RGB colors in percentages

R + G + B = 237 + 219 + 193 = 649 (100%)
R 237 of 649 ~ 36.52%
G 219 of 649 ~ 33.74%
B 193 of 649 ~ 29.74'%

%36.52
%33.74
%29.74

CMYK color model

#EDDBC1 color CMYK value is (0,8,19,7).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK: (0,8,19,7) C0M8Y19K7 (0%,8%,19%,7%) (0.00/0.08/0.19/0.07) 

CMYK percentages

%0
%7.59
%18.57
%7.06

Codes

Color #EDDBC1 in popluar color models

ED DB C1
RGB 237 219 193
HSL 35° 55.00% 84.31%
HSB/HSV 35° 18.57% 92.94%
CMYK 0.00% 7.59% 18.57%
7.06%

Color #EDDBC1 in popluar number systems.

HEX ED DB C1
Decimal 237 219 193
Binary 11101101 11011011 11000001
Octal 355 333 301

Shades and tints

Shades of #EDDBC1

#EDDBC1
(237,219,193)
#D8C8B0
(216,200,176)
#C3B59F
(195,181,159)
#AEA28E
(174,162,142)
#998F7D
(153,143,125)
#847C6C
(132,124,108)
#6F695B
(111,105,91)
#5A564A
(90,86,74)
#454339
(69,67,57)
#303028
(48,48,40)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #EDDBC1

#EDDBC1
(237,219,193)
#EEDEC6
(238,222,198)
#EFE1CB
(239,225,203)
#F0E4D0
(240,228,208)
#F1E7D5
(241,231,213)
#F2EADA
(242,234,218)
#F3EDDF
(243,237,223)
#F4F0E4
(244,240,228)
#F5F3E9
(245,243,233)
#F6F6EE
(246,246,238)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBC1; }

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

This text font color is #EDDBC1.

Background Color

.myBgColor { background-color: #EDDBC1; }

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

This div background color is #EDDBC1.

Border color

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

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

This div border color is #EDDBC1.

Opacity

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

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

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

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

This text has shadow with #EDDBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDBC1.

Preview

Color preview on black background

This text has color #EDDBC1 on black background.


Color preview on white background

This text has color #EDDBC1 on white background.


Black color preview on #EDDBC1 background

This text has black color on #EDDBC1 background.


White color preview on #EDDBC1 background

This text has white color on #EDDBC1 background.


Related colors

Complementary color

Complementary color for #hex is #12243E.


I love getcolorcode.com

Triadic colors

1 #C1EDDB and #DBC1ED with #EDDBC1 are triadic colors.

2 #C1DBED and #DBEDC1 with #EDDBC1 are triadic colors.