COLOR #ECF8CE

HEX: #ECF8CE RGB: (236,248,206)

Color info

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

RGB color model

#ECF8CE color RGB value is (236,248,206).

RGB: (236,248,206) (93%, 97%, 81%)

RGB channels and saturation

R 236 of 255 = 93%
G 248 of 255 = 97%
B 206 of 255 = 81%

236
248
206

R + G + B ~ 90%. #ECF8CE is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 248 + 206 = 690 (100%)
R 236 of 690 ~ 34.2%
G 248 of 690 ~ 35.94%
B 206 of 690 ~ 29.86'%

%34.2
%35.94
%29.86

CMYK color model

#ECF8CE color CMYK value is (5,0,17,3).

  • cyan value is 4.84%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 2.75%

CMYK: (5,0,17,3)
C5M0Y17K3 (5%, 0%, 17%, 3%)
(0.05 / 0.00 / 0.17 / 0.03)

CMYK percentages

%4.84
%0
%16.94
%2.75

Codes

Color #ECF8CE in popluar color models

EC F8 CE
RGB 236 248 206
HSL 77° 75.00% 89.02%
HSB/HSV 77° 16.94% 97.25%
CMYK 4.84% 0.00% 16.94%
2.75%

Color #ECF8CE in popluar number systems.

HEX EC F8 CE
Decimal 236 248 206
Binary 11101100 11111000 11001110
Octal 354 370 316

Shades and tints

Shades of #ECF8CE

#ECF8CE
(236,248,206)
#D7E2BC
(215,226,188)
#C2CCAA
(194,204,170)
#ADB698
(173,182,152)
#98A086
(152,160,134)
#838A74
(131,138,116)
#6E7462
(110,116,98)
#595E50
(89,94,80)
#44483E
(68,72,62)
#2F322C
(47,50,44)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #ECF8CE

#ECF8CE
(236,248,206)
#EDF8D2
(237,248,210)
#EEF8D6
(238,248,214)
#EFF8DA
(239,248,218)
#F0F8DE
(240,248,222)
#F1F8E2
(241,248,226)
#F2F8E6
(242,248,230)
#F3F8EA
(243,248,234)
#F4F8EE
(244,248,238)
#F5F8F2
(245,248,242)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF8CE color. Also use rgb(236,248,206) instead hex code.

Text Font Color

.myTextColor { color: #ECF8CE; }

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

This text font color is #ECF8CE.

Background Color

.myBgColor { background-color: #ECF8CE; }

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

This div background color is #ECF8CE.

Border color

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

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

This div border color is #ECF8CE.

Opacity

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

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

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

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

This text has shadow with #ECF8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF8CE.

Preview

Color preview on black background

This text has color #ECF8CE on black background.


Color preview on white background

This text has color #ECF8CE on white background.


Black color preview on #ECF8CE background

This text has black color on #ECF8CE background.


White color preview on #ECF8CE background

This text has white color on #ECF8CE background.


Related colors

Complementary color

Complementary color for #hex is #130731.


I love getcolorcode.com

Triadic colors

1 #CEECF8 and #F8CEEC with #ECF8CE are triadic colors.

2 #CEF8EC and #F8ECCE with #ECF8CE are triadic colors.