COLOR #ECE2BB

HEX: #ECE2BB
RGB: (236,226,187)

Color info

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

RGB color model

#ECE2BB color RGB value is (236,226,187).

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

RGB channels and saturation

R 236 of 255 = 93%
G 226 of 255 = 89%
B 187 of 255 = 73%

236
226
187

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

Portions of RGB colors in percentages

R + G + B =
236 + 226 + 187 = 649 (100%)
R 236 of 649 ~ 36.36%
G 226 of 649 ~ 34.82%
B 187 of 649 ~ 28.81%

%36.36
%34.82
%28.81

CMYK color model

#ECE2BB color CMYK value is (0,4,21,7).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 20.76%
  • key color value is 7.45%
CMYK:
(0,4,21,7)
C0M4Y21K7 
(0%,4%,21%,7%)
(0.00/0.04/0.21/0.07)	

CMYK percentages

%0
%4.24
%20.76
%7.45

Codes

Color #ECE2BB in popluar color models

ECE2BB
RGB236226187
HSL48°56.32%82.94%
HSB/HSV48°20.76%92.55%
CMYK0.00%4.24%20.76%
7.45%

Color #ECE2BB in popluar number systems.

HEXECE2BB
Decimal236226187
Binary111011001110001010111011
Octal354342273

Shades and tints

Shades of #ECE2BB

#ECE2BB
(236,226,187)
#D7CEAA
(215,206,170)
#C2BA99
(194,186,153)
#ADA688
(173,166,136)
#989277
(152,146,119)
#837E66
(131,126,102)
#6E6A55
(110,106,85)
#595644
(89,86,68)
#444233
(68,66,51)
#2F2E22
(47,46,34)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #ECE2BB

#ECE2BB
(236,226,187)
#EDE4C1
(237,228,193)
#EEE6C7
(238,230,199)
#EFE8CD
(239,232,205)
#F0EAD3
(240,234,211)
#F1ECD9
(241,236,217)
#F2EEDF
(242,238,223)
#F3F0E5
(243,240,229)
#F4F2EB
(244,242,235)
#F5F4F1
(245,244,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE2BB color. Also use rgb(236,226,187) instead hex code.

Text Font Color

.myTextColor { color: #ECE2BB; }

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

This text font color is #ECE2BB.


Background Color

.myBgColor { background-color: #ECE2BB; }

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

This div background color is #ECE2BB.


Border color

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

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

This div border color is #ECE2BB.


Opacity

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

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

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

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

This text has shadow with #ECE2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE2BB on black background.


Color preview on white background

This text has color #ECE2BB on white background.



Black color preview on #ECE2BB background

This text has black color on #ECE2BB background.


White color preview on #ECE2BB background

This text has white color on #ECE2BB background.