COLOR #ECE4BA

HEX: #ECE4BA
RGB: (236,228,186)

Color info

#ECE4BA contains red, green and blue colors in about the same proportion. Web safe color of #ECE4BA is #FFCCCC (or #FCC).

RGB color model

#ECE4BA color RGB value is (236,228,186).

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

RGB channels and saturation

R 236 of 255 = 93%
G 228 of 255 = 89%
B 186 of 255 = 73%

236
228
186

R + G + B ~ 85%. #ECE4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 228 + 186 = 650 (100%)
R 236 of 650 ~ 36.31%
G 228 of 650 ~ 35.08%
B 186 of 650 ~ 28.62%

%36.31
%35.08
%28.62

CMYK color model

#ECE4BA color CMYK value is (0,3,21,7).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK:
(0,3,21,7)
C0M3Y21K7 
(0%,3%,21%,7%)
(0.00/0.03/0.21/0.07)	

CMYK percentages

%0
%3.39
%21.19
%7.45

Codes

Color #ECE4BA in popluar color models

ECE4BA
RGB236228186
HSL50°56.82%82.75%
HSB/HSV50°21.19%92.55%
CMYK0.00%3.39%21.19%
7.45%

Color #ECE4BA in popluar number systems.

HEXECE4BA
Decimal236228186
Binary111011001110010010111010
Octal354344272

Shades and tints

Shades of #ECE4BA

#ECE4BA
(236,228,186)
#D7D0AA
(215,208,170)
#C2BC9A
(194,188,154)
#ADA88A
(173,168,138)
#98947A
(152,148,122)
#83806A
(131,128,106)
#6E6C5A
(110,108,90)
#59584A
(89,88,74)
#44443A
(68,68,58)
#2F302A
(47,48,42)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #ECE4BA

#ECE4BA
(236,228,186)
#EDE6C0
(237,230,192)
#EEE8C6
(238,232,198)
#EFEACC
(239,234,204)
#F0ECD2
(240,236,210)
#F1EED8
(241,238,216)
#F2F0DE
(242,240,222)
#F3F2E4
(243,242,228)
#F4F4EA
(244,244,234)
#F5F6F0
(245,246,240)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE4BA; }

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

This text font color is #ECE4BA.


Background Color

.myBgColor { background-color: #ECE4BA; }

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

This div background color is #ECE4BA.


Border color

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

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

This div border color is #ECE4BA.


Opacity

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

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

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

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

This text has shadow with #ECE4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE4BA on black background.


Color preview on white background

This text has color #ECE4BA on white background.



Black color preview on #ECE4BA background

This text has black color on #ECE4BA background.


White color preview on #ECE4BA background

This text has white color on #ECE4BA background.