COLOR #ECDCC4

HEX: #ECDCC4 RGB: (236,220,196)

Color info

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

RGB color model

#ECDCC4 color RGB value is (236,220,196).

RGB: (236,220,196) (93%, 86%, 77%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 196 of 255 = 77%

236
220
196

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

Portions of RGB colors in percentages

R + G + B = 236 + 220 + 196 = 652 (100%)
R 236 of 652 ~ 36.2%
G 220 of 652 ~ 33.74%
B 196 of 652 ~ 30.06'%

%36.2
%33.74
%30.06

CMYK color model

#ECDCC4 color CMYK value is (0,7,17,7).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 16.95%
  • key color value is 7.45%

CMYK: (0,7,17,7)
C0M7Y17K7 (0%, 7%, 17%, 7%)
(0.00 / 0.07 / 0.17 / 0.07)

CMYK percentages

%0
%6.78
%16.95
%7.45

Codes

Color #ECDCC4 in popluar color models

EC DC C4
RGB 236 220 196
HSL 36° 51.28% 84.71%
HSB/HSV 36° 16.95% 92.55%
CMYK 0.00% 6.78% 16.95%
7.45%

Color #ECDCC4 in popluar number systems.

HEX EC DC C4
Decimal 236 220 196
Binary 11101100 11011100 11000100
Octal 354 334 304

Shades and tints

Shades of #ECDCC4

#ECDCC4
(236,220,196)
#D7C8B3
(215,200,179)
#C2B4A2
(194,180,162)
#ADA091
(173,160,145)
#988C80
(152,140,128)
#83786F
(131,120,111)
#6E645E
(110,100,94)
#59504D
(89,80,77)
#443C3C
(68,60,60)
#2F282B
(47,40,43)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #ECDCC4

#ECDCC4
(236,220,196)
#EDDFC9
(237,223,201)
#EEE2CE
(238,226,206)
#EFE5D3
(239,229,211)
#F0E8D8
(240,232,216)
#F1EBDD
(241,235,221)
#F2EEE2
(242,238,226)
#F3F1E7
(243,241,231)
#F4F4EC
(244,244,236)
#F5F7F1
(245,247,241)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDCC4 color. Also use rgb(236,220,196) instead hex code.

Text Font Color

.myTextColor { color: #ECDCC4; }

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

This text font color is #ECDCC4.

Background Color

.myBgColor { background-color: #ECDCC4; }

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

This div background color is #ECDCC4.

Border color

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

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

This div border color is #ECDCC4.

Opacity

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

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

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

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

This text has shadow with #ECDCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDCC4.

Preview

Color preview on black background

This text has color #ECDCC4 on black background.


Color preview on white background

This text has color #ECDCC4 on white background.


Black color preview on #ECDCC4 background

This text has black color on #ECDCC4 background.


White color preview on #ECDCC4 background

This text has white color on #ECDCC4 background.


Related colors

Complementary color

Complementary color for #hex is #13233B.


I love getcolorcode.com

Triadic colors

1 #C4ECDC and #DCC4EC with #ECDCC4 are triadic colors.

2 #C4DCEC and #DCECC4 with #ECDCC4 are triadic colors.