COLOR #ECFBF9

HEX: #ECFBF9 RGB: (236,251,249)

Color info

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

RGB color model

#ECFBF9 color RGB value is (236,251,249).

RGB: (236,251,249) (93%, 98%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 249 of 255 = 98%

236
251
249

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

Portions of RGB colors in percentages

R + G + B = 236 + 251 + 249 = 736 (100%)
R 236 of 736 ~ 32.07%
G 251 of 736 ~ 34.1%
B 249 of 736 ~ 33.83'%

%32.07
%34.1
%33.83

CMYK color model

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

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

CMYK: (6,0,1,2)
C6M0Y1K2 (6%, 0%, 1%, 2%)
(0.06 / 0.00 / 0.01 / 0.02)

CMYK percentages

%5.98
%0
%0.8
%1.57

Codes

Color #ECFBF9 in popluar color models

EC FB F9
RGB 236 251 249
HSL 172° 65.22% 95.49%
HSB/HSV 172° 5.98% 98.43%
CMYK 5.98% 0.00% 0.80%
1.57%

Color #ECFBF9 in popluar number systems.

HEX EC FB F9
Decimal 236 251 249
Binary 11101100 11111011 11111001
Octal 354 373 371

Shades and tints

Shades of #ECFBF9

#ECFBF9
(236,251,249)
#D7E5E3
(215,229,227)
#C2CFCD
(194,207,205)
#ADB9B7
(173,185,183)
#98A3A1
(152,163,161)
#838D8B
(131,141,139)
#6E7775
(110,119,117)
#59615F
(89,97,95)
#444B49
(68,75,73)
#2F3533
(47,53,51)
#1A1F1D
(26,31,29)
#000000
(0,0,0)

Tints of #ECFBF9

#ECFBF9
(236,251,249)
#EDFBF9
(237,251,249)
#EEFBF9
(238,251,249)
#EFFBF9
(239,251,249)
#F0FBF9
(240,251,249)
#F1FBF9
(241,251,249)
#F2FBF9
(242,251,249)
#F3FBF9
(243,251,249)
#F4FBF9
(244,251,249)
#F5FBF9
(245,251,249)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBF9; }

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

This text font color is #ECFBF9.

Background Color

.myBgColor { background-color: #ECFBF9; }

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

This div background color is #ECFBF9.

Border color

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

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

This div border color is #ECFBF9.

Opacity

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

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

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

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

This text has shadow with #ECFBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFBF9.

Preview

Color preview on black background

This text has color #ECFBF9 on black background.


Color preview on white background

This text has color #ECFBF9 on white background.


Black color preview on #ECFBF9 background

This text has black color on #ECFBF9 background.


White color preview on #ECFBF9 background

This text has white color on #ECFBF9 background.


Related colors

Complementary color

Complementary color for #hex is #130406.


I love getcolorcode.com

Triadic colors

1 #F9ECFB and #FBF9EC with #ECFBF9 are triadic colors.

2 #F9FBEC and #FBECF9 with #ECFBF9 are triadic colors.