COLOR #E2CCD6

HEX: #E2CCD6
RGB: (226,204,214)

Color info

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

RGB color model

#E2CCD6 color RGB value is (226,204,214).

  • red value is 226;
  • green value is 204;
  • blue value is 214.
RGB:
(226,204,214)
(89%,80%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 204 of 255 = 80%
B 214 of 255 = 84%

226
204
214

R + G + B ~ 84%. #E2CCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 204 + 214 = 644 (100%)
R 226 of 644 ~ 35.09%
G 204 of 644 ~ 31.68%
B 214 of 644 ~ 33.23%

%35.09
%31.68
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK:
(0,10,5,11)
C0M10Y5K11 
(0%,10%,5%,11%)
(0.00/0.10/0.05/0.11)	

CMYK percentages

%0
%9.73
%5.31
%11.37

Codes

Color #E2CCD6 in popluar color models

E2CCD6
RGB226204214
HSL333°27.50%84.31%
HSB/HSV333°9.73%88.63%
CMYK0.00%9.73%5.31%
11.37%

Color #E2CCD6 in popluar number systems.

HEXE2CCD6
Decimal226204214
Binary111000101100110011010110
Octal342314326

Shades and tints

Shades of #E2CCD6

#E2CCD6
(226,204,214)
#CEBAC3
(206,186,195)
#BAA8B0
(186,168,176)
#A6969D
(166,150,157)
#92848A
(146,132,138)
#7E7277
(126,114,119)
#6A6064
(106,96,100)
#564E51
(86,78,81)
#423C3E
(66,60,62)
#2E2A2B
(46,42,43)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #E2CCD6

#E2CCD6
(226,204,214)
#E4D0D9
(228,208,217)
#E6D4DC
(230,212,220)
#E8D8DF
(232,216,223)
#EADCE2
(234,220,226)
#ECE0E5
(236,224,229)
#EEE4E8
(238,228,232)
#F0E8EB
(240,232,235)
#F2ECEE
(242,236,238)
#F4F0F1
(244,240,241)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CCD6; }

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

This text font color is #E2CCD6.


Background Color

.myBgColor { background-color: #E2CCD6; }

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

This div background color is #E2CCD6.


Border color

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

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

This div border color is #E2CCD6.


Opacity

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

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

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

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

This text has shadow with #E2CCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CCD6 on black background.


Color preview on white background

This text has color #E2CCD6 on white background.



Black color preview on #E2CCD6 background

This text has black color on #E2CCD6 background.


White color preview on #E2CCD6 background

This text has white color on #E2CCD6 background.