COLOR #E2C7CC

HEX: #E2C7CC RGB: (226,199,204)

Color info

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

RGB color model

#E2C7CC color RGB value is (226,199,204).

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

RGB channels and saturation

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

226
199
204

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

Portions of RGB colors in percentages

R + G + B = 226 + 199 + 204 = 629 (100%)
R 226 of 629 ~ 35.93%
G 199 of 629 ~ 31.64%
B 204 of 629 ~ 32.43'%

%35.93
%31.64
%32.43

CMYK color model

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

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

CMYK: (0,12,10,11)
C0M12Y10K11 (0%, 12%, 10%, 11%)
(0.00 / 0.12 / 0.10 / 0.11)

CMYK percentages

%0
%11.95
%9.73
%11.37

Codes

Color #E2C7CC in popluar color models

E2 C7 CC
RGB 226 199 204
HSL 349° 31.76% 83.33%
HSB/HSV 349° 11.95% 88.63%
CMYK 0.00% 11.95% 9.73%
11.37%

Color #E2C7CC in popluar number systems.

HEX E2 C7 CC
Decimal 226 199 204
Binary 11100010 11000111 11001100
Octal 342 307 314

Shades and tints

Shades of #E2C7CC

#E2C7CC
(226,199,204)
#CEB5BA
(206,181,186)
#BAA3A8
(186,163,168)
#A69196
(166,145,150)
#927F84
(146,127,132)
#7E6D72
(126,109,114)
#6A5B60
(106,91,96)
#56494E
(86,73,78)
#42373C
(66,55,60)
#2E252A
(46,37,42)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #E2C7CC

#E2C7CC
(226,199,204)
#E4CCD0
(228,204,208)
#E6D1D4
(230,209,212)
#E8D6D8
(232,214,216)
#EADBDC
(234,219,220)
#ECE0E0
(236,224,224)
#EEE5E4
(238,229,228)
#F0EAE8
(240,234,232)
#F2EFEC
(242,239,236)
#F4F4F0
(244,244,240)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C7CC; }

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

This text font color is #E2C7CC.

Background Color

.myBgColor { background-color: #E2C7CC; }

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

This div background color is #E2C7CC.

Border color

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

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

This div border color is #E2C7CC.

Opacity

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

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

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

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

This text has shadow with #E2C7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C7CC.

Preview

Color preview on black background

This text has color #E2C7CC on black background.


Color preview on white background

This text has color #E2C7CC on white background.


Black color preview on #E2C7CC background

This text has black color on #E2C7CC background.


White color preview on #E2C7CC background

This text has white color on #E2C7CC background.


Related colors

Complementary color

Complementary color for #hex is #1D3833.


I love getcolorcode.com

Triadic colors

1 #CCE2C7 and #C7CCE2 with #E2C7CC are triadic colors.

2 #CCC7E2 and #C7E2CC with #E2C7CC are triadic colors.