COLOR #ECCCB7

HEX: #ECCCB7
RGB: (236,204,183)

Color info

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

RGB color model

#ECCCB7 color RGB value is (236,204,183).

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

RGB channels and saturation

R 236 of 255 = 93%
G 204 of 255 = 80%
B 183 of 255 = 72%

236
204
183

R + G + B ~ 82%. #ECCCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 204 + 183 = 623 (100%)
R 236 of 623 ~ 37.88%
G 204 of 623 ~ 32.74%
B 183 of 623 ~ 29.37%

%37.88
%32.74
%29.37

CMYK color model

#ECCCB7 color CMYK value is (0,14,22,7).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 22.46%
  • key color value is 7.45%
CMYK:
(0,14,22,7)
C0M14Y22K7 
(0%,14%,22%,7%)
(0.00/0.14/0.22/0.07)	

CMYK percentages

%0
%13.56
%22.46
%7.45

Codes

Color #ECCCB7 in popluar color models

ECCCB7
RGB236204183
HSL24°58.24%82.16%
HSB/HSV24°22.46%92.55%
CMYK0.00%13.56%22.46%
7.45%

Color #ECCCB7 in popluar number systems.

HEXECCCB7
Decimal236204183
Binary111011001100110010110111
Octal354314267

Shades and tints

Shades of #ECCCB7

#ECCCB7
(236,204,183)
#D7BAA7
(215,186,167)
#C2A897
(194,168,151)
#AD9687
(173,150,135)
#988477
(152,132,119)
#837267
(131,114,103)
#6E6057
(110,96,87)
#594E47
(89,78,71)
#443C37
(68,60,55)
#2F2A27
(47,42,39)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #ECCCB7

#ECCCB7
(236,204,183)
#EDD0BD
(237,208,189)
#EED4C3
(238,212,195)
#EFD8C9
(239,216,201)
#F0DCCF
(240,220,207)
#F1E0D5
(241,224,213)
#F2E4DB
(242,228,219)
#F3E8E1
(243,232,225)
#F4ECE7
(244,236,231)
#F5F0ED
(245,240,237)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCCB7; }

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

This text font color is #ECCCB7.


Background Color

.myBgColor { background-color: #ECCCB7; }

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

This div background color is #ECCCB7.


Border color

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

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

This div border color is #ECCCB7.


Opacity

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

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

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

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

This text has shadow with #ECCCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCCB7 on black background.


Color preview on white background

This text has color #ECCCB7 on white background.



Black color preview on #ECCCB7 background

This text has black color on #ECCCB7 background.


White color preview on #ECCCB7 background

This text has white color on #ECCCB7 background.