COLOR #ECCCB4

HEX: #ECCCB4
RGB: (236,204,180)

Color info

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

RGB color model

#ECCCB4 color RGB value is (236,204,180).

  • red value is 236;
  • green value is 204;
  • blue value is 180.
RGB:
(236,204,180)
(93%,80%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 204 of 255 = 80%
B 180 of 255 = 71%

236
204
180

R + G + B ~ 81%. #ECCCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 204 + 180 = 620 (100%)
R 236 of 620 ~ 38.06%
G 204 of 620 ~ 32.9%
B 180 of 620 ~ 29.03%

%38.06
%32.9
%29.03

CMYK color model

#ECCCB4 color CMYK value is (0,14,24,7).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 23.73%
  • key color value is 7.45%
CMYK:
(0,14,24,7)
C0M14Y24K7 
(0%,14%,24%,7%)
(0.00/0.14/0.24/0.07)	

CMYK percentages

%0
%13.56
%23.73
%7.45

Codes

Color #ECCCB4 in popluar color models

ECCCB4
RGB236204180
HSL26°59.57%81.57%
HSB/HSV26°23.73%92.55%
CMYK0.00%13.56%23.73%
7.45%

Color #ECCCB4 in popluar number systems.

HEXECCCB4
Decimal236204180
Binary111011001100110010110100
Octal354314264

Shades and tints

Shades of #ECCCB4

#ECCCB4
(236,204,180)
#D7BAA4
(215,186,164)
#C2A894
(194,168,148)
#AD9684
(173,150,132)
#988474
(152,132,116)
#837264
(131,114,100)
#6E6054
(110,96,84)
#594E44
(89,78,68)
#443C34
(68,60,52)
#2F2A24
(47,42,36)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #ECCCB4

#ECCCB4
(236,204,180)
#EDD0BA
(237,208,186)
#EED4C0
(238,212,192)
#EFD8C6
(239,216,198)
#F0DCCC
(240,220,204)
#F1E0D2
(241,224,210)
#F2E4D8
(242,228,216)
#F3E8DE
(243,232,222)
#F4ECE4
(244,236,228)
#F5F0EA
(245,240,234)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCCB4 color. Also use rgb(236,204,180) instead hex code.

Text Font Color

.myTextColor { color: #ECCCB4; }

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

This text font color is #ECCCB4.


Background Color

.myBgColor { background-color: #ECCCB4; }

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

This div background color is #ECCCB4.


Border color

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

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

This div border color is #ECCCB4.


Opacity

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

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

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

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

This text has shadow with #ECCCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCCB4 on black background.


Color preview on white background

This text has color #ECCCB4 on white background.



Black color preview on #ECCCB4 background

This text has black color on #ECCCB4 background.


White color preview on #ECCCB4 background

This text has white color on #ECCCB4 background.