COLOR #ECFBE8

HEX: #ECFBE8
RGB: (236,251,232)

Color info

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

RGB color model

#ECFBE8 color RGB value is (236,251,232).

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

RGB channels and saturation

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

236
251
232

R + G + B ~ 94%. #ECFBE8 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 251 + 232 = 719 (100%)
R 236 of 719 ~ 32.82%
G 251 of 719 ~ 34.91%
B 232 of 719 ~ 32.27%

%32.82
%34.91
%32.27

CMYK color model

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

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

CMYK percentages

%5.98
%0
%7.57
%1.57

Codes

Color #ECFBE8 in popluar color models

ECFBE8
RGB236251232
HSL107°70.37%94.71%
HSB/HSV107°7.57%98.43%
CMYK5.98%0.00%7.57%
1.57%

Color #ECFBE8 in popluar number systems.

HEXECFBE8
Decimal236251232
Binary111011001111101111101000
Octal354373350

Shades and tints

Shades of #ECFBE8

#ECFBE8
(236,251,232)
#D7E5D3
(215,229,211)
#C2CFBE
(194,207,190)
#ADB9A9
(173,185,169)
#98A394
(152,163,148)
#838D7F
(131,141,127)
#6E776A
(110,119,106)
#596155
(89,97,85)
#444B40
(68,75,64)
#2F352B
(47,53,43)
#1A1F16
(26,31,22)
#000000
(0,0,0)

Tints of #ECFBE8

#ECFBE8
(236,251,232)
#EDFBEA
(237,251,234)
#EEFBEC
(238,251,236)
#EFFBEE
(239,251,238)
#F0FBF0
(240,251,240)
#F1FBF2
(241,251,242)
#F2FBF4
(242,251,244)
#F3FBF6
(243,251,246)
#F4FBF8
(244,251,248)
#F5FBFA
(245,251,250)
#F6FBFC
(246,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBE8; }

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

This text font color is #ECFBE8.


Background Color

.myBgColor { background-color: #ECFBE8; }

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

This div background color is #ECFBE8.


Border color

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

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

This div border color is #ECFBE8.


Opacity

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

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

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

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

This text has shadow with #ECFBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFBE8 on black background.


Color preview on white background

This text has color #ECFBE8 on white background.



Black color preview on #ECFBE8 background

This text has black color on #ECFBE8 background.


White color preview on #ECFBE8 background

This text has white color on #ECFBE8 background.