COLOR #ECF6DF

HEX: #ECF6DF
RGB: (236,246,223)

Color info

#ECF6DF contains red, green and blue colors in about the same proportion. Web safe color of #ECF6DF is #FFFFCC (or #FFC).

RGB color model

#ECF6DF color RGB value is (236,246,223).

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

RGB channels and saturation

R 236 of 255 = 93%
G 246 of 255 = 96%
B 223 of 255 = 87%

236
246
223

R + G + B ~ 92%. #ECF6DF is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 246 + 223 = 705 (100%)
R 236 of 705 ~ 33.48%
G 246 of 705 ~ 34.89%
B 223 of 705 ~ 31.63%

%33.48
%34.89
%31.63

CMYK color model

#ECF6DF color CMYK value is (4,0,9,4).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 3.53%
CMYK:
(4,0,9,4)
C4M0Y9K4 
(4%,0%,9%,4%)
(0.04/0.00/0.09/0.04)	

CMYK percentages

%4.07
%0
%9.35
%3.53

Codes

Color #ECF6DF in popluar color models

ECF6DF
RGB236246223
HSL86°56.10%91.96%
HSB/HSV86°9.35%96.47%
CMYK4.07%0.00%9.35%
3.53%

Color #ECF6DF in popluar number systems.

HEXECF6DF
Decimal236246223
Binary111011001111011011011111
Octal354366337

Shades and tints

Shades of #ECF6DF

#ECF6DF
(236,246,223)
#D7E0CB
(215,224,203)
#C2CAB7
(194,202,183)
#ADB4A3
(173,180,163)
#989E8F
(152,158,143)
#83887B
(131,136,123)
#6E7267
(110,114,103)
#595C53
(89,92,83)
#44463F
(68,70,63)
#2F302B
(47,48,43)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #ECF6DF

#ECF6DF
(236,246,223)
#EDF6E1
(237,246,225)
#EEF6E3
(238,246,227)
#EFF6E5
(239,246,229)
#F0F6E7
(240,246,231)
#F1F6E9
(241,246,233)
#F2F6EB
(242,246,235)
#F3F6ED
(243,246,237)
#F4F6EF
(244,246,239)
#F5F6F1
(245,246,241)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF6DF; }

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

This text font color is #ECF6DF.


Background Color

.myBgColor { background-color: #ECF6DF; }

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

This div background color is #ECF6DF.


Border color

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

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

This div border color is #ECF6DF.


Opacity

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

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

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

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

This text has shadow with #ECF6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF6DF on black background.


Color preview on white background

This text has color #ECF6DF on white background.



Black color preview on #ECF6DF background

This text has black color on #ECF6DF background.


White color preview on #ECF6DF background

This text has white color on #ECF6DF background.