COLOR #ECF3E1

HEX: #ECF3E1 RGB: (236,243,225)

Color info

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

RGB color model

#ECF3E1 color RGB value is (236,243,225).

RGB: (236,243,225) (93%, 95%, 88%)

RGB channels and saturation

R 236 of 255 = 93%
G 243 of 255 = 95%
B 225 of 255 = 88%

236
243
225

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

Portions of RGB colors in percentages

R + G + B = 236 + 243 + 225 = 704 (100%)
R 236 of 704 ~ 33.52%
G 243 of 704 ~ 34.52%
B 225 of 704 ~ 31.96'%

%33.52
%34.52
%31.96

CMYK color model

#ECF3E1 color CMYK value is (3,0,7,5).

  • cyan value is 2.88%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 4.71%

CMYK: (3,0,7,5)
C3M0Y7K5 (3%, 0%, 7%, 5%)
(0.03 / 0.00 / 0.07 / 0.05)

CMYK percentages

%2.88
%0
%7.41
%4.71

Codes

Color #ECF3E1 in popluar color models

EC F3 E1
RGB 236 243 225
HSL 83° 42.86% 91.76%
HSB/HSV 83° 7.41% 95.29%
CMYK 2.88% 0.00% 7.41%
4.71%

Color #ECF3E1 in popluar number systems.

HEX EC F3 E1
Decimal 236 243 225
Binary 11101100 11110011 11100001
Octal 354 363 341

Shades and tints

Shades of #ECF3E1

#ECF3E1
(236,243,225)
#D7DDCD
(215,221,205)
#C2C7B9
(194,199,185)
#ADB1A5
(173,177,165)
#989B91
(152,155,145)
#83857D
(131,133,125)
#6E6F69
(110,111,105)
#595955
(89,89,85)
#444341
(68,67,65)
#2F2D2D
(47,45,45)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #ECF3E1

#ECF3E1
(236,243,225)
#EDF4E3
(237,244,227)
#EEF5E5
(238,245,229)
#EFF6E7
(239,246,231)
#F0F7E9
(240,247,233)
#F1F8EB
(241,248,235)
#F2F9ED
(242,249,237)
#F3FAEF
(243,250,239)
#F4FBF1
(244,251,241)
#F5FCF3
(245,252,243)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF3E1 color. Also use rgb(236,243,225) instead hex code.

Text Font Color

.myTextColor { color: #ECF3E1; }

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

This text font color is #ECF3E1.

Background Color

.myBgColor { background-color: #ECF3E1; }

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

This div background color is #ECF3E1.

Border color

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

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

This div border color is #ECF3E1.

Opacity

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

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

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

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

This text has shadow with #ECF3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF3E1.

Preview

Color preview on black background

This text has color #ECF3E1 on black background.


Color preview on white background

This text has color #ECF3E1 on white background.


Black color preview on #ECF3E1 background

This text has black color on #ECF3E1 background.


White color preview on #ECF3E1 background

This text has white color on #ECF3E1 background.


Related colors

Complementary color

Complementary color for #hex is #130C1E.


I love getcolorcode.com

Triadic colors

1 #E1ECF3 and #F3E1EC with #ECF3E1 are triadic colors.

2 #E1F3EC and #F3ECE1 with #ECF3E1 are triadic colors.