COLOR #EDD6C7

HEX: #EDD6C7 RGB: (237,214,199)

Color info

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

RGB color model

#EDD6C7 color RGB value is (237,214,199).

RGB: (237,214,199) (93%, 84%, 78%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 199 of 255 = 78%

237
214
199

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

Portions of RGB colors in percentages

R + G + B = 237 + 214 + 199 = 650 (100%)
R 237 of 650 ~ 36.46%
G 214 of 650 ~ 32.92%
B 199 of 650 ~ 30.62'%

%36.46
%32.92
%30.62

CMYK color model

#EDD6C7 color CMYK value is (0,10,16,7).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 16.03%
  • key color value is 7.06%

CMYK: (0,10,16,7)
C0M10Y16K7 (0%, 10%, 16%, 7%)
(0.00 / 0.10 / 0.16 / 0.07)

CMYK percentages

%0
%9.7
%16.03
%7.06

Codes

Color #EDD6C7 in popluar color models

ED D6 C7
RGB 237 214 199
HSL 24° 51.35% 85.49%
HSB/HSV 24° 16.03% 92.94%
CMYK 0.00% 9.70% 16.03%
7.06%

Color #EDD6C7 in popluar number systems.

HEX ED D6 C7
Decimal 237 214 199
Binary 11101101 11010110 11000111
Octal 355 326 307

Shades and tints

Shades of #EDD6C7

#EDD6C7
(237,214,199)
#D8C3B5
(216,195,181)
#C3B0A3
(195,176,163)
#AE9D91
(174,157,145)
#998A7F
(153,138,127)
#84776D
(132,119,109)
#6F645B
(111,100,91)
#5A5149
(90,81,73)
#453E37
(69,62,55)
#302B25
(48,43,37)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #EDD6C7

#EDD6C7
(237,214,199)
#EED9CC
(238,217,204)
#EFDCD1
(239,220,209)
#F0DFD6
(240,223,214)
#F1E2DB
(241,226,219)
#F2E5E0
(242,229,224)
#F3E8E5
(243,232,229)
#F4EBEA
(244,235,234)
#F5EEEF
(245,238,239)
#F6F1F4
(246,241,244)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD6C7 color. Also use rgb(237,214,199) instead hex code.

Text Font Color

.myTextColor { color: #EDD6C7; }

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

This text font color is #EDD6C7.

Background Color

.myBgColor { background-color: #EDD6C7; }

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

This div background color is #EDD6C7.

Border color

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

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

This div border color is #EDD6C7.

Opacity

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

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

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

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

This text has shadow with #EDD6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD6C7.

Preview

Color preview on black background

This text has color #EDD6C7 on black background.


Color preview on white background

This text has color #EDD6C7 on white background.


Black color preview on #EDD6C7 background

This text has black color on #EDD6C7 background.


White color preview on #EDD6C7 background

This text has white color on #EDD6C7 background.


Related colors

Complementary color

Complementary color for #hex is #122938.


I love getcolorcode.com

Triadic colors

1 #C7EDD6 and #D6C7ED with #EDD6C7 are triadic colors.

2 #C7D6ED and #D6EDC7 with #EDD6C7 are triadic colors.