COLOR #E2C4CE

HEX: #E2C4CE RGB: (226,196,206)

Color info

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

RGB color model

#E2C4CE color RGB value is (226,196,206).

RGB: (226,196,206) (89%, 77%, 81%)

RGB channels and saturation

R 226 of 255 = 89%
G 196 of 255 = 77%
B 206 of 255 = 81%

226
196
206

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

Portions of RGB colors in percentages

R + G + B = 226 + 196 + 206 = 628 (100%)
R 226 of 628 ~ 35.99%
G 196 of 628 ~ 31.21%
B 206 of 628 ~ 32.8'%

%35.99
%31.21
%32.8

CMYK color model

#E2C4CE color CMYK value is (0,13,9,11).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 8.85%
  • key color value is 11.37%

CMYK: (0,13,9,11)
C0M13Y9K11 (0%, 13%, 9%, 11%)
(0.00 / 0.13 / 0.09 / 0.11)

CMYK percentages

%0
%13.27
%8.85
%11.37

Codes

Color #E2C4CE in popluar color models

E2 C4 CE
RGB 226 196 206
HSL 340° 34.09% 82.75%
HSB/HSV 340° 13.27% 88.63%
CMYK 0.00% 13.27% 8.85%
11.37%

Color #E2C4CE in popluar number systems.

HEX E2 C4 CE
Decimal 226 196 206
Binary 11100010 11000100 11001110
Octal 342 304 316

Shades and tints

Shades of #E2C4CE

#E2C4CE
(226,196,206)
#CEB3BC
(206,179,188)
#BAA2AA
(186,162,170)
#A69198
(166,145,152)
#928086
(146,128,134)
#7E6F74
(126,111,116)
#6A5E62
(106,94,98)
#564D50
(86,77,80)
#423C3E
(66,60,62)
#2E2B2C
(46,43,44)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #E2C4CE

#E2C4CE
(226,196,206)
#E4C9D2
(228,201,210)
#E6CED6
(230,206,214)
#E8D3DA
(232,211,218)
#EAD8DE
(234,216,222)
#ECDDE2
(236,221,226)
#EEE2E6
(238,226,230)
#F0E7EA
(240,231,234)
#F2ECEE
(242,236,238)
#F4F1F2
(244,241,242)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C4CE color. Also use rgb(226,196,206) instead hex code.

Text Font Color

.myTextColor { color: #E2C4CE; }

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

This text font color is #E2C4CE.

Background Color

.myBgColor { background-color: #E2C4CE; }

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

This div background color is #E2C4CE.

Border color

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

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

This div border color is #E2C4CE.

Opacity

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

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

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

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

This text has shadow with #E2C4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C4CE.

Preview

Color preview on black background

This text has color #E2C4CE on black background.


Color preview on white background

This text has color #E2C4CE on white background.


Black color preview on #E2C4CE background

This text has black color on #E2C4CE background.


White color preview on #E2C4CE background

This text has white color on #E2C4CE background.


Related colors

Complementary color

Complementary color for #hex is #1D3B31.


I love getcolorcode.com

Triadic colors

1 #CEE2C4 and #C4CEE2 with #E2C4CE are triadic colors.

2 #CEC4E2 and #C4E2CE with #E2C4CE are triadic colors.