COLOR #ECFBE6

HEX: #ECFBE6
RGB: (236,251,230)

Color info

#ECFBE6 contains red, green and blue colors in about the same proportion. Web safe color of #ECFBE6 is #FFFFCC (or #FFC).

RGB color model

#ECFBE6 color RGB value is (236,251,230).

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

RGB channels and saturation

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

236
251
230

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

Portions of RGB colors in percentages

R + G + B =
236 + 251 + 230 = 717 (100%)
R 236 of 717 ~ 32.91%
G 251 of 717 ~ 35.01%
B 230 of 717 ~ 32.08%

%32.91
%35.01
%32.08

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • 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
%8.37
%1.57

Codes

Color #ECFBE6 in popluar color models

ECFBE6
RGB236251230
HSL103°72.41%94.31%
HSB/HSV103°8.37%98.43%
CMYK5.98%0.00%8.37%
1.57%

Color #ECFBE6 in popluar number systems.

HEXECFBE6
Decimal236251230
Binary111011001111101111100110
Octal354373346

Shades and tints

Shades of #ECFBE6

#ECFBE6
(236,251,230)
#D7E5D2
(215,229,210)
#C2CFBE
(194,207,190)
#ADB9AA
(173,185,170)
#98A396
(152,163,150)
#838D82
(131,141,130)
#6E776E
(110,119,110)
#59615A
(89,97,90)
#444B46
(68,75,70)
#2F3532
(47,53,50)
#1A1F1E
(26,31,30)
#000000
(0,0,0)

Tints of #ECFBE6

#ECFBE6
(236,251,230)
#EDFBE8
(237,251,232)
#EEFBEA
(238,251,234)
#EFFBEC
(239,251,236)
#F0FBEE
(240,251,238)
#F1FBF0
(241,251,240)
#F2FBF2
(242,251,242)
#F3FBF4
(243,251,244)
#F4FBF6
(244,251,246)
#F5FBF8
(245,251,248)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBE6; }

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

This text font color is #ECFBE6.


Background Color

.myBgColor { background-color: #ECFBE6; }

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

This div background color is #ECFBE6.


Border color

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

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

This div border color is #ECFBE6.


Opacity

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

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

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

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

This text has shadow with #ECFBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFBE6 on black background.


Color preview on white background

This text has color #ECFBE6 on white background.



Black color preview on #ECFBE6 background

This text has black color on #ECFBE6 background.


White color preview on #ECFBE6 background

This text has white color on #ECFBE6 background.