COLOR #ECF1D6

HEX: #ECF1D6 RGB: (236,241,214)

Color info

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

RGB color model

#ECF1D6 color RGB value is (236,241,214).

RGB: (236,241,214) (93%, 95%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 214 of 255 = 84%

236
241
214

R + G + B ~ 91%. #ECF1D6 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 241 + 214 = 691 (100%)
R 236 of 691 ~ 34.15%
G 241 of 691 ~ 34.88%
B 214 of 691 ~ 30.97'%

%34.15
%34.88
%30.97

CMYK color model

#ECF1D6 color CMYK value is (2,0,11,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 5.49%
CMYK: (2,0,11,5) C2M0Y11K5 (2%,0%,11%,5%) (0.02/0.00/0.11/0.05) 

CMYK percentages

%2.07
%0
%11.2
%5.49

Codes

Color #ECF1D6 in popluar color models

EC F1 D6
RGB 236 241 214
HSL 71° 49.09% 89.22%
HSB/HSV 71° 11.20% 94.51%
CMYK 2.07% 0.00% 11.20%
5.49%

Color #ECF1D6 in popluar number systems.

HEX EC F1 D6
Decimal 236 241 214
Binary 11101100 11110001 11010110
Octal 354 361 326

Shades and tints

Shades of #ECF1D6

#ECF1D6
(236,241,214)
#D7DCC3
(215,220,195)
#C2C7B0
(194,199,176)
#ADB29D
(173,178,157)
#989D8A
(152,157,138)
#838877
(131,136,119)
#6E7364
(110,115,100)
#595E51
(89,94,81)
#44493E
(68,73,62)
#2F342B
(47,52,43)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #ECF1D6

#ECF1D6
(236,241,214)
#EDF2D9
(237,242,217)
#EEF3DC
(238,243,220)
#EFF4DF
(239,244,223)
#F0F5E2
(240,245,226)
#F1F6E5
(241,246,229)
#F2F7E8
(242,247,232)
#F3F8EB
(243,248,235)
#F4F9EE
(244,249,238)
#F5FAF1
(245,250,241)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF1D6 color. Also use rgb(236,241,214) instead hex code.

Text Font Color

.myTextColor { color: #ECF1D6; }

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

This text font color is #ECF1D6.

Background Color

.myBgColor { background-color: #ECF1D6; }

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

This div background color is #ECF1D6.

Border color

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

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

This div border color is #ECF1D6.

Opacity

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

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

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

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

This text has shadow with #ECF1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF1D6.

Preview

Color preview on black background

This text has color #ECF1D6 on black background.


Color preview on white background

This text has color #ECF1D6 on white background.


Black color preview on #ECF1D6 background

This text has black color on #ECF1D6 background.


White color preview on #ECF1D6 background

This text has white color on #ECF1D6 background.


Related colors

Complementary color

Complementary color for #hex is #130E29.


I love getcolorcode.com

Triadic colors

1 #D6ECF1 and #F1D6EC with #ECF1D6 are triadic colors.

2 #D6F1EC and #F1ECD6 with #ECF1D6 are triadic colors.