COLOR #ECFBF7

HEX: #ECFBF7 RGB: (236,251,247)

Color info

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

RGB color model

#ECFBF7 color RGB value is (236,251,247).

RGB: (236,251,247) (93%, 98%, 97%)

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 247 of 255 = 97%

236
251
247

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

Portions of RGB colors in percentages

R + G + B = 236 + 251 + 247 = 734 (100%)
R 236 of 734 ~ 32.15%
G 251 of 734 ~ 34.2%
B 247 of 734 ~ 33.65'%

%32.15
%34.2
%33.65

CMYK color model

#ECFBF7 color CMYK value is (6,0,2,2).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.57%

CMYK: (6,0,2,2)
C6M0Y2K2 (6%, 0%, 2%, 2%)
(0.06 / 0.00 / 0.02 / 0.02)

CMYK percentages

%5.98
%0
%1.59
%1.57

Codes

Color #ECFBF7 in popluar color models

EC FB F7
RGB 236 251 247
HSL 164° 65.22% 95.49%
HSB/HSV 164° 5.98% 98.43%
CMYK 5.98% 0.00% 1.59%
1.57%

Color #ECFBF7 in popluar number systems.

HEX EC FB F7
Decimal 236 251 247
Binary 11101100 11111011 11110111
Octal 354 373 367

Shades and tints

Shades of #ECFBF7

#ECFBF7
(236,251,247)
#D7E5E1
(215,229,225)
#C2CFCB
(194,207,203)
#ADB9B5
(173,185,181)
#98A39F
(152,163,159)
#838D89
(131,141,137)
#6E7773
(110,119,115)
#59615D
(89,97,93)
#444B47
(68,75,71)
#2F3531
(47,53,49)
#1A1F1B
(26,31,27)
#000000
(0,0,0)

Tints of #ECFBF7

#ECFBF7
(236,251,247)
#EDFBF7
(237,251,247)
#EEFBF7
(238,251,247)
#EFFBF7
(239,251,247)
#F0FBF7
(240,251,247)
#F1FBF7
(241,251,247)
#F2FBF7
(242,251,247)
#F3FBF7
(243,251,247)
#F4FBF7
(244,251,247)
#F5FBF7
(245,251,247)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBF7; }

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

This text font color is #ECFBF7.

Background Color

.myBgColor { background-color: #ECFBF7; }

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

This div background color is #ECFBF7.

Border color

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

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

This div border color is #ECFBF7.

Opacity

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

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

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

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

This text has shadow with #ECFBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFBF7.

Preview

Color preview on black background

This text has color #ECFBF7 on black background.


Color preview on white background

This text has color #ECFBF7 on white background.


Black color preview on #ECFBF7 background

This text has black color on #ECFBF7 background.


White color preview on #ECFBF7 background

This text has white color on #ECFBF7 background.


Related colors

Complementary color

Complementary color for #hex is #130408.


I love getcolorcode.com

Triadic colors

1 #F7ECFB and #FBF7EC with #ECFBF7 are triadic colors.

2 #F7FBEC and #FBECF7 with #ECFBF7 are triadic colors.