COLOR #E3C8CD

HEX: #E3C8CD
RGB: (227,200,205)

Color info

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

RGB color model

#E3C8CD color RGB value is (227,200,205).

  • red value is 227;
  • green value is 200;
  • blue value is 205.
RGB:
(227,200,205)
(89%,78%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 200 of 255 = 78%
B 205 of 255 = 80%

227
200
205

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

Portions of RGB colors in percentages

R + G + B =
227 + 200 + 205 = 632 (100%)
R 227 of 632 ~ 35.92%
G 200 of 632 ~ 31.65%
B 205 of 632 ~ 32.44%

%35.92
%31.65
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 9.69%
  • key color value is 10.98%
CMYK:
(0,12,10,11)
C0M12Y10K11 
(0%,12%,10%,11%)
(0.00/0.12/0.10/0.11)	

CMYK percentages

%0
%11.89
%9.69
%10.98

Codes

Color #E3C8CD in popluar color models

E3C8CD
RGB227200205
HSL349°32.53%83.73%
HSB/HSV349°11.89%89.02%
CMYK0.00%11.89%9.69%
10.98%

Color #E3C8CD in popluar number systems.

HEXE3C8CD
Decimal227200205
Binary111000111100100011001101
Octal343310315

Shades and tints

Shades of #E3C8CD

#E3C8CD
(227,200,205)
#CFB6BB
(207,182,187)
#BBA4A9
(187,164,169)
#A79297
(167,146,151)
#938085
(147,128,133)
#7F6E73
(127,110,115)
#6B5C61
(107,92,97)
#574A4F
(87,74,79)
#43383D
(67,56,61)
#2F262B
(47,38,43)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #E3C8CD

#E3C8CD
(227,200,205)
#E5CDD1
(229,205,209)
#E7D2D5
(231,210,213)
#E9D7D9
(233,215,217)
#EBDCDD
(235,220,221)
#EDE1E1
(237,225,225)
#EFE6E5
(239,230,229)
#F1EBE9
(241,235,233)
#F3F0ED
(243,240,237)
#F5F5F1
(245,245,241)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C8CD color. Also use rgb(227,200,205) instead hex code.

Text Font Color

.myTextColor { color: #E3C8CD; }

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

This text font color is #E3C8CD.


Background Color

.myBgColor { background-color: #E3C8CD; }

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

This div background color is #E3C8CD.


Border color

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

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

This div border color is #E3C8CD.


Opacity

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

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

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

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

This text has shadow with #E3C8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C8CD on black background.


Color preview on white background

This text has color #E3C8CD on white background.



Black color preview on #E3C8CD background

This text has black color on #E3C8CD background.


White color preview on #E3C8CD background

This text has white color on #E3C8CD background.