COLOR #ECC7B9

HEX: #ECC7B9
RGB: (236,199,185)

Color info

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

RGB color model

#ECC7B9 color RGB value is (236,199,185).

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

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 185 of 255 = 73%

236
199
185

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

Portions of RGB colors in percentages

R + G + B =
236 + 199 + 185 = 620 (100%)
R 236 of 620 ~ 38.06%
G 199 of 620 ~ 32.1%
B 185 of 620 ~ 29.84%

%38.06
%32.1
%29.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 21.61%
  • 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
%21.61
%7.45

Codes

Color #ECC7B9 in popluar color models

ECC7B9
RGB236199185
HSL16°57.30%82.55%
HSB/HSV16°21.61%92.55%
CMYK0.00%15.68%21.61%
7.45%

Color #ECC7B9 in popluar number systems.

HEXECC7B9
Decimal236199185
Binary111011001100011110111001
Octal354307271

Shades and tints

Shades of #ECC7B9

#ECC7B9
(236,199,185)
#D7B5A9
(215,181,169)
#C2A399
(194,163,153)
#AD9189
(173,145,137)
#987F79
(152,127,121)
#836D69
(131,109,105)
#6E5B59
(110,91,89)
#594949
(89,73,73)
#443739
(68,55,57)
#2F2529
(47,37,41)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #ECC7B9

#ECC7B9
(236,199,185)
#EDCCBF
(237,204,191)
#EED1C5
(238,209,197)
#EFD6CB
(239,214,203)
#F0DBD1
(240,219,209)
#F1E0D7
(241,224,215)
#F2E5DD
(242,229,221)
#F3EAE3
(243,234,227)
#F4EFE9
(244,239,233)
#F5F4EF
(245,244,239)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC7B9; }

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

This text font color is #ECC7B9.


Background Color

.myBgColor { background-color: #ECC7B9; }

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

This div background color is #ECC7B9.


Border color

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

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

This div border color is #ECC7B9.


Opacity

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

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

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

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

This text has shadow with #ECC7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC7B9 on black background.


Color preview on white background

This text has color #ECC7B9 on white background.



Black color preview on #ECC7B9 background

This text has black color on #ECC7B9 background.


White color preview on #ECC7B9 background

This text has white color on #ECC7B9 background.