COLOR #ECFDF7

HEX: #ECFDF7 RGB: (236,253,247)

Color info

#ECFDF7 contains red, green and blue colors in about the same proportion. Web safe color of #ECFDF7 is #FFFFFF (or #FFF).

RGB color model

#ECFDF7 color RGB value is (236,253,247).

RGB: (236,253,247) (93%, 99%, 97%)

RGB channels and saturation

R 236 of 255 = 93%
G 253 of 255 = 99%
B 247 of 255 = 97%

236
253
247

R + G + B ~ 96%. #ECFDF7 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 253 + 247 = 736 (100%)
R 236 of 736 ~ 32.07%
G 253 of 736 ~ 34.38%
B 247 of 736 ~ 33.56'%

%32.07
%34.38
%33.56

CMYK color model

#ECFDF7 color CMYK value is (7,0,2,1).

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

CMYK: (7,0,2,1)
C7M0Y2K1 (7%, 0%, 2%, 1%)
(0.07 / 0.00 / 0.02 / 0.01)

CMYK percentages

%6.72
%0
%2.37
%0.78

Codes

Color #ECFDF7 in popluar color models

EC FD F7
RGB 236 253 247
HSL 159° 80.95% 95.88%
HSB/HSV 159° 6.72% 99.22%
CMYK 6.72% 0.00% 2.37%
0.78%

Color #ECFDF7 in popluar number systems.

HEX EC FD F7
Decimal 236 253 247
Binary 11101100 11111101 11110111
Octal 354 375 367

Shades and tints

Shades of #ECFDF7

#ECFDF7
(236,253,247)
#D7E6E1
(215,230,225)
#C2CFCB
(194,207,203)
#ADB8B5
(173,184,181)
#98A19F
(152,161,159)
#838A89
(131,138,137)
#6E7373
(110,115,115)
#595C5D
(89,92,93)
#444547
(68,69,71)
#2F2E31
(47,46,49)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #ECFDF7

#ECFDF7
(236,253,247)
#EDFDF7
(237,253,247)
#EEFDF7
(238,253,247)
#EFFDF7
(239,253,247)
#F0FDF7
(240,253,247)
#F1FDF7
(241,253,247)
#F2FDF7
(242,253,247)
#F3FDF7
(243,253,247)
#F4FDF7
(244,253,247)
#F5FDF7
(245,253,247)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFDF7; }

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

This text font color is #ECFDF7.

Background Color

.myBgColor { background-color: #ECFDF7; }

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

This div background color is #ECFDF7.

Border color

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

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

This div border color is #ECFDF7.

Opacity

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

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

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

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

This text has shadow with #ECFDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFDF7.

Preview

Color preview on black background

This text has color #ECFDF7 on black background.


Color preview on white background

This text has color #ECFDF7 on white background.


Black color preview on #ECFDF7 background

This text has black color on #ECFDF7 background.


White color preview on #ECFDF7 background

This text has white color on #ECFDF7 background.


Related colors

Complementary color

Complementary color for #hex is #130208.


I love getcolorcode.com

Triadic colors

1 #F7ECFD and #FDF7EC with #ECFDF7 are triadic colors.

2 #F7FDEC and #FDECF7 with #ECFDF7 are triadic colors.