COLOR #ECF3B4

HEX: #ECF3B4
RGB: (236,243,180)

Color info

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

RGB color model

#ECF3B4 color RGB value is (236,243,180).

  • red value is 236;
  • green value is 243;
  • blue value is 180.
RGB:
(236,243,180)
(93%,95%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 243 of 255 = 95%
B 180 of 255 = 71%

236
243
180

R + G + B ~ 86%. #ECF3B4 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 243 + 180 = 659 (100%)
R 236 of 659 ~ 35.81%
G 243 of 659 ~ 36.87%
B 180 of 659 ~ 27.31%

%35.81
%36.87
%27.31

CMYK color model

#ECF3B4 color CMYK value is (3,0,26,5).

  • cyan value is 2.88%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 4.71%
CMYK:
(3,0,26,5)
C3M0Y26K5 
(3%,0%,26%,5%)
(0.03/0.00/0.26/0.05)	

CMYK percentages

%2.88
%0
%25.93
%4.71

Codes

Color #ECF3B4 in popluar color models

ECF3B4
RGB236243180
HSL67°72.41%82.94%
HSB/HSV67°25.93%95.29%
CMYK2.88%0.00%25.93%
4.71%

Color #ECF3B4 in popluar number systems.

HEXECF3B4
Decimal236243180
Binary111011001111001110110100
Octal354363264

Shades and tints

Shades of #ECF3B4

#ECF3B4
(236,243,180)
#D7DDA4
(215,221,164)
#C2C794
(194,199,148)
#ADB184
(173,177,132)
#989B74
(152,155,116)
#838564
(131,133,100)
#6E6F54
(110,111,84)
#595944
(89,89,68)
#444334
(68,67,52)
#2F2D24
(47,45,36)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #ECF3B4

#ECF3B4
(236,243,180)
#EDF4BA
(237,244,186)
#EEF5C0
(238,245,192)
#EFF6C6
(239,246,198)
#F0F7CC
(240,247,204)
#F1F8D2
(241,248,210)
#F2F9D8
(242,249,216)
#F3FADE
(243,250,222)
#F4FBE4
(244,251,228)
#F5FCEA
(245,252,234)
#F6FDF0
(246,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF3B4 color. Also use rgb(236,243,180) instead hex code.

Text Font Color

.myTextColor { color: #ECF3B4; }

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

This text font color is #ECF3B4.


Background Color

.myBgColor { background-color: #ECF3B4; }

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

This div background color is #ECF3B4.


Border color

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

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

This div border color is #ECF3B4.


Opacity

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

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

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

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

This text has shadow with #ECF3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF3B4 on black background.


Color preview on white background

This text has color #ECF3B4 on white background.



Black color preview on #ECF3B4 background

This text has black color on #ECF3B4 background.


White color preview on #ECF3B4 background

This text has white color on #ECF3B4 background.