COLOR #ECF4B6

HEX: #ECF4B6
RGB: (236,244,182)

Color info

#ECF4B6 contains mainly red and green colors. Web safe color of #ECF4B6 is #FFFFCC (or #FFC).

RGB color model

#ECF4B6 color RGB value is (236,244,182).

  • red value is 236;
  • green value is 244;
  • blue value is 182.
RGB:
(236,244,182)
(93%,96%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 244 of 255 = 96%
B 182 of 255 = 71%

236
244
182

R + G + B ~ 87%. #ECF4B6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 244 + 182 = 662 (100%)
R 236 of 662 ~ 35.65%
G 244 of 662 ~ 36.86%
B 182 of 662 ~ 27.49%

%35.65
%36.86
%27.49

CMYK color model

#ECF4B6 color CMYK value is (3,0,25,4).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 4.31%
CMYK:
(3,0,25,4)
C3M0Y25K4 
(3%,0%,25%,4%)
(0.03/0.00/0.25/0.04)	

CMYK percentages

%3.28
%0
%25.41
%4.31

Codes

Color #ECF4B6 in popluar color models

ECF4B6
RGB236244182
HSL68°73.81%83.53%
HSB/HSV68°25.41%95.69%
CMYK3.28%0.00%25.41%
4.31%

Color #ECF4B6 in popluar number systems.

HEXECF4B6
Decimal236244182
Binary111011001111010010110110
Octal354364266

Shades and tints

Shades of #ECF4B6

#ECF4B6
(236,244,182)
#D7DEA6
(215,222,166)
#C2C896
(194,200,150)
#ADB286
(173,178,134)
#989C76
(152,156,118)
#838666
(131,134,102)
#6E7056
(110,112,86)
#595A46
(89,90,70)
#444436
(68,68,54)
#2F2E26
(47,46,38)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #ECF4B6

#ECF4B6
(236,244,182)
#EDF5BC
(237,245,188)
#EEF6C2
(238,246,194)
#EFF7C8
(239,247,200)
#F0F8CE
(240,248,206)
#F1F9D4
(241,249,212)
#F2FADA
(242,250,218)
#F3FBE0
(243,251,224)
#F4FCE6
(244,252,230)
#F5FDEC
(245,253,236)
#F6FEF2
(246,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF4B6; }

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

This text font color is #ECF4B6.


Background Color

.myBgColor { background-color: #ECF4B6; }

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

This div background color is #ECF4B6.


Border color

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

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

This div border color is #ECF4B6.


Opacity

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

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

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

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

This text has shadow with #ECF4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF4B6 on black background.


Color preview on white background

This text has color #ECF4B6 on white background.



Black color preview on #ECF4B6 background

This text has black color on #ECF4B6 background.


White color preview on #ECF4B6 background

This text has white color on #ECF4B6 background.