COLOR #ECF0BC

HEX: #ECF0BC RGB: (236,240,188)

Color info

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

RGB color model

#ECF0BC color RGB value is (236,240,188).

RGB: (236,240,188) (93%, 94%, 74%)

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 188 of 255 = 74%

236
240
188

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

Portions of RGB colors in percentages

R + G + B = 236 + 240 + 188 = 664 (100%)
R 236 of 664 ~ 35.54%
G 240 of 664 ~ 36.14%
B 188 of 664 ~ 28.31'%

%35.54
%36.14
%28.31

CMYK color model

#ECF0BC color CMYK value is (2,0,22,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 5.88%

CMYK: (2,0,22,6)
C2M0Y22K6 (2%, 0%, 22%, 6%)
(0.02 / 0.00 / 0.22 / 0.06)

CMYK percentages

%1.67
%0
%21.67
%5.88

Codes

Color #ECF0BC in popluar color models

EC F0 BC
RGB 236 240 188
HSL 65° 63.41% 83.92%
HSB/HSV 65° 21.67% 94.12%
CMYK 1.67% 0.00% 21.67%
5.88%

Color #ECF0BC in popluar number systems.

HEX EC F0 BC
Decimal 236 240 188
Binary 11101100 11110000 10111100
Octal 354 360 274

Shades and tints

Shades of #ECF0BC

#ECF0BC
(236,240,188)
#D7DBAB
(215,219,171)
#C2C69A
(194,198,154)
#ADB189
(173,177,137)
#989C78
(152,156,120)
#838767
(131,135,103)
#6E7256
(110,114,86)
#595D45
(89,93,69)
#444834
(68,72,52)
#2F3323
(47,51,35)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #ECF0BC

#ECF0BC
(236,240,188)
#EDF1C2
(237,241,194)
#EEF2C8
(238,242,200)
#EFF3CE
(239,243,206)
#F0F4D4
(240,244,212)
#F1F5DA
(241,245,218)
#F2F6E0
(242,246,224)
#F3F7E6
(243,247,230)
#F4F8EC
(244,248,236)
#F5F9F2
(245,249,242)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF0BC color. Also use rgb(236,240,188) instead hex code.

Text Font Color

.myTextColor { color: #ECF0BC; }

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

This text font color is #ECF0BC.

Background Color

.myBgColor { background-color: #ECF0BC; }

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

This div background color is #ECF0BC.

Border color

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

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

This div border color is #ECF0BC.

Opacity

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

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

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

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

This text has shadow with #ECF0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF0BC.

Preview

Color preview on black background

This text has color #ECF0BC on black background.


Color preview on white background

This text has color #ECF0BC on white background.


Black color preview on #ECF0BC background

This text has black color on #ECF0BC background.


White color preview on #ECF0BC background

This text has white color on #ECF0BC background.


Related colors

Complementary color

Complementary color for #hex is #130F43.


I love getcolorcode.com

Triadic colors

1 #BCECF0 and #F0BCEC with #ECF0BC are triadic colors.

2 #BCF0EC and #F0ECBC with #ECF0BC are triadic colors.