COLOR #ECF1BD

HEX: #ECF1BD
RGB: (236,241,189)

Color info

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

RGB color model

#ECF1BD color RGB value is (236,241,189).

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

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 189 of 255 = 74%

236
241
189

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

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 189 = 666 (100%)
R 236 of 666 ~ 35.44%
G 241 of 666 ~ 36.19%
B 189 of 666 ~ 28.38%

%35.44
%36.19
%28.38

CMYK color model

#ECF1BD color CMYK value is (2,0,22,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(2,0,22,5)
C2M0Y22K5 
(2%,0%,22%,5%)
(0.02/0.00/0.22/0.05)	

CMYK percentages

%2.07
%0
%21.58
%5.49

Codes

Color #ECF1BD in popluar color models

ECF1BD
RGB236241189
HSL66°65.00%84.31%
HSB/HSV66°21.58%94.51%
CMYK2.07%0.00%21.58%
5.49%

Color #ECF1BD in popluar number systems.

HEXECF1BD
Decimal236241189
Binary111011001111000110111101
Octal354361275

Shades and tints

Shades of #ECF1BD

#ECF1BD
(236,241,189)
#D7DCAC
(215,220,172)
#C2C79B
(194,199,155)
#ADB28A
(173,178,138)
#989D79
(152,157,121)
#838868
(131,136,104)
#6E7357
(110,115,87)
#595E46
(89,94,70)
#444935
(68,73,53)
#2F3424
(47,52,36)
#1A1F13
(26,31,19)
#000000
(0,0,0)

Tints of #ECF1BD

#ECF1BD
(236,241,189)
#EDF2C3
(237,242,195)
#EEF3C9
(238,243,201)
#EFF4CF
(239,244,207)
#F0F5D5
(240,245,213)
#F1F6DB
(241,246,219)
#F2F7E1
(242,247,225)
#F3F8E7
(243,248,231)
#F4F9ED
(244,249,237)
#F5FAF3
(245,250,243)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF1BD; }

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

This text font color is #ECF1BD.


Background Color

.myBgColor { background-color: #ECF1BD; }

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

This div background color is #ECF1BD.


Border color

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

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

This div border color is #ECF1BD.


Opacity

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

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

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

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

This text has shadow with #ECF1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF1BD on black background.


Color preview on white background

This text has color #ECF1BD on white background.



Black color preview on #ECF1BD background

This text has black color on #ECF1BD background.


White color preview on #ECF1BD background

This text has white color on #ECF1BD background.