COLOR #E4C8C2

HEX: #E4C8C2
RGB: (228,200,194)

Color info

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

RGB color model

#E4C8C2 color RGB value is (228,200,194).

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

RGB channels and saturation

R 228 of 255 = 89%
G 200 of 255 = 78%
B 194 of 255 = 76%

228
200
194

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

Portions of RGB colors in percentages

R + G + B =
228 + 200 + 194 = 622 (100%)
R 228 of 622 ~ 36.66%
G 200 of 622 ~ 32.15%
B 194 of 622 ~ 31.19%

%36.66
%32.15
%31.19

CMYK color model

#E4C8C2 color CMYK value is (0,12,15,11).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 14.91%
  • key color value is 10.59%
CMYK:
(0,12,15,11)
C0M12Y15K11 
(0%,12%,15%,11%)
(0.00/0.12/0.15/0.11)	

CMYK percentages

%0
%12.28
%14.91
%10.59

Codes

Color #E4C8C2 in popluar color models

E4C8C2
RGB228200194
HSL11°38.64%82.75%
HSB/HSV11°14.91%89.41%
CMYK0.00%12.28%14.91%
10.59%

Color #E4C8C2 in popluar number systems.

HEXE4C8C2
Decimal228200194
Binary111001001100100011000010
Octal344310302

Shades and tints

Shades of #E4C8C2

#E4C8C2
(228,200,194)
#D0B6B1
(208,182,177)
#BCA4A0
(188,164,160)
#A8928F
(168,146,143)
#94807E
(148,128,126)
#806E6D
(128,110,109)
#6C5C5C
(108,92,92)
#584A4B
(88,74,75)
#44383A
(68,56,58)
#302629
(48,38,41)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4C8C2

#E4C8C2
(228,200,194)
#E6CDC7
(230,205,199)
#E8D2CC
(232,210,204)
#EAD7D1
(234,215,209)
#ECDCD6
(236,220,214)
#EEE1DB
(238,225,219)
#F0E6E0
(240,230,224)
#F2EBE5
(242,235,229)
#F4F0EA
(244,240,234)
#F6F5EF
(246,245,239)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C8C2; }

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

This text font color is #E4C8C2.


Background Color

.myBgColor { background-color: #E4C8C2; }

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

This div background color is #E4C8C2.


Border color

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

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

This div border color is #E4C8C2.


Opacity

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

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

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

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

This text has shadow with #E4C8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C8C2 on black background.


Color preview on white background

This text has color #E4C8C2 on white background.



Black color preview on #E4C8C2 background

This text has black color on #E4C8C2 background.


White color preview on #E4C8C2 background

This text has white color on #E4C8C2 background.