COLOR #E1CAC7

HEX: #E1CAC7 RGB: (225,202,199)

Color info

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

RGB color model

#E1CAC7 color RGB value is (225,202,199).

RGB: (225,202,199) (88%, 79%, 78%)

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 199 of 255 = 78%

225
202
199

R + G + B ~ 82%. #E1CAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 202 + 199 = 626 (100%)
R 225 of 626 ~ 35.94%
G 202 of 626 ~ 32.27%
B 199 of 626 ~ 31.79'%

%35.94
%32.27
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 11.56%
  • key color value is 11.76%
CMYK: (0,10,12,12) C0M10Y12K12 (0%,10%,12%,12%) (0.00/0.10/0.12/0.12) 

CMYK percentages

%0
%10.22
%11.56
%11.76

Codes

Color #E1CAC7 in popluar color models

E1 CA C7
RGB 225 202 199
HSL 30.23% 83.14%
HSB/HSV 11.56% 88.24%
CMYK 0.00% 10.22% 11.56%
11.76%

Color #E1CAC7 in popluar number systems.

HEX E1 CA C7
Decimal 225 202 199
Binary 11100001 11001010 11000111
Octal 341 312 307

Shades and tints

Shades of #E1CAC7

#E1CAC7
(225,202,199)
#CDB8B5
(205,184,181)
#B9A6A3
(185,166,163)
#A59491
(165,148,145)
#91827F
(145,130,127)
#7D706D
(125,112,109)
#695E5B
(105,94,91)
#554C49
(85,76,73)
#413A37
(65,58,55)
#2D2825
(45,40,37)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #E1CAC7

#E1CAC7
(225,202,199)
#E3CECC
(227,206,204)
#E5D2D1
(229,210,209)
#E7D6D6
(231,214,214)
#E9DADB
(233,218,219)
#EBDEE0
(235,222,224)
#EDE2E5
(237,226,229)
#EFE6EA
(239,230,234)
#F1EAEF
(241,234,239)
#F3EEF4
(243,238,244)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CAC7 color. Also use rgb(225,202,199) instead hex code.

Text Font Color

.myTextColor { color: #E1CAC7; }

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

This text font color is #E1CAC7.

Background Color

.myBgColor { background-color: #E1CAC7; }

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

This div background color is #E1CAC7.

Border color

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

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

This div border color is #E1CAC7.

Opacity

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

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

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

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

This text has shadow with #E1CAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CAC7.

Preview

Color preview on black background

This text has color #E1CAC7 on black background.


Color preview on white background

This text has color #E1CAC7 on white background.


Black color preview on #E1CAC7 background

This text has black color on #E1CAC7 background.


White color preview on #E1CAC7 background

This text has white color on #E1CAC7 background.


Related colors

Complementary color

Complementary color for #hex is #1E3538.


I love getcolorcode.com

Triadic colors

1 #C7E1CA and #CAC7E1 with #E1CAC7 are triadic colors.

2 #C7CAE1 and #CAE1C7 with #E1CAC7 are triadic colors.