COLOR #E2C7CD

HEX: #E2C7CD RGB: (226,199,205)

Color info

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

RGB color model

#E2C7CD color RGB value is (226,199,205).

RGB: (226,199,205) (89%, 78%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 199 of 255 = 78%
B 205 of 255 = 80%

226
199
205

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

Portions of RGB colors in percentages

R + G + B = 226 + 199 + 205 = 630 (100%)
R 226 of 630 ~ 35.87%
G 199 of 630 ~ 31.59%
B 205 of 630 ~ 32.54'%

%35.87
%31.59
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 9.29%
  • key color value is 11.37%

CMYK: (0,12,9,11)
C0M12Y9K11 (0%, 12%, 9%, 11%)
(0.00 / 0.12 / 0.09 / 0.11)

CMYK percentages

%0
%11.95
%9.29
%11.37

Codes

Color #E2C7CD in popluar color models

E2 C7 CD
RGB 226 199 205
HSL 347° 31.76% 83.33%
HSB/HSV 347° 11.95% 88.63%
CMYK 0.00% 11.95% 9.29%
11.37%

Color #E2C7CD in popluar number systems.

HEX E2 C7 CD
Decimal 226 199 205
Binary 11100010 11000111 11001101
Octal 342 307 315

Shades and tints

Shades of #E2C7CD

#E2C7CD
(226,199,205)
#CEB5BB
(206,181,187)
#BAA3A9
(186,163,169)
#A69197
(166,145,151)
#927F85
(146,127,133)
#7E6D73
(126,109,115)
#6A5B61
(106,91,97)
#56494F
(86,73,79)
#42373D
(66,55,61)
#2E252B
(46,37,43)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #E2C7CD

#E2C7CD
(226,199,205)
#E4CCD1
(228,204,209)
#E6D1D5
(230,209,213)
#E8D6D9
(232,214,217)
#EADBDD
(234,219,221)
#ECE0E1
(236,224,225)
#EEE5E5
(238,229,229)
#F0EAE9
(240,234,233)
#F2EFED
(242,239,237)
#F4F4F1
(244,244,241)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C7CD color. Also use rgb(226,199,205) instead hex code.

Text Font Color

.myTextColor { color: #E2C7CD; }

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

This text font color is #E2C7CD.

Background Color

.myBgColor { background-color: #E2C7CD; }

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

This div background color is #E2C7CD.

Border color

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

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

This div border color is #E2C7CD.

Opacity

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

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

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

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

This text has shadow with #E2C7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C7CD.

Preview

Color preview on black background

This text has color #E2C7CD on black background.


Color preview on white background

This text has color #E2C7CD on white background.


Black color preview on #E2C7CD background

This text has black color on #E2C7CD background.


White color preview on #E2C7CD background

This text has white color on #E2C7CD background.


Related colors

Complementary color

Complementary color for #hex is #1D3832.


I love getcolorcode.com

Triadic colors

1 #CDE2C7 and #C7CDE2 with #E2C7CD are triadic colors.

2 #CDC7E2 and #C7E2CD with #E2C7CD are triadic colors.