COLOR #E4CCC8

HEX: #E4CCC8 RGB: (228,204,200)

Color info

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

RGB color model

#E4CCC8 color RGB value is (228,204,200).

RGB: (228,204,200) (89%, 80%, 78%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 200 of 255 = 78%

228
204
200

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

Portions of RGB colors in percentages

R + G + B = 228 + 204 + 200 = 632 (100%)
R 228 of 632 ~ 36.08%
G 204 of 632 ~ 32.28%
B 200 of 632 ~ 31.65'%

%36.08
%32.28
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 12.28%
  • key color value is 10.59%

CMYK: (0,11,12,11)
C0M11Y12K11 (0%, 11%, 12%, 11%)
(0.00 / 0.11 / 0.12 / 0.11)

CMYK percentages

%0
%10.53
%12.28
%10.59

Codes

Color #E4CCC8 in popluar color models

E4 CC C8
RGB 228 204 200
HSL 34.15% 83.92%
HSB/HSV 12.28% 89.41%
CMYK 0.00% 10.53% 12.28%
10.59%

Color #E4CCC8 in popluar number systems.

HEX E4 CC C8
Decimal 228 204 200
Binary 11100100 11001100 11001000
Octal 344 314 310

Shades and tints

Shades of #E4CCC8

#E4CCC8
(228,204,200)
#D0BAB6
(208,186,182)
#BCA8A4
(188,168,164)
#A89692
(168,150,146)
#948480
(148,132,128)
#80726E
(128,114,110)
#6C605C
(108,96,92)
#584E4A
(88,78,74)
#443C38
(68,60,56)
#302A26
(48,42,38)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #E4CCC8

#E4CCC8
(228,204,200)
#E6D0CD
(230,208,205)
#E8D4D2
(232,212,210)
#EAD8D7
(234,216,215)
#ECDCDC
(236,220,220)
#EEE0E1
(238,224,225)
#F0E4E6
(240,228,230)
#F2E8EB
(242,232,235)
#F4ECF0
(244,236,240)
#F6F0F5
(246,240,245)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CCC8; }

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

This text font color is #E4CCC8.

Background Color

.myBgColor { background-color: #E4CCC8; }

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

This div background color is #E4CCC8.

Border color

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

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

This div border color is #E4CCC8.

Opacity

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

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

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

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

This text has shadow with #E4CCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CCC8.

Preview

Color preview on black background

This text has color #E4CCC8 on black background.


Color preview on white background

This text has color #E4CCC8 on white background.


Black color preview on #E4CCC8 background

This text has black color on #E4CCC8 background.


White color preview on #E4CCC8 background

This text has white color on #E4CCC8 background.


Related colors

Complementary color

Complementary color for #hex is #1B3337.


I love getcolorcode.com

Triadic colors

1 #C8E4CC and #CCC8E4 with #E4CCC8 are triadic colors.

2 #C8CCE4 and #CCE4C8 with #E4CCC8 are triadic colors.