COLOR #ECC7B8

HEX: #ECC7B8
RGB: (236,199,184)

Color info

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

RGB color model

#ECC7B8 color RGB value is (236,199,184).

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

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 184 of 255 = 72%

236
199
184

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

Portions of RGB colors in percentages

R + G + B =
236 + 199 + 184 = 619 (100%)
R 236 of 619 ~ 38.13%
G 199 of 619 ~ 32.15%
B 184 of 619 ~ 29.73%

%38.13
%32.15
%29.73

CMYK color model

#ECC7B8 color CMYK value is (0,16,22,7).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 22.03%
  • key color value is 7.45%
CMYK:
(0,16,22,7)
C0M16Y22K7 
(0%,16%,22%,7%)
(0.00/0.16/0.22/0.07)	

CMYK percentages

%0
%15.68
%22.03
%7.45

Codes

Color #ECC7B8 in popluar color models

ECC7B8
RGB236199184
HSL17°57.78%82.35%
HSB/HSV17°22.03%92.55%
CMYK0.00%15.68%22.03%
7.45%

Color #ECC7B8 in popluar number systems.

HEXECC7B8
Decimal236199184
Binary111011001100011110111000
Octal354307270

Shades and tints

Shades of #ECC7B8

#ECC7B8
(236,199,184)
#D7B5A8
(215,181,168)
#C2A398
(194,163,152)
#AD9188
(173,145,136)
#987F78
(152,127,120)
#836D68
(131,109,104)
#6E5B58
(110,91,88)
#594948
(89,73,72)
#443738
(68,55,56)
#2F2528
(47,37,40)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #ECC7B8

#ECC7B8
(236,199,184)
#EDCCBE
(237,204,190)
#EED1C4
(238,209,196)
#EFD6CA
(239,214,202)
#F0DBD0
(240,219,208)
#F1E0D6
(241,224,214)
#F2E5DC
(242,229,220)
#F3EAE2
(243,234,226)
#F4EFE8
(244,239,232)
#F5F4EE
(245,244,238)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC7B8; }

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

This text font color is #ECC7B8.


Background Color

.myBgColor { background-color: #ECC7B8; }

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

This div background color is #ECC7B8.


Border color

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

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

This div border color is #ECC7B8.


Opacity

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

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

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

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

This text has shadow with #ECC7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC7B8 on black background.


Color preview on white background

This text has color #ECC7B8 on white background.



Black color preview on #ECC7B8 background

This text has black color on #ECC7B8 background.


White color preview on #ECC7B8 background

This text has white color on #ECC7B8 background.