COLOR #ECC8B2

HEX: #ECC8B2
RGB: (236,200,178)

Color info

#ECC8B2 contains red, green and blue colors in about the same proportion. Web safe color of #ECC8B2 is #FFCC99 (or #FC9).

RGB color model

#ECC8B2 color RGB value is (236,200,178).

  • red value is 236;
  • green value is 200;
  • blue value is 178.
RGB:
(236,200,178)
(93%,78%,70%)

RGB channels and saturation

R 236 of 255 = 93%
G 200 of 255 = 78%
B 178 of 255 = 70%

236
200
178

R + G + B ~ 80%. #ECC8B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 200 + 178 = 614 (100%)
R 236 of 614 ~ 38.44%
G 200 of 614 ~ 32.57%
B 178 of 614 ~ 28.99%

%38.44
%32.57
%28.99

CMYK color model

#ECC8B2 color CMYK value is (0,15,25,7).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 24.58%
  • key color value is 7.45%
CMYK:
(0,15,25,7)
C0M15Y25K7 
(0%,15%,25%,7%)
(0.00/0.15/0.25/0.07)	

CMYK percentages

%0
%15.25
%24.58
%7.45

Codes

Color #ECC8B2 in popluar color models

ECC8B2
RGB236200178
HSL23°60.42%81.18%
HSB/HSV23°24.58%92.55%
CMYK0.00%15.25%24.58%
7.45%

Color #ECC8B2 in popluar number systems.

HEXECC8B2
Decimal236200178
Binary111011001100100010110010
Octal354310262

Shades and tints

Shades of #ECC8B2

#ECC8B2
(236,200,178)
#D7B6A2
(215,182,162)
#C2A492
(194,164,146)
#AD9282
(173,146,130)
#988072
(152,128,114)
#836E62
(131,110,98)
#6E5C52
(110,92,82)
#594A42
(89,74,66)
#443832
(68,56,50)
#2F2622
(47,38,34)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #ECC8B2

#ECC8B2
(236,200,178)
#EDCDB9
(237,205,185)
#EED2C0
(238,210,192)
#EFD7C7
(239,215,199)
#F0DCCE
(240,220,206)
#F1E1D5
(241,225,213)
#F2E6DC
(242,230,220)
#F3EBE3
(243,235,227)
#F4F0EA
(244,240,234)
#F5F5F1
(245,245,241)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC8B2 color. Also use rgb(236,200,178) instead hex code.

Text Font Color

.myTextColor { color: #ECC8B2; }

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

This text font color is #ECC8B2.


Background Color

.myBgColor { background-color: #ECC8B2; }

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

This div background color is #ECC8B2.


Border color

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

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

This div border color is #ECC8B2.


Opacity

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

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

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

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

This text has shadow with #ECC8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC8B2 on black background.


Color preview on white background

This text has color #ECC8B2 on white background.



Black color preview on #ECC8B2 background

This text has black color on #ECC8B2 background.


White color preview on #ECC8B2 background

This text has white color on #ECC8B2 background.