COLOR #ECFBE4

HEX: #ECFBE4
RGB: (236,251,228)

Color info

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

RGB color model

#ECFBE4 color RGB value is (236,251,228).

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

RGB channels and saturation

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

236
251
228

R + G + B ~ 93%. #ECFBE4 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 251 + 228 = 715 (100%)
R 236 of 715 ~ 33.01%
G 251 of 715 ~ 35.1%
B 228 of 715 ~ 31.89%

%33.01
%35.1
%31.89

CMYK color model

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

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

CMYK percentages

%5.98
%0
%9.16
%1.57

Codes

Color #ECFBE4 in popluar color models

ECFBE4
RGB236251228
HSL99°74.19%93.92%
HSB/HSV99°9.16%98.43%
CMYK5.98%0.00%9.16%
1.57%

Color #ECFBE4 in popluar number systems.

HEXECFBE4
Decimal236251228
Binary111011001111101111100100
Octal354373344

Shades and tints

Shades of #ECFBE4

#ECFBE4
(236,251,228)
#D7E5D0
(215,229,208)
#C2CFBC
(194,207,188)
#ADB9A8
(173,185,168)
#98A394
(152,163,148)
#838D80
(131,141,128)
#6E776C
(110,119,108)
#596158
(89,97,88)
#444B44
(68,75,68)
#2F3530
(47,53,48)
#1A1F1C
(26,31,28)
#000000
(0,0,0)

Tints of #ECFBE4

#ECFBE4
(236,251,228)
#EDFBE6
(237,251,230)
#EEFBE8
(238,251,232)
#EFFBEA
(239,251,234)
#F0FBEC
(240,251,236)
#F1FBEE
(241,251,238)
#F2FBF0
(242,251,240)
#F3FBF2
(243,251,242)
#F4FBF4
(244,251,244)
#F5FBF6
(245,251,246)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBE4; }

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

This text font color is #ECFBE4.


Background Color

.myBgColor { background-color: #ECFBE4; }

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

This div background color is #ECFBE4.


Border color

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

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

This div border color is #ECFBE4.


Opacity

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

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

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

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

This text has shadow with #ECFBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFBE4 on black background.


Color preview on white background

This text has color #ECFBE4 on white background.



Black color preview on #ECFBE4 background

This text has black color on #ECFBE4 background.


White color preview on #ECFBE4 background

This text has white color on #ECFBE4 background.