COLOR #ECFBEC

HEX: #ECFBEC
RGB: (236,251,236)

Color info

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

RGB color model

#ECFBEC color RGB value is (236,251,236).

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

RGB channels and saturation

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

236
251
236

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

Portions of RGB colors in percentages

R + G + B =
236 + 251 + 236 = 723 (100%)
R 236 of 723 ~ 32.64%
G 251 of 723 ~ 34.72%
B 236 of 723 ~ 32.64%

%32.64
%34.72
%32.64

CMYK color model

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

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

CMYK percentages

%5.98
%0
%5.98
%1.57

Codes

Color #ECFBEC in popluar color models

ECFBEC
RGB236251236
HSL120°65.22%95.49%
HSB/HSV120°5.98%98.43%
CMYK5.98%0.00%5.98%
1.57%

Color #ECFBEC in popluar number systems.

HEXECFBEC
Decimal236251236
Binary111011001111101111101100
Octal354373354

Shades and tints

Shades of #ECFBEC

#ECFBEC
(236,251,236)
#D7E5D7
(215,229,215)
#C2CFC2
(194,207,194)
#ADB9AD
(173,185,173)
#98A398
(152,163,152)
#838D83
(131,141,131)
#6E776E
(110,119,110)
#596159
(89,97,89)
#444B44
(68,75,68)
#2F352F
(47,53,47)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #ECFBEC

#ECFBEC
(236,251,236)
#EDFBED
(237,251,237)
#EEFBEE
(238,251,238)
#EFFBEF
(239,251,239)
#F0FBF0
(240,251,240)
#F1FBF1
(241,251,241)
#F2FBF2
(242,251,242)
#F3FBF3
(243,251,243)
#F4FBF4
(244,251,244)
#F5FBF5
(245,251,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBEC; }

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

This text font color is #ECFBEC.


Background Color

.myBgColor { background-color: #ECFBEC; }

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

This div background color is #ECFBEC.


Border color

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

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

This div border color is #ECFBEC.


Opacity

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

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

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

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

This text has shadow with #ECFBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFBEC on black background.


Color preview on white background

This text has color #ECFBEC on white background.



Black color preview on #ECFBEC background

This text has black color on #ECFBEC background.


White color preview on #ECFBEC background

This text has white color on #ECFBEC background.