COLOR #ECC7B5

HEX: #ECC7B5
RGB: (236,199,181)

Color info

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

RGB color model

#ECC7B5 color RGB value is (236,199,181).

  • red value is 236;
  • green value is 199;
  • blue value is 181.
RGB:
(236,199,181)
(93%,78%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 181 of 255 = 71%

236
199
181

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

Portions of RGB colors in percentages

R + G + B =
236 + 199 + 181 = 616 (100%)
R 236 of 616 ~ 38.31%
G 199 of 616 ~ 32.31%
B 181 of 616 ~ 29.38%

%38.31
%32.31
%29.38

CMYK color model

#ECC7B5 color CMYK value is (0,16,23,7).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 23.31%
  • key color value is 7.45%
CMYK:
(0,16,23,7)
C0M16Y23K7 
(0%,16%,23%,7%)
(0.00/0.16/0.23/0.07)	

CMYK percentages

%0
%15.68
%23.31
%7.45

Codes

Color #ECC7B5 in popluar color models

ECC7B5
RGB236199181
HSL20°59.14%81.76%
HSB/HSV20°23.31%92.55%
CMYK0.00%15.68%23.31%
7.45%

Color #ECC7B5 in popluar number systems.

HEXECC7B5
Decimal236199181
Binary111011001100011110110101
Octal354307265

Shades and tints

Shades of #ECC7B5

#ECC7B5
(236,199,181)
#D7B5A5
(215,181,165)
#C2A395
(194,163,149)
#AD9185
(173,145,133)
#987F75
(152,127,117)
#836D65
(131,109,101)
#6E5B55
(110,91,85)
#594945
(89,73,69)
#443735
(68,55,53)
#2F2525
(47,37,37)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #ECC7B5

#ECC7B5
(236,199,181)
#EDCCBB
(237,204,187)
#EED1C1
(238,209,193)
#EFD6C7
(239,214,199)
#F0DBCD
(240,219,205)
#F1E0D3
(241,224,211)
#F2E5D9
(242,229,217)
#F3EADF
(243,234,223)
#F4EFE5
(244,239,229)
#F5F4EB
(245,244,235)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC7B5 color. Also use rgb(236,199,181) instead hex code.

Text Font Color

.myTextColor { color: #ECC7B5; }

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

This text font color is #ECC7B5.


Background Color

.myBgColor { background-color: #ECC7B5; }

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

This div background color is #ECC7B5.


Border color

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

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

This div border color is #ECC7B5.


Opacity

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

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

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

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

This text has shadow with #ECC7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC7B5 on black background.


Color preview on white background

This text has color #ECC7B5 on white background.



Black color preview on #ECC7B5 background

This text has black color on #ECC7B5 background.


White color preview on #ECC7B5 background

This text has white color on #ECC7B5 background.