COLOR #E4C8CC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

228
200
204

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

Portions of RGB colors in percentages

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

%36.08
%31.65
%32.28

CMYK color model

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

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

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

CMYK percentages

%0
%12.28
%10.53
%10.59

Codes

Color #E4C8CC in popluar color models

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

Color #E4C8CC in popluar number systems.

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

Shades and tints

Shades of #E4C8CC

#E4C8CC
(228,200,204)
#D0B6BA
(208,182,186)
#BCA4A8
(188,164,168)
#A89296
(168,146,150)
#948084
(148,128,132)
#806E72
(128,110,114)
#6C5C60
(108,92,96)
#584A4E
(88,74,78)
#44383C
(68,56,60)
#30262A
(48,38,42)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4C8CC

#E4C8CC
(228,200,204)
#E6CDD0
(230,205,208)
#E8D2D4
(232,210,212)
#EAD7D8
(234,215,216)
#ECDCDC
(236,220,220)
#EEE1E0
(238,225,224)
#F0E6E4
(240,230,228)
#F2EBE8
(242,235,232)
#F4F0EC
(244,240,236)
#F6F5F0
(246,245,240)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C8CC; }

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

This text font color is #E4C8CC.

Background Color

.myBgColor { background-color: #E4C8CC; }

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

This div background color is #E4C8CC.

Border color

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

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

This div border color is #E4C8CC.

Opacity

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

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

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

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

This text has shadow with #E4C8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C8CC.

Preview

Color preview on black background

This text has color #E4C8CC on black background.


Color preview on white background

This text has color #E4C8CC on white background.


Black color preview on #E4C8CC background

This text has black color on #E4C8CC background.


White color preview on #E4C8CC background

This text has white color on #E4C8CC background.


Related colors

Complementary color

Complementary color for #hex is #1B3733.


I love getcolorcode.com

Triadic colors

1 #CCE4C8 and #C8CCE4 with #E4C8CC are triadic colors.

2 #CCC8E4 and #C8E4CC with #E4C8CC are triadic colors.