COLOR #E3CCE2

HEX: #E3CCE2
RGB: (227,204,226)

Color info

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

RGB color model

#E3CCE2 color RGB value is (227,204,226).

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

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 226 of 255 = 89%

227
204
226

R + G + B ~ 86%. #E3CCE2 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 204 + 226 = 657 (100%)
R 227 of 657 ~ 34.55%
G 204 of 657 ~ 31.05%
B 226 of 657 ~ 34.4%

%34.55
%31.05
%34.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 0.44%
  • key color value is 10.98%
CMYK:
(0,10,0,11)
C0M10Y0K11 
(0%,10%,0%,11%)
(0.00/0.10/0.00/0.11)	

CMYK percentages

%0
%10.13
%0.44
%10.98

Codes

Color #E3CCE2 in popluar color models

E3CCE2
RGB227204226
HSL303°29.11%84.51%
HSB/HSV303°10.13%89.02%
CMYK0.00%10.13%0.44%
10.98%

Color #E3CCE2 in popluar number systems.

HEXE3CCE2
Decimal227204226
Binary111000111100110011100010
Octal343314342

Shades and tints

Shades of #E3CCE2

#E3CCE2
(227,204,226)
#CFBACE
(207,186,206)
#BBA8BA
(187,168,186)
#A796A6
(167,150,166)
#938492
(147,132,146)
#7F727E
(127,114,126)
#6B606A
(107,96,106)
#574E56
(87,78,86)
#433C42
(67,60,66)
#2F2A2E
(47,42,46)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #E3CCE2

#E3CCE2
(227,204,226)
#E5D0E4
(229,208,228)
#E7D4E6
(231,212,230)
#E9D8E8
(233,216,232)
#EBDCEA
(235,220,234)
#EDE0EC
(237,224,236)
#EFE4EE
(239,228,238)
#F1E8F0
(241,232,240)
#F3ECF2
(243,236,242)
#F5F0F4
(245,240,244)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CCE2; }

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

This text font color is #E3CCE2.


Background Color

.myBgColor { background-color: #E3CCE2; }

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

This div background color is #E3CCE2.


Border color

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

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

This div border color is #E3CCE2.


Opacity

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

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

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

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

This text has shadow with #E3CCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CCE2 on black background.


Color preview on white background

This text has color #E3CCE2 on white background.



Black color preview on #E3CCE2 background

This text has black color on #E3CCE2 background.


White color preview on #E3CCE2 background

This text has white color on #E3CCE2 background.