COLOR #E2CCD0

HEX: #E2CCD0
RGB: (226,204,208)

Color info

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

RGB color model

#E2CCD0 color RGB value is (226,204,208).

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

RGB channels and saturation

R 226 of 255 = 89%
G 204 of 255 = 80%
B 208 of 255 = 82%

226
204
208

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

Portions of RGB colors in percentages

R + G + B =
226 + 204 + 208 = 638 (100%)
R 226 of 638 ~ 35.42%
G 204 of 638 ~ 31.97%
B 208 of 638 ~ 32.6%

%35.42
%31.97
%32.6

CMYK color model

#E2CCD0 color CMYK value is (0,10,8,11).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 7.96%
  • key color value is 11.37%
CMYK:
(0,10,8,11)
C0M10Y8K11 
(0%,10%,8%,11%)
(0.00/0.10/0.08/0.11)	

CMYK percentages

%0
%9.73
%7.96
%11.37

Codes

Color #E2CCD0 in popluar color models

E2CCD0
RGB226204208
HSL349°27.50%84.31%
HSB/HSV349°9.73%88.63%
CMYK0.00%9.73%7.96%
11.37%

Color #E2CCD0 in popluar number systems.

HEXE2CCD0
Decimal226204208
Binary111000101100110011010000
Octal342314320

Shades and tints

Shades of #E2CCD0

#E2CCD0
(226,204,208)
#CEBABE
(206,186,190)
#BAA8AC
(186,168,172)
#A6969A
(166,150,154)
#928488
(146,132,136)
#7E7276
(126,114,118)
#6A6064
(106,96,100)
#564E52
(86,78,82)
#423C40
(66,60,64)
#2E2A2E
(46,42,46)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #E2CCD0

#E2CCD0
(226,204,208)
#E4D0D4
(228,208,212)
#E6D4D8
(230,212,216)
#E8D8DC
(232,216,220)
#EADCE0
(234,220,224)
#ECE0E4
(236,224,228)
#EEE4E8
(238,228,232)
#F0E8EC
(240,232,236)
#F2ECF0
(242,236,240)
#F4F0F4
(244,240,244)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CCD0; }

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

This text font color is #E2CCD0.


Background Color

.myBgColor { background-color: #E2CCD0; }

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

This div background color is #E2CCD0.


Border color

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

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

This div border color is #E2CCD0.


Opacity

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

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

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

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

This text has shadow with #E2CCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CCD0 on black background.


Color preview on white background

This text has color #E2CCD0 on white background.



Black color preview on #E2CCD0 background

This text has black color on #E2CCD0 background.


White color preview on #E2CCD0 background

This text has white color on #E2CCD0 background.