COLOR #E4CECA

HEX: #E4CECA RGB: (228,206,202)

Color info

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

RGB color model

#E4CECA color RGB value is (228,206,202).

RGB: (228,206,202) (89%, 81%, 79%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 202 of 255 = 79%

228
206
202

R + G + B ~ 83%. #E4CECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 206 + 202 = 636 (100%)
R 228 of 636 ~ 35.85%
G 206 of 636 ~ 32.39%
B 202 of 636 ~ 31.76'%

%35.85
%32.39
%31.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 11.40%
  • key color value is 10.59%

CMYK: (0,10,11,11)
C0M10Y11K11 (0%, 10%, 11%, 11%)
(0.00 / 0.10 / 0.11 / 0.11)

CMYK percentages

%0
%9.65
%11.4
%10.59

Codes

Color #E4CECA in popluar color models

E4 CE CA
RGB 228 206 202
HSL 32.50% 84.31%
HSB/HSV 11.40% 89.41%
CMYK 0.00% 9.65% 11.40%
10.59%

Color #E4CECA in popluar number systems.

HEX E4 CE CA
Decimal 228 206 202
Binary 11100100 11001110 11001010
Octal 344 316 312

Shades and tints

Shades of #E4CECA

#E4CECA
(228,206,202)
#D0BCB8
(208,188,184)
#BCAAA6
(188,170,166)
#A89894
(168,152,148)
#948682
(148,134,130)
#807470
(128,116,112)
#6C625E
(108,98,94)
#58504C
(88,80,76)
#443E3A
(68,62,58)
#302C28
(48,44,40)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #E4CECA

#E4CECA
(228,206,202)
#E6D2CE
(230,210,206)
#E8D6D2
(232,214,210)
#EADAD6
(234,218,214)
#ECDEDA
(236,222,218)
#EEE2DE
(238,226,222)
#F0E6E2
(240,230,226)
#F2EAE6
(242,234,230)
#F4EEEA
(244,238,234)
#F6F2EE
(246,242,238)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CECA color. Also use rgb(228,206,202) instead hex code.

Text Font Color

.myTextColor { color: #E4CECA; }

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

This text font color is #E4CECA.

Background Color

.myBgColor { background-color: #E4CECA; }

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

This div background color is #E4CECA.

Border color

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

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

This div border color is #E4CECA.

Opacity

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

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

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

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

This text has shadow with #E4CECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CECA.

Preview

Color preview on black background

This text has color #E4CECA on black background.


Color preview on white background

This text has color #E4CECA on white background.


Black color preview on #E4CECA background

This text has black color on #E4CECA background.


White color preview on #E4CECA background

This text has white color on #E4CECA background.


Related colors

Complementary color

Complementary color for #hex is #1B3135.


I love getcolorcode.com

Triadic colors

1 #CAE4CE and #CECAE4 with #E4CECA are triadic colors.

2 #CACEE4 and #CEE4CA with #E4CECA are triadic colors.