COLOR #EDD8C6

HEX: #EDD8C6 RGB: (237,216,198)

Color info

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

RGB color model

#EDD8C6 color RGB value is (237,216,198).

RGB: (237,216,198) (93%, 85%, 78%)

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 198 of 255 = 78%

237
216
198

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

Portions of RGB colors in percentages

R + G + B = 237 + 216 + 198 = 651 (100%)
R 237 of 651 ~ 36.41%
G 216 of 651 ~ 33.18%
B 198 of 651 ~ 30.41'%

%36.41
%33.18
%30.41

CMYK color model

#EDD8C6 color CMYK value is (0,9,16,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 16.46%
  • key color value is 7.06%

CMYK: (0,9,16,7)
C0M9Y16K7 (0%, 9%, 16%, 7%)
(0.00 / 0.09 / 0.16 / 0.07)

CMYK percentages

%0
%8.86
%16.46
%7.06

Codes

Color #EDD8C6 in popluar color models

ED D8 C6
RGB 237 216 198
HSL 28° 52.00% 85.29%
HSB/HSV 28° 16.46% 92.94%
CMYK 0.00% 8.86% 16.46%
7.06%

Color #EDD8C6 in popluar number systems.

HEX ED D8 C6
Decimal 237 216 198
Binary 11101101 11011000 11000110
Octal 355 330 306

Shades and tints

Shades of #EDD8C6

#EDD8C6
(237,216,198)
#D8C5B4
(216,197,180)
#C3B2A2
(195,178,162)
#AE9F90
(174,159,144)
#998C7E
(153,140,126)
#84796C
(132,121,108)
#6F665A
(111,102,90)
#5A5348
(90,83,72)
#454036
(69,64,54)
#302D24
(48,45,36)
#1B1A12
(27,26,18)
#000000
(0,0,0)

Tints of #EDD8C6

#EDD8C6
(237,216,198)
#EEDBCB
(238,219,203)
#EFDED0
(239,222,208)
#F0E1D5
(240,225,213)
#F1E4DA
(241,228,218)
#F2E7DF
(242,231,223)
#F3EAE4
(243,234,228)
#F4EDE9
(244,237,233)
#F5F0EE
(245,240,238)
#F6F3F3
(246,243,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD8C6 color. Also use rgb(237,216,198) instead hex code.

Text Font Color

.myTextColor { color: #EDD8C6; }

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

This text font color is #EDD8C6.

Background Color

.myBgColor { background-color: #EDD8C6; }

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

This div background color is #EDD8C6.

Border color

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

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

This div border color is #EDD8C6.

Opacity

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

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

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

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

This text has shadow with #EDD8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD8C6.

Preview

Color preview on black background

This text has color #EDD8C6 on black background.


Color preview on white background

This text has color #EDD8C6 on white background.


Black color preview on #EDD8C6 background

This text has black color on #EDD8C6 background.


White color preview on #EDD8C6 background

This text has white color on #EDD8C6 background.


Related colors

Complementary color

Complementary color for #hex is #122739.


I love getcolorcode.com

Triadic colors

1 #C6EDD8 and #D8C6ED with #EDD8C6 are triadic colors.

2 #C6D8ED and #D8EDC6 with #EDD8C6 are triadic colors.