COLOR #ECF1D7

HEX: #ECF1D7 RGB: (236,241,215)

Color info

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

RGB color model

#ECF1D7 color RGB value is (236,241,215).

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

RGB channels and saturation

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

236
241
215

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

Portions of RGB colors in percentages

R + G + B = 236 + 241 + 215 = 692 (100%)
R 236 of 692 ~ 34.1%
G 241 of 692 ~ 34.83%
B 215 of 692 ~ 31.07'%

%34.1
%34.83
%31.07

CMYK color model

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

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 10.79%
  • 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
%10.79
%5.49

Codes

Color #ECF1D7 in popluar color models

EC F1 D7
RGB 236 241 215
HSL 72° 48.15% 89.41%
HSB/HSV 72° 10.79% 94.51%
CMYK 2.07% 0.00% 10.79%
5.49%

Color #ECF1D7 in popluar number systems.

HEX EC F1 D7
Decimal 236 241 215
Binary 11101100 11110001 11010111
Octal 354 361 327

Shades and tints

Shades of #ECF1D7

#ECF1D7
(236,241,215)
#D7DCC4
(215,220,196)
#C2C7B1
(194,199,177)
#ADB29E
(173,178,158)
#989D8B
(152,157,139)
#838878
(131,136,120)
#6E7365
(110,115,101)
#595E52
(89,94,82)
#44493F
(68,73,63)
#2F342C
(47,52,44)
#1A1F19
(26,31,25)
#000000
(0,0,0)

Tints of #ECF1D7

#ECF1D7
(236,241,215)
#EDF2DA
(237,242,218)
#EEF3DD
(238,243,221)
#EFF4E0
(239,244,224)
#F0F5E3
(240,245,227)
#F1F6E6
(241,246,230)
#F2F7E9
(242,247,233)
#F3F8EC
(243,248,236)
#F4F9EF
(244,249,239)
#F5FAF2
(245,250,242)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF1D7; }

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

This text font color is #ECF1D7.

Background Color

.myBgColor { background-color: #ECF1D7; }

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

This div background color is #ECF1D7.

Border color

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

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

This div border color is #ECF1D7.

Opacity

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

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

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

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

This text has shadow with #ECF1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF1D7.

Preview

Color preview on black background

This text has color #ECF1D7 on black background.


Color preview on white background

This text has color #ECF1D7 on white background.


Black color preview on #ECF1D7 background

This text has black color on #ECF1D7 background.


White color preview on #ECF1D7 background

This text has white color on #ECF1D7 background.


Related colors

Complementary color

Complementary color for #hex is #130E28.


I love getcolorcode.com

Triadic colors

1 #D7ECF1 and #F1D7EC with #ECF1D7 are triadic colors.

2 #D7F1EC and #F1ECD7 with #ECF1D7 are triadic colors.