COLOR #EDD6CC

HEX: #EDD6CC RGB: (237,214,204)

Color info

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

RGB color model

#EDD6CC color RGB value is (237,214,204).

RGB: (237,214,204) (93%, 84%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 204 of 255 = 80%

237
214
204

R + G + B ~ 86%. #EDD6CC is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 214 + 204 = 655 (100%)
R 237 of 655 ~ 36.18%
G 214 of 655 ~ 32.67%
B 204 of 655 ~ 31.15'%

%36.18
%32.67
%31.15

CMYK color model

#EDD6CC color CMYK value is (0,10,14,7).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK: (0,10,14,7) C0M10Y14K7 (0%,10%,14%,7%) (0.00/0.10/0.14/0.07) 

CMYK percentages

%0
%9.7
%13.92
%7.06

Codes

Color #EDD6CC in popluar color models

ED D6 CC
RGB 237 214 204
HSL 18° 47.83% 86.47%
HSB/HSV 18° 13.92% 92.94%
CMYK 0.00% 9.70% 13.92%
7.06%

Color #EDD6CC in popluar number systems.

HEX ED D6 CC
Decimal 237 214 204
Binary 11101101 11010110 11001100
Octal 355 326 314

Shades and tints

Shades of #EDD6CC

#EDD6CC
(237,214,204)
#D8C3BA
(216,195,186)
#C3B0A8
(195,176,168)
#AE9D96
(174,157,150)
#998A84
(153,138,132)
#847772
(132,119,114)
#6F6460
(111,100,96)
#5A514E
(90,81,78)
#453E3C
(69,62,60)
#302B2A
(48,43,42)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDD6CC

#EDD6CC
(237,214,204)
#EED9D0
(238,217,208)
#EFDCD4
(239,220,212)
#F0DFD8
(240,223,216)
#F1E2DC
(241,226,220)
#F2E5E0
(242,229,224)
#F3E8E4
(243,232,228)
#F4EBE8
(244,235,232)
#F5EEEC
(245,238,236)
#F6F1F0
(246,241,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6CC; }

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

This text font color is #EDD6CC.

Background Color

.myBgColor { background-color: #EDD6CC; }

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

This div background color is #EDD6CC.

Border color

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

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

This div border color is #EDD6CC.

Opacity

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

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

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

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

This text has shadow with #EDD6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD6CC.

Preview

Color preview on black background

This text has color #EDD6CC on black background.


Color preview on white background

This text has color #EDD6CC on white background.


Black color preview on #EDD6CC background

This text has black color on #EDD6CC background.


White color preview on #EDD6CC background

This text has white color on #EDD6CC background.


Related colors

Complementary color

Complementary color for #hex is #122933.


I love getcolorcode.com

Triadic colors

1 #CCEDD6 and #D6CCED with #EDD6CC are triadic colors.

2 #CCD6ED and #D6EDCC with #EDD6CC are triadic colors.