COLOR #ECCFD4

HEX: #ECCFD4
RGB: (236,207,212)

Color info

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

RGB color model

#ECCFD4 color RGB value is (236,207,212).

  • red value is 236;
  • green value is 207;
  • blue value is 212.
RGB:
(236,207,212)
(93%,81%,83%)

RGB channels and saturation

R 236 of 255 = 93%
G 207 of 255 = 81%
B 212 of 255 = 83%

236
207
212

R + G + B ~ 86%. #ECCFD4 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 207 + 212 = 655 (100%)
R 236 of 655 ~ 36.03%
G 207 of 655 ~ 31.6%
B 212 of 655 ~ 32.37%

%36.03
%31.6
%32.37

CMYK color model

#ECCFD4 color CMYK value is (0,12,10,7).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 10.17%
  • key color value is 7.45%
CMYK:
(0,12,10,7)
C0M12Y10K7 
(0%,12%,10%,7%)
(0.00/0.12/0.10/0.07)	

CMYK percentages

%0
%12.29
%10.17
%7.45

Codes

Color #ECCFD4 in popluar color models

ECCFD4
RGB236207212
HSL350°43.28%86.86%
HSB/HSV350°12.29%92.55%
CMYK0.00%12.29%10.17%
7.45%

Color #ECCFD4 in popluar number systems.

HEXECCFD4
Decimal236207212
Binary111011001100111111010100
Octal354317324

Shades and tints

Shades of #ECCFD4

#ECCFD4
(236,207,212)
#D7BDC1
(215,189,193)
#C2ABAE
(194,171,174)
#AD999B
(173,153,155)
#988788
(152,135,136)
#837575
(131,117,117)
#6E6362
(110,99,98)
#59514F
(89,81,79)
#443F3C
(68,63,60)
#2F2D29
(47,45,41)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #ECCFD4

#ECCFD4
(236,207,212)
#EDD3D7
(237,211,215)
#EED7DA
(238,215,218)
#EFDBDD
(239,219,221)
#F0DFE0
(240,223,224)
#F1E3E3
(241,227,227)
#F2E7E6
(242,231,230)
#F3EBE9
(243,235,233)
#F4EFEC
(244,239,236)
#F5F3EF
(245,243,239)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCFD4 color. Also use rgb(236,207,212) instead hex code.

Text Font Color

.myTextColor { color: #ECCFD4; }

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

This text font color is #ECCFD4.


Background Color

.myBgColor { background-color: #ECCFD4; }

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

This div background color is #ECCFD4.


Border color

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

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

This div border color is #ECCFD4.


Opacity

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

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

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

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

This text has shadow with #ECCFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCFD4 on black background.


Color preview on white background

This text has color #ECCFD4 on white background.



Black color preview on #ECCFD4 background

This text has black color on #ECCFD4 background.


White color preview on #ECCFD4 background

This text has white color on #ECCFD4 background.