COLOR #ECFFD4

HEX: #ECFFD4 RGB: (236,255,212)

Color info

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

RGB color model

#ECFFD4 color RGB value is (236,255,212).

RGB: (236,255,212) (93%, 100%, 83%)

RGB channels and saturation

R 236 of 255 = 93%
G 255 of 255 = 100%
B 212 of 255 = 83%

236
255
212

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

Portions of RGB colors in percentages

R + G + B = 236 + 255 + 212 = 703 (100%)
R 236 of 703 ~ 33.57%
G 255 of 703 ~ 36.27%
B 212 of 703 ~ 30.16'%

%33.57
%36.27
%30.16

CMYK color model

#ECFFD4 color CMYK value is (7,0,17,0).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK: (7,0,17,0) C7M0Y17K0 (7%,0%,17%,0%) (0.07/0.00/0.17/0.00) 

CMYK percentages

%7.45
%0
%16.86
%0

Codes

Color #ECFFD4 in popluar color models

EC FF D4
RGB 236 255 212
HSL 87° 100.00% 91.57%
HSB/HSV 87° 16.86% 100.00%
CMYK 7.45% 0.00% 16.86%
0.00%

Color #ECFFD4 in popluar number systems.

HEX EC FF D4
Decimal 236 255 212
Binary 11101100 11111111 11010100
Octal 354 377 324

Shades and tints

Shades of #ECFFD4

#ECFFD4
(236,255,212)
#D7E8C1
(215,232,193)
#C2D1AE
(194,209,174)
#ADBA9B
(173,186,155)
#98A388
(152,163,136)
#838C75
(131,140,117)
#6E7562
(110,117,98)
#595E4F
(89,94,79)
#44473C
(68,71,60)
#2F3029
(47,48,41)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #ECFFD4

#ECFFD4
(236,255,212)
#EDFFD7
(237,255,215)
#EEFFDA
(238,255,218)
#EFFFDD
(239,255,221)
#F0FFE0
(240,255,224)
#F1FFE3
(241,255,227)
#F2FFE6
(242,255,230)
#F3FFE9
(243,255,233)
#F4FFEC
(244,255,236)
#F5FFEF
(245,255,239)
#F6FFF2
(246,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFFD4 color. Also use rgb(236,255,212) instead hex code.

Text Font Color

.myTextColor { color: #ECFFD4; }

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

This text font color is #ECFFD4.

Background Color

.myBgColor { background-color: #ECFFD4; }

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

This div background color is #ECFFD4.

Border color

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

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

This div border color is #ECFFD4.

Opacity

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

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

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

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

This text has shadow with #ECFFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFFD4.

Preview

Color preview on black background

This text has color #ECFFD4 on black background.


Color preview on white background

This text has color #ECFFD4 on white background.


Black color preview on #ECFFD4 background

This text has black color on #ECFFD4 background.


White color preview on #ECFFD4 background

This text has white color on #ECFFD4 background.


Related colors

Complementary color

Complementary color for #hex is #13002B.


I love getcolorcode.com

Triadic colors

1 #D4ECFF and #FFD4EC with #ECFFD4 are triadic colors.

2 #D4FFEC and #FFECD4 with #ECFFD4 are triadic colors.