COLOR #ECC6B8

HEX: #ECC6B8
RGB: (236,198,184)

Color info

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

RGB color model

#ECC6B8 color RGB value is (236,198,184).

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

RGB channels and saturation

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

236
198
184

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

Portions of RGB colors in percentages

R + G + B =
236 + 198 + 184 = 618 (100%)
R 236 of 618 ~ 38.19%
G 198 of 618 ~ 32.04%
B 184 of 618 ~ 29.77%

%38.19
%32.04
%29.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.10%
  • 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
%16.1
%22.03
%7.45

Codes

Color #ECC6B8 in popluar color models

ECC6B8
RGB236198184
HSL16°57.78%82.35%
HSB/HSV16°22.03%92.55%
CMYK0.00%16.10%22.03%
7.45%

Color #ECC6B8 in popluar number systems.

HEXECC6B8
Decimal236198184
Binary111011001100011010111000
Octal354306270

Shades and tints

Shades of #ECC6B8

#ECC6B8
(236,198,184)
#D7B4A8
(215,180,168)
#C2A298
(194,162,152)
#AD9088
(173,144,136)
#987E78
(152,126,120)
#836C68
(131,108,104)
#6E5A58
(110,90,88)
#594848
(89,72,72)
#443638
(68,54,56)
#2F2428
(47,36,40)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #ECC6B8

#ECC6B8
(236,198,184)
#EDCBBE
(237,203,190)
#EED0C4
(238,208,196)
#EFD5CA
(239,213,202)
#F0DAD0
(240,218,208)
#F1DFD6
(241,223,214)
#F2E4DC
(242,228,220)
#F3E9E2
(243,233,226)
#F4EEE8
(244,238,232)
#F5F3EE
(245,243,238)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC6B8; }

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

This text font color is #ECC6B8.


Background Color

.myBgColor { background-color: #ECC6B8; }

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

This div background color is #ECC6B8.


Border color

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

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

This div border color is #ECC6B8.


Opacity

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

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

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

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

This text has shadow with #ECC6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC6B8 on black background.


Color preview on white background

This text has color #ECC6B8 on white background.



Black color preview on #ECC6B8 background

This text has black color on #ECC6B8 background.


White color preview on #ECC6B8 background

This text has white color on #ECC6B8 background.