COLOR #ECFBEA

HEX: #ECFBEA RGB: (236,251,234)

Color info

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

RGB color model

#ECFBEA color RGB value is (236,251,234).

RGB: (236,251,234) (93%, 98%, 92%)

RGB channels and saturation

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

236
251
234

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

Portions of RGB colors in percentages

R + G + B = 236 + 251 + 234 = 721 (100%)
R 236 of 721 ~ 32.73%
G 251 of 721 ~ 34.81%
B 234 of 721 ~ 32.45'%

%32.73
%34.81
%32.45

CMYK color model

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

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

CMYK percentages

%5.98
%0
%6.77
%1.57

Codes

Color #ECFBEA in popluar color models

EC FB EA
RGB 236 251 234
HSL 113° 68.00% 95.10%
HSB/HSV 113° 6.77% 98.43%
CMYK 5.98% 0.00% 6.77%
1.57%

Color #ECFBEA in popluar number systems.

HEX EC FB EA
Decimal 236 251 234
Binary 11101100 11111011 11101010
Octal 354 373 352

Shades and tints

Shades of #ECFBEA

#ECFBEA
(236,251,234)
#D7E5D5
(215,229,213)
#C2CFC0
(194,207,192)
#ADB9AB
(173,185,171)
#98A396
(152,163,150)
#838D81
(131,141,129)
#6E776C
(110,119,108)
#596157
(89,97,87)
#444B42
(68,75,66)
#2F352D
(47,53,45)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #ECFBEA

#ECFBEA
(236,251,234)
#EDFBEB
(237,251,235)
#EEFBEC
(238,251,236)
#EFFBED
(239,251,237)
#F0FBEE
(240,251,238)
#F1FBEF
(241,251,239)
#F2FBF0
(242,251,240)
#F3FBF1
(243,251,241)
#F4FBF2
(244,251,242)
#F5FBF3
(245,251,243)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBEA; }

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

This text font color is #ECFBEA.

Background Color

.myBgColor { background-color: #ECFBEA; }

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

This div background color is #ECFBEA.

Border color

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

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

This div border color is #ECFBEA.

Opacity

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

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

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

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

This text has shadow with #ECFBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFBEA.

Preview

Color preview on black background

This text has color #ECFBEA on black background.


Color preview on white background

This text has color #ECFBEA on white background.


Black color preview on #ECFBEA background

This text has black color on #ECFBEA background.


White color preview on #ECFBEA background

This text has white color on #ECFBEA background.


Related colors

Complementary color

Complementary color for #hex is #130415.


I love getcolorcode.com

Triadic colors

1 #EAECFB and #FBEAEC with #ECFBEA are triadic colors.

2 #EAFBEC and #FBECEA with #ECFBEA are triadic colors.