COLOR #E2C6D1

HEX: #E2C6D1
RGB: (226,198,209)

Color info

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

RGB color model

#E2C6D1 color RGB value is (226,198,209).

  • red value is 226;
  • green value is 198;
  • blue value is 209.
RGB:
(226,198,209)
(89%,78%,82%)

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 209 of 255 = 82%

226
198
209

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

Portions of RGB colors in percentages

R + G + B =
226 + 198 + 209 = 633 (100%)
R 226 of 633 ~ 35.7%
G 198 of 633 ~ 31.28%
B 209 of 633 ~ 33.02%

%35.7
%31.28
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 7.52%
  • key color value is 11.37%
CMYK:
(0,12,8,11)
C0M12Y8K11 
(0%,12%,8%,11%)
(0.00/0.12/0.08/0.11)	

CMYK percentages

%0
%12.39
%7.52
%11.37

Codes

Color #E2C6D1 in popluar color models

E2C6D1
RGB226198209
HSL336°32.56%83.14%
HSB/HSV336°12.39%88.63%
CMYK0.00%12.39%7.52%
11.37%

Color #E2C6D1 in popluar number systems.

HEXE2C6D1
Decimal226198209
Binary111000101100011011010001
Octal342306321

Shades and tints

Shades of #E2C6D1

#E2C6D1
(226,198,209)
#CEB4BE
(206,180,190)
#BAA2AB
(186,162,171)
#A69098
(166,144,152)
#927E85
(146,126,133)
#7E6C72
(126,108,114)
#6A5A5F
(106,90,95)
#56484C
(86,72,76)
#423639
(66,54,57)
#2E2426
(46,36,38)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #E2C6D1

#E2C6D1
(226,198,209)
#E4CBD5
(228,203,213)
#E6D0D9
(230,208,217)
#E8D5DD
(232,213,221)
#EADAE1
(234,218,225)
#ECDFE5
(236,223,229)
#EEE4E9
(238,228,233)
#F0E9ED
(240,233,237)
#F2EEF1
(242,238,241)
#F4F3F5
(244,243,245)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C6D1 color. Also use rgb(226,198,209) instead hex code.

Text Font Color

.myTextColor { color: #E2C6D1; }

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

This text font color is #E2C6D1.


Background Color

.myBgColor { background-color: #E2C6D1; }

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

This div background color is #E2C6D1.


Border color

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

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

This div border color is #E2C6D1.


Opacity

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

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

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

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

This text has shadow with #E2C6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C6D1 on black background.


Color preview on white background

This text has color #E2C6D1 on white background.



Black color preview on #E2C6D1 background

This text has black color on #E2C6D1 background.


White color preview on #E2C6D1 background

This text has white color on #E2C6D1 background.