COLOR #ECFDD3

HEX: #ECFDD3 RGB: (236,253,211)

Color info

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

RGB color model

#ECFDD3 color RGB value is (236,253,211).

RGB: (236,253,211) (93%, 99%, 83%)

RGB channels and saturation

R 236 of 255 = 93%
G 253 of 255 = 99%
B 211 of 255 = 83%

236
253
211

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

Portions of RGB colors in percentages

R + G + B = 236 + 253 + 211 = 700 (100%)
R 236 of 700 ~ 33.71%
G 253 of 700 ~ 36.14%
B 211 of 700 ~ 30.14'%

%33.71
%36.14
%30.14

CMYK color model

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

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 0.78%

CMYK: (7,0,17,1)
C7M0Y17K1 (7%, 0%, 17%, 1%)
(0.07 / 0.00 / 0.17 / 0.01)

CMYK percentages

%6.72
%0
%16.6
%0.78

Codes

Color #ECFDD3 in popluar color models

EC FD D3
RGB 236 253 211
HSL 84° 91.30% 90.98%
HSB/HSV 84° 16.60% 99.22%
CMYK 6.72% 0.00% 16.60%
0.78%

Color #ECFDD3 in popluar number systems.

HEX EC FD D3
Decimal 236 253 211
Binary 11101100 11111101 11010011
Octal 354 375 323

Shades and tints

Shades of #ECFDD3

#ECFDD3
(236,253,211)
#D7E6C0
(215,230,192)
#C2CFAD
(194,207,173)
#ADB89A
(173,184,154)
#98A187
(152,161,135)
#838A74
(131,138,116)
#6E7361
(110,115,97)
#595C4E
(89,92,78)
#44453B
(68,69,59)
#2F2E28
(47,46,40)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #ECFDD3

#ECFDD3
(236,253,211)
#EDFDD7
(237,253,215)
#EEFDDB
(238,253,219)
#EFFDDF
(239,253,223)
#F0FDE3
(240,253,227)
#F1FDE7
(241,253,231)
#F2FDEB
(242,253,235)
#F3FDEF
(243,253,239)
#F4FDF3
(244,253,243)
#F5FDF7
(245,253,247)
#F6FDFB
(246,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFDD3 color. Also use rgb(236,253,211) instead hex code.

Text Font Color

.myTextColor { color: #ECFDD3; }

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

This text font color is #ECFDD3.

Background Color

.myBgColor { background-color: #ECFDD3; }

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

This div background color is #ECFDD3.

Border color

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

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

This div border color is #ECFDD3.

Opacity

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

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

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

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

This text has shadow with #ECFDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFDD3.

Preview

Color preview on black background

This text has color #ECFDD3 on black background.


Color preview on white background

This text has color #ECFDD3 on white background.


Black color preview on #ECFDD3 background

This text has black color on #ECFDD3 background.


White color preview on #ECFDD3 background

This text has white color on #ECFDD3 background.


Related colors

Complementary color

Complementary color for #hex is #13022C.


I love getcolorcode.com

Triadic colors

1 #D3ECFD and #FDD3EC with #ECFDD3 are triadic colors.

2 #D3FDEC and #FDECD3 with #ECFDD3 are triadic colors.