COLOR #ECCEC5

HEX: #ECCEC5 RGB: (236,206,197)

Color info

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

RGB color model

#ECCEC5 color RGB value is (236,206,197).

RGB: (236,206,197) (93%, 81%, 77%)

RGB channels and saturation

R 236 of 255 = 93%
G 206 of 255 = 81%
B 197 of 255 = 77%

236
206
197

R + G + B ~ 84%. #ECCEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 206 + 197 = 639 (100%)
R 236 of 639 ~ 36.93%
G 206 of 639 ~ 32.24%
B 197 of 639 ~ 30.83'%

%36.93
%32.24
%30.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 16.53%
  • key color value is 7.45%

CMYK: (0,13,17,7)
C0M13Y17K7 (0%, 13%, 17%, 7%)
(0.00 / 0.13 / 0.17 / 0.07)

CMYK percentages

%0
%12.71
%16.53
%7.45

Codes

Color #ECCEC5 in popluar color models

EC CE C5
RGB 236 206 197
HSL 14° 50.65% 84.90%
HSB/HSV 14° 16.53% 92.55%
CMYK 0.00% 12.71% 16.53%
7.45%

Color #ECCEC5 in popluar number systems.

HEX EC CE C5
Decimal 236 206 197
Binary 11101100 11001110 11000101
Octal 354 316 305

Shades and tints

Shades of #ECCEC5

#ECCEC5
(236,206,197)
#D7BCB4
(215,188,180)
#C2AAA3
(194,170,163)
#AD9892
(173,152,146)
#988681
(152,134,129)
#837470
(131,116,112)
#6E625F
(110,98,95)
#59504E
(89,80,78)
#443E3D
(68,62,61)
#2F2C2C
(47,44,44)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #ECCEC5

#ECCEC5
(236,206,197)
#EDD2CA
(237,210,202)
#EED6CF
(238,214,207)
#EFDAD4
(239,218,212)
#F0DED9
(240,222,217)
#F1E2DE
(241,226,222)
#F2E6E3
(242,230,227)
#F3EAE8
(243,234,232)
#F4EEED
(244,238,237)
#F5F2F2
(245,242,242)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCEC5 color. Also use rgb(236,206,197) instead hex code.

Text Font Color

.myTextColor { color: #ECCEC5; }

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

This text font color is #ECCEC5.

Background Color

.myBgColor { background-color: #ECCEC5; }

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

This div background color is #ECCEC5.

Border color

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

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

This div border color is #ECCEC5.

Opacity

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

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

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

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

This text has shadow with #ECCEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCEC5.

Preview

Color preview on black background

This text has color #ECCEC5 on black background.


Color preview on white background

This text has color #ECCEC5 on white background.


Black color preview on #ECCEC5 background

This text has black color on #ECCEC5 background.


White color preview on #ECCEC5 background

This text has white color on #ECCEC5 background.


Related colors

Complementary color

Complementary color for #hex is #13313A.


I love getcolorcode.com

Triadic colors

1 #C5ECCE and #CEC5EC with #ECCEC5 are triadic colors.

2 #C5CEEC and #CEECC5 with #ECCEC5 are triadic colors.