COLOR #E2CEB1

HEX: #E2CEB1
RGB: (226,206,177)

Color info

#E2CEB1 contains red, green and blue colors in about the same proportion. Web safe color of #E2CEB1 is #CCCC99 (or #CC9).

RGB color model

#E2CEB1 color RGB value is (226,206,177).

  • red value is 226;
  • green value is 206;
  • blue value is 177.
RGB:
(226,206,177)
(89%,81%,69%)

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 177 of 255 = 69%

226
206
177

R + G + B ~ 80%. #E2CEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 206 + 177 = 609 (100%)
R 226 of 609 ~ 37.11%
G 206 of 609 ~ 33.83%
B 177 of 609 ~ 29.06%

%37.11
%33.83
%29.06

CMYK color model

#E2CEB1 color CMYK value is (0,9,22,11).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 21.68%
  • key color value is 11.37%
CMYK:
(0,9,22,11)
C0M9Y22K11 
(0%,9%,22%,11%)
(0.00/0.09/0.22/0.11)	

CMYK percentages

%0
%8.85
%21.68
%11.37

Codes

Color #E2CEB1 in popluar color models

E2CEB1
RGB226206177
HSL36°45.79%79.02%
HSB/HSV36°21.68%88.63%
CMYK0.00%8.85%21.68%
11.37%

Color #E2CEB1 in popluar number systems.

HEXE2CEB1
Decimal226206177
Binary111000101100111010110001
Octal342316261

Shades and tints

Shades of #E2CEB1

#E2CEB1
(226,206,177)
#CEBCA1
(206,188,161)
#BAAA91
(186,170,145)
#A69881
(166,152,129)
#928671
(146,134,113)
#7E7461
(126,116,97)
#6A6251
(106,98,81)
#565041
(86,80,65)
#423E31
(66,62,49)
#2E2C21
(46,44,33)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #E2CEB1

#E2CEB1
(226,206,177)
#E4D2B8
(228,210,184)
#E6D6BF
(230,214,191)
#E8DAC6
(232,218,198)
#EADECD
(234,222,205)
#ECE2D4
(236,226,212)
#EEE6DB
(238,230,219)
#F0EAE2
(240,234,226)
#F2EEE9
(242,238,233)
#F4F2F0
(244,242,240)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CEB1 color. Also use rgb(226,206,177) instead hex code.

Text Font Color

.myTextColor { color: #E2CEB1; }

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

This text font color is #E2CEB1.


Background Color

.myBgColor { background-color: #E2CEB1; }

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

This div background color is #E2CEB1.


Border color

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

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

This div border color is #E2CEB1.


Opacity

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

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

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

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

This text has shadow with #E2CEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CEB1 on black background.


Color preview on white background

This text has color #E2CEB1 on white background.



Black color preview on #E2CEB1 background

This text has black color on #E2CEB1 background.


White color preview on #E2CEB1 background

This text has white color on #E2CEB1 background.