COLOR #E1CDC2

HEX: #E1CDC2
RGB: (225,205,194)

Color info

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

RGB color model

#E1CDC2 color RGB value is (225,205,194).

  • red value is 225;
  • green value is 205;
  • blue value is 194.
RGB:
(225,205,194)
(88%,80%,76%)

RGB channels and saturation

R 225 of 255 = 88%
G 205 of 255 = 80%
B 194 of 255 = 76%

225
205
194

R + G + B ~ 81%. #E1CDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 205 + 194 = 624 (100%)
R 225 of 624 ~ 36.06%
G 205 of 624 ~ 32.85%
B 194 of 624 ~ 31.09%

%36.06
%32.85
%31.09

CMYK color model

#E1CDC2 color CMYK value is (0,9,14,12).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 13.78%
  • key color value is 11.76%
CMYK:
(0,9,14,12)
C0M9Y14K12 
(0%,9%,14%,12%)
(0.00/0.09/0.14/0.12)	

CMYK percentages

%0
%8.89
%13.78
%11.76

Codes

Color #E1CDC2 in popluar color models

E1CDC2
RGB225205194
HSL21°34.07%82.16%
HSB/HSV21°13.78%88.24%
CMYK0.00%8.89%13.78%
11.76%

Color #E1CDC2 in popluar number systems.

HEXE1CDC2
Decimal225205194
Binary111000011100110111000010
Octal341315302

Shades and tints

Shades of #E1CDC2

#E1CDC2
(225,205,194)
#CDBBB1
(205,187,177)
#B9A9A0
(185,169,160)
#A5978F
(165,151,143)
#91857E
(145,133,126)
#7D736D
(125,115,109)
#69615C
(105,97,92)
#554F4B
(85,79,75)
#413D3A
(65,61,58)
#2D2B29
(45,43,41)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #E1CDC2

#E1CDC2
(225,205,194)
#E3D1C7
(227,209,199)
#E5D5CC
(229,213,204)
#E7D9D1
(231,217,209)
#E9DDD6
(233,221,214)
#EBE1DB
(235,225,219)
#EDE5E0
(237,229,224)
#EFE9E5
(239,233,229)
#F1EDEA
(241,237,234)
#F3F1EF
(243,241,239)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CDC2; }

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

This text font color is #E1CDC2.


Background Color

.myBgColor { background-color: #E1CDC2; }

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

This div background color is #E1CDC2.


Border color

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

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

This div border color is #E1CDC2.


Opacity

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

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

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

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

This text has shadow with #E1CDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CDC2 on black background.


Color preview on white background

This text has color #E1CDC2 on white background.



Black color preview on #E1CDC2 background

This text has black color on #E1CDC2 background.


White color preview on #E1CDC2 background

This text has white color on #E1CDC2 background.