COLOR #E1CBB4

HEX: #E1CBB4 RGB: (225,203,180)

Color info

#E1CBB4 contains red, green and blue colors in about the same proportion. Web safe color of #E1CBB4 is #CCCCCC (or #CCC).

RGB color model

#E1CBB4 color RGB value is (225,203,180).

RGB: (225,203,180) (88%, 80%, 71%)

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 180 of 255 = 71%

225
203
180

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

Portions of RGB colors in percentages

R + G + B = 225 + 203 + 180 = 608 (100%)
R 225 of 608 ~ 37.01%
G 203 of 608 ~ 33.39%
B 180 of 608 ~ 29.61'%

%37.01
%33.39
%29.61

CMYK color model

#E1CBB4 color CMYK value is (0,10,20,12).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 20.00%
  • key color value is 11.76%

CMYK: (0,10,20,12)
C0M10Y20K12 (0%, 10%, 20%, 12%)
(0.00 / 0.10 / 0.20 / 0.12)

CMYK percentages

%0
%9.78
%20
%11.76

Codes

Color #E1CBB4 in popluar color models

E1 CB B4
RGB 225 203 180
HSL 31° 42.86% 79.41%
HSB/HSV 31° 20.00% 88.24%
CMYK 0.00% 9.78% 20.00%
11.76%

Color #E1CBB4 in popluar number systems.

HEX E1 CB B4
Decimal 225 203 180
Binary 11100001 11001011 10110100
Octal 341 313 264

Shades and tints

Shades of #E1CBB4

#E1CBB4
(225,203,180)
#CDB9A4
(205,185,164)
#B9A794
(185,167,148)
#A59584
(165,149,132)
#918374
(145,131,116)
#7D7164
(125,113,100)
#695F54
(105,95,84)
#554D44
(85,77,68)
#413B34
(65,59,52)
#2D2924
(45,41,36)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #E1CBB4

#E1CBB4
(225,203,180)
#E3CFBA
(227,207,186)
#E5D3C0
(229,211,192)
#E7D7C6
(231,215,198)
#E9DBCC
(233,219,204)
#EBDFD2
(235,223,210)
#EDE3D8
(237,227,216)
#EFE7DE
(239,231,222)
#F1EBE4
(241,235,228)
#F3EFEA
(243,239,234)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CBB4 color. Also use rgb(225,203,180) instead hex code.

Text Font Color

.myTextColor { color: #E1CBB4; }

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

This text font color is #E1CBB4.

Background Color

.myBgColor { background-color: #E1CBB4; }

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

This div background color is #E1CBB4.

Border color

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

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

This div border color is #E1CBB4.

Opacity

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

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

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

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

This text has shadow with #E1CBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CBB4.

Preview

Color preview on black background

This text has color #E1CBB4 on black background.


Color preview on white background

This text has color #E1CBB4 on white background.


Black color preview on #E1CBB4 background

This text has black color on #E1CBB4 background.


White color preview on #E1CBB4 background

This text has white color on #E1CBB4 background.


Related colors

Complementary color

Complementary color for #hex is #1E344B.


I love getcolorcode.com

Triadic colors

1 #B4E1CB and #CBB4E1 with #E1CBB4 are triadic colors.

2 #B4CBE1 and #CBE1B4 with #E1CBB4 are triadic colors.