COLOR #ECC4D0

HEX: #ECC4D0
RGB: (236,196,208)

Color info

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

RGB color model

#ECC4D0 color RGB value is (236,196,208).

  • red value is 236;
  • green value is 196;
  • blue value is 208.
RGB:
(236,196,208)
(93%,77%,82%)

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 208 of 255 = 82%

236
196
208

R + G + B ~ 84%. #ECC4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 196 + 208 = 640 (100%)
R 236 of 640 ~ 36.88%
G 196 of 640 ~ 30.63%
B 208 of 640 ~ 32.5%

%36.88
%30.63
%32.5

CMYK color model

#ECC4D0 color CMYK value is (0,17,12,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 11.86%
  • key color value is 7.45%
CMYK:
(0,17,12,7)
C0M17Y12K7 
(0%,17%,12%,7%)
(0.00/0.17/0.12/0.07)	

CMYK percentages

%0
%16.95
%11.86
%7.45

Codes

Color #ECC4D0 in popluar color models

ECC4D0
RGB236196208
HSL342°51.28%84.71%
HSB/HSV342°16.95%92.55%
CMYK0.00%16.95%11.86%
7.45%

Color #ECC4D0 in popluar number systems.

HEXECC4D0
Decimal236196208
Binary111011001100010011010000
Octal354304320

Shades and tints

Shades of #ECC4D0

#ECC4D0
(236,196,208)
#D7B3BE
(215,179,190)
#C2A2AC
(194,162,172)
#AD919A
(173,145,154)
#988088
(152,128,136)
#836F76
(131,111,118)
#6E5E64
(110,94,100)
#594D52
(89,77,82)
#443C40
(68,60,64)
#2F2B2E
(47,43,46)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #ECC4D0

#ECC4D0
(236,196,208)
#EDC9D4
(237,201,212)
#EECED8
(238,206,216)
#EFD3DC
(239,211,220)
#F0D8E0
(240,216,224)
#F1DDE4
(241,221,228)
#F2E2E8
(242,226,232)
#F3E7EC
(243,231,236)
#F4ECF0
(244,236,240)
#F5F1F4
(245,241,244)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC4D0 color. Also use rgb(236,196,208) instead hex code.

Text Font Color

.myTextColor { color: #ECC4D0; }

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

This text font color is #ECC4D0.


Background Color

.myBgColor { background-color: #ECC4D0; }

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

This div background color is #ECC4D0.


Border color

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

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

This div border color is #ECC4D0.


Opacity

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

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

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

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

This text has shadow with #ECC4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC4D0 on black background.


Color preview on white background

This text has color #ECC4D0 on white background.



Black color preview on #ECC4D0 background

This text has black color on #ECC4D0 background.


White color preview on #ECC4D0 background

This text has white color on #ECC4D0 background.