COLOR #E1C8D3

HEX: #E1C8D3
RGB: (225,200,211)

Color info

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

RGB color model

#E1C8D3 color RGB value is (225,200,211).

  • red value is 225;
  • green value is 200;
  • blue value is 211.
RGB:
(225,200,211)
(88%,78%,83%)

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 211 of 255 = 83%

225
200
211

R + G + B ~ 83%. #E1C8D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 200 + 211 = 636 (100%)
R 225 of 636 ~ 35.38%
G 200 of 636 ~ 31.45%
B 211 of 636 ~ 33.18%

%35.38
%31.45
%33.18

CMYK color model

#E1C8D3 color CMYK value is (0,11,6,12).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 6.22%
  • key color value is 11.76%
CMYK:
(0,11,6,12)
C0M11Y6K12 
(0%,11%,6%,12%)
(0.00/0.11/0.06/0.12)	

CMYK percentages

%0
%11.11
%6.22
%11.76

Codes

Color #E1C8D3 in popluar color models

E1C8D3
RGB225200211
HSL334°29.41%83.33%
HSB/HSV334°11.11%88.24%
CMYK0.00%11.11%6.22%
11.76%

Color #E1C8D3 in popluar number systems.

HEXE1C8D3
Decimal225200211
Binary111000011100100011010011
Octal341310323

Shades and tints

Shades of #E1C8D3

#E1C8D3
(225,200,211)
#CDB6C0
(205,182,192)
#B9A4AD
(185,164,173)
#A5929A
(165,146,154)
#918087
(145,128,135)
#7D6E74
(125,110,116)
#695C61
(105,92,97)
#554A4E
(85,74,78)
#41383B
(65,56,59)
#2D2628
(45,38,40)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #E1C8D3

#E1C8D3
(225,200,211)
#E3CDD7
(227,205,215)
#E5D2DB
(229,210,219)
#E7D7DF
(231,215,223)
#E9DCE3
(233,220,227)
#EBE1E7
(235,225,231)
#EDE6EB
(237,230,235)
#EFEBEF
(239,235,239)
#F1F0F3
(241,240,243)
#F3F5F7
(243,245,247)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C8D3 color. Also use rgb(225,200,211) instead hex code.

Text Font Color

.myTextColor { color: #E1C8D3; }

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

This text font color is #E1C8D3.


Background Color

.myBgColor { background-color: #E1C8D3; }

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

This div background color is #E1C8D3.


Border color

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

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

This div border color is #E1C8D3.


Opacity

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

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

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

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

This text has shadow with #E1C8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C8D3 on black background.


Color preview on white background

This text has color #E1C8D3 on white background.



Black color preview on #E1C8D3 background

This text has black color on #E1C8D3 background.


White color preview on #E1C8D3 background

This text has white color on #E1C8D3 background.