COLOR #E4C8C6

HEX: #E4C8C6
RGB: (228,200,198)

Color info

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

RGB color model

#E4C8C6 color RGB value is (228,200,198).

  • red value is 228;
  • green value is 200;
  • blue value is 198.
RGB:
(228,200,198)
(89%,78%,78%)

RGB channels and saturation

R 228 of 255 = 89%
G 200 of 255 = 78%
B 198 of 255 = 78%

228
200
198

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

Portions of RGB colors in percentages

R + G + B =
228 + 200 + 198 = 626 (100%)
R 228 of 626 ~ 36.42%
G 200 of 626 ~ 31.95%
B 198 of 626 ~ 31.63%

%36.42
%31.95
%31.63

CMYK color model

#E4C8C6 color CMYK value is (0,12,13,11).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK:
(0,12,13,11)
C0M12Y13K11 
(0%,12%,13%,11%)
(0.00/0.12/0.13/0.11)	

CMYK percentages

%0
%12.28
%13.16
%10.59

Codes

Color #E4C8C6 in popluar color models

E4C8C6
RGB228200198
HSL35.71%83.53%
HSB/HSV13.16%89.41%
CMYK0.00%12.28%13.16%
10.59%

Color #E4C8C6 in popluar number systems.

HEXE4C8C6
Decimal228200198
Binary111001001100100011000110
Octal344310306

Shades and tints

Shades of #E4C8C6

#E4C8C6
(228,200,198)
#D0B6B4
(208,182,180)
#BCA4A2
(188,164,162)
#A89290
(168,146,144)
#94807E
(148,128,126)
#806E6C
(128,110,108)
#6C5C5A
(108,92,90)
#584A48
(88,74,72)
#443836
(68,56,54)
#302624
(48,38,36)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #E4C8C6

#E4C8C6
(228,200,198)
#E6CDCB
(230,205,203)
#E8D2D0
(232,210,208)
#EAD7D5
(234,215,213)
#ECDCDA
(236,220,218)
#EEE1DF
(238,225,223)
#F0E6E4
(240,230,228)
#F2EBE9
(242,235,233)
#F4F0EE
(244,240,238)
#F6F5F3
(246,245,243)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C8C6 color. Also use rgb(228,200,198) instead hex code.

Text Font Color

.myTextColor { color: #E4C8C6; }

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

This text font color is #E4C8C6.


Background Color

.myBgColor { background-color: #E4C8C6; }

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

This div background color is #E4C8C6.


Border color

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

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

This div border color is #E4C8C6.


Opacity

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

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

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

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

This text has shadow with #E4C8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C8C6 on black background.


Color preview on white background

This text has color #E4C8C6 on white background.



Black color preview on #E4C8C6 background

This text has black color on #E4C8C6 background.


White color preview on #E4C8C6 background

This text has white color on #E4C8C6 background.