COLOR #ECF1BA

HEX: #ECF1BA
RGB: (236,241,186)

Color info

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

RGB color model

#ECF1BA color RGB value is (236,241,186).

  • red value is 236;
  • green value is 241;
  • blue value is 186.
RGB:
(236,241,186)
(93%,95%,73%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 186 of 255 = 73%

236
241
186

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

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 186 = 663 (100%)
R 236 of 663 ~ 35.6%
G 241 of 663 ~ 36.35%
B 186 of 663 ~ 28.05%

%35.6
%36.35
%28.05

CMYK color model

#ECF1BA color CMYK value is (2,0,23,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 5.49%
CMYK:
(2,0,23,5)
C2M0Y23K5 
(2%,0%,23%,5%)
(0.02/0.00/0.23/0.05)	

CMYK percentages

%2.07
%0
%22.82
%5.49

Codes

Color #ECF1BA in popluar color models

ECF1BA
RGB236241186
HSL65°66.27%83.73%
HSB/HSV65°22.82%94.51%
CMYK2.07%0.00%22.82%
5.49%

Color #ECF1BA in popluar number systems.

HEXECF1BA
Decimal236241186
Binary111011001111000110111010
Octal354361272

Shades and tints

Shades of #ECF1BA

#ECF1BA
(236,241,186)
#D7DCAA
(215,220,170)
#C2C79A
(194,199,154)
#ADB28A
(173,178,138)
#989D7A
(152,157,122)
#83886A
(131,136,106)
#6E735A
(110,115,90)
#595E4A
(89,94,74)
#44493A
(68,73,58)
#2F342A
(47,52,42)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #ECF1BA

#ECF1BA
(236,241,186)
#EDF2C0
(237,242,192)
#EEF3C6
(238,243,198)
#EFF4CC
(239,244,204)
#F0F5D2
(240,245,210)
#F1F6D8
(241,246,216)
#F2F7DE
(242,247,222)
#F3F8E4
(243,248,228)
#F4F9EA
(244,249,234)
#F5FAF0
(245,250,240)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF1BA color. Also use rgb(236,241,186) instead hex code.

Text Font Color

.myTextColor { color: #ECF1BA; }

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

This text font color is #ECF1BA.


Background Color

.myBgColor { background-color: #ECF1BA; }

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

This div background color is #ECF1BA.


Border color

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

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

This div border color is #ECF1BA.


Opacity

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

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

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

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

This text has shadow with #ECF1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF1BA on black background.


Color preview on white background

This text has color #ECF1BA on white background.



Black color preview on #ECF1BA background

This text has black color on #ECF1BA background.


White color preview on #ECF1BA background

This text has white color on #ECF1BA background.