COLOR #E1CDB4

HEX: #E1CDB4 RGB: (225,205,180)

Color info

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

RGB color model

#E1CDB4 color RGB value is (225,205,180).

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

RGB channels and saturation

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

225
205
180

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

Portions of RGB colors in percentages

R + G + B = 225 + 205 + 180 = 610 (100%)
R 225 of 610 ~ 36.89%
G 205 of 610 ~ 33.61%
B 180 of 610 ~ 29.51'%

%36.89
%33.61
%29.51

CMYK color model

#E1CDB4 color CMYK value is (0,9,20,12).

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

CMYK: (0,9,20,12)
C0M9Y20K12 (0%, 9%, 20%, 12%)
(0.00 / 0.09 / 0.20 / 0.12)

CMYK percentages

%0
%8.89
%20
%11.76

Codes

Color #E1CDB4 in popluar color models

E1 CD B4
RGB 225 205 180
HSL 33° 42.86% 79.41%
HSB/HSV 33° 20.00% 88.24%
CMYK 0.00% 8.89% 20.00%
11.76%

Color #E1CDB4 in popluar number systems.

HEX E1 CD B4
Decimal 225 205 180
Binary 11100001 11001101 10110100
Octal 341 315 264

Shades and tints

Shades of #E1CDB4

#E1CDB4
(225,205,180)
#CDBBA4
(205,187,164)
#B9A994
(185,169,148)
#A59784
(165,151,132)
#918574
(145,133,116)
#7D7364
(125,115,100)
#696154
(105,97,84)
#554F44
(85,79,68)
#413D34
(65,61,52)
#2D2B24
(45,43,36)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #E1CDB4

#E1CDB4
(225,205,180)
#E3D1BA
(227,209,186)
#E5D5C0
(229,213,192)
#E7D9C6
(231,217,198)
#E9DDCC
(233,221,204)
#EBE1D2
(235,225,210)
#EDE5D8
(237,229,216)
#EFE9DE
(239,233,222)
#F1EDE4
(241,237,228)
#F3F1EA
(243,241,234)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CDB4; }

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

This text font color is #E1CDB4.

Background Color

.myBgColor { background-color: #E1CDB4; }

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

This div background color is #E1CDB4.

Border color

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

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

This div border color is #E1CDB4.

Opacity

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

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

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

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

This text has shadow with #E1CDB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CDB4.

Preview

Color preview on black background

This text has color #E1CDB4 on black background.


Color preview on white background

This text has color #E1CDB4 on white background.


Black color preview on #E1CDB4 background

This text has black color on #E1CDB4 background.


White color preview on #E1CDB4 background

This text has white color on #E1CDB4 background.


Related colors

Complementary color

Complementary color for #hex is #1E324B.


I love getcolorcode.com

Triadic colors

1 #B4E1CD and #CDB4E1 with #E1CDB4 are triadic colors.

2 #B4CDE1 and #CDE1B4 with #E1CDB4 are triadic colors.