COLOR #ECCFDF

HEX: #ECCFDF
RGB: (236,207,223)

Color info

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

RGB color model

#ECCFDF color RGB value is (236,207,223).

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

RGB channels and saturation

R 236 of 255 = 93%
G 207 of 255 = 81%
B 223 of 255 = 87%

236
207
223

R + G + B ~ 87%. #ECCFDF is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 207 + 223 = 666 (100%)
R 236 of 666 ~ 35.44%
G 207 of 666 ~ 31.08%
B 223 of 666 ~ 33.48%

%35.44
%31.08
%33.48

CMYK color model

#ECCFDF color CMYK value is (0,12,6,7).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 5.51%
  • key color value is 7.45%
CMYK:
(0,12,6,7)
C0M12Y6K7 
(0%,12%,6%,7%)
(0.00/0.12/0.06/0.07)	

CMYK percentages

%0
%12.29
%5.51
%7.45

Codes

Color #ECCFDF in popluar color models

ECCFDF
RGB236207223
HSL327°43.28%86.86%
HSB/HSV327°12.29%92.55%
CMYK0.00%12.29%5.51%
7.45%

Color #ECCFDF in popluar number systems.

HEXECCFDF
Decimal236207223
Binary111011001100111111011111
Octal354317337

Shades and tints

Shades of #ECCFDF

#ECCFDF
(236,207,223)
#D7BDCB
(215,189,203)
#C2ABB7
(194,171,183)
#AD99A3
(173,153,163)
#98878F
(152,135,143)
#83757B
(131,117,123)
#6E6367
(110,99,103)
#595153
(89,81,83)
#443F3F
(68,63,63)
#2F2D2B
(47,45,43)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #ECCFDF

#ECCFDF
(236,207,223)
#EDD3E1
(237,211,225)
#EED7E3
(238,215,227)
#EFDBE5
(239,219,229)
#F0DFE7
(240,223,231)
#F1E3E9
(241,227,233)
#F2E7EB
(242,231,235)
#F3EBED
(243,235,237)
#F4EFEF
(244,239,239)
#F5F3F1
(245,243,241)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCFDF; }

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

This text font color is #ECCFDF.


Background Color

.myBgColor { background-color: #ECCFDF; }

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

This div background color is #ECCFDF.


Border color

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

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

This div border color is #ECCFDF.


Opacity

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

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

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

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

This text has shadow with #ECCFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCFDF on black background.


Color preview on white background

This text has color #ECCFDF on white background.



Black color preview on #ECCFDF background

This text has black color on #ECCFDF background.


White color preview on #ECCFDF background

This text has white color on #ECCFDF background.