COLOR #ECFBF3

HEX: #ECFBF3
RGB: (236,251,243)

Color info

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

RGB color model

#ECFBF3 color RGB value is (236,251,243).

  • red value is 236;
  • green value is 251;
  • blue value is 243.
RGB:
(236,251,243)
(93%,98%,95%)

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 243 of 255 = 95%

236
251
243

R + G + B ~ 95%. #ECFBF3 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 251 + 243 = 730 (100%)
R 236 of 730 ~ 32.33%
G 251 of 730 ~ 34.38%
B 243 of 730 ~ 33.29%

%32.33
%34.38
%33.29

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 1.57%
CMYK:
(6,0,3,2)
C6M0Y3K2 
(6%,0%,3%,2%)
(0.06/0.00/0.03/0.02)	

CMYK percentages

%5.98
%0
%3.19
%1.57

Codes

Color #ECFBF3 in popluar color models

ECFBF3
RGB236251243
HSL148°65.22%95.49%
HSB/HSV148°5.98%98.43%
CMYK5.98%0.00%3.19%
1.57%

Color #ECFBF3 in popluar number systems.

HEXECFBF3
Decimal236251243
Binary111011001111101111110011
Octal354373363

Shades and tints

Shades of #ECFBF3

#ECFBF3
(236,251,243)
#D7E5DD
(215,229,221)
#C2CFC7
(194,207,199)
#ADB9B1
(173,185,177)
#98A39B
(152,163,155)
#838D85
(131,141,133)
#6E776F
(110,119,111)
#596159
(89,97,89)
#444B43
(68,75,67)
#2F352D
(47,53,45)
#1A1F17
(26,31,23)
#000000
(0,0,0)

Tints of #ECFBF3

#ECFBF3
(236,251,243)
#EDFBF4
(237,251,244)
#EEFBF5
(238,251,245)
#EFFBF6
(239,251,246)
#F0FBF7
(240,251,247)
#F1FBF8
(241,251,248)
#F2FBF9
(242,251,249)
#F3FBFA
(243,251,250)
#F4FBFB
(244,251,251)
#F5FBFC
(245,251,252)
#F6FBFD
(246,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBF3; }

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

This text font color is #ECFBF3.


Background Color

.myBgColor { background-color: #ECFBF3; }

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

This div background color is #ECFBF3.


Border color

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

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

This div border color is #ECFBF3.


Opacity

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

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

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

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

This text has shadow with #ECFBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFBF3 on black background.


Color preview on white background

This text has color #ECFBF3 on white background.



Black color preview on #ECFBF3 background

This text has black color on #ECFBF3 background.


White color preview on #ECFBF3 background

This text has white color on #ECFBF3 background.