COLOR #E3C7E2

HEX: #E3C7E2
RGB: (227,199,226)

Color info

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

RGB color model

#E3C7E2 color RGB value is (227,199,226).

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

RGB channels and saturation

R 227 of 255 = 89%
G 199 of 255 = 78%
B 226 of 255 = 89%

227
199
226

R + G + B ~ 85%. #E3C7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 199 + 226 = 652 (100%)
R 227 of 652 ~ 34.82%
G 199 of 652 ~ 30.52%
B 226 of 652 ~ 34.66%

%34.82
%30.52
%34.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 0.44%
  • key color value is 10.98%
CMYK:
(0,12,0,11)
C0M12Y0K11 
(0%,12%,0%,11%)
(0.00/0.12/0.00/0.11)	

CMYK percentages

%0
%12.33
%0.44
%10.98

Codes

Color #E3C7E2 in popluar color models

E3C7E2
RGB227199226
HSL302°33.33%83.53%
HSB/HSV302°12.33%89.02%
CMYK0.00%12.33%0.44%
10.98%

Color #E3C7E2 in popluar number systems.

HEXE3C7E2
Decimal227199226
Binary111000111100011111100010
Octal343307342

Shades and tints

Shades of #E3C7E2

#E3C7E2
(227,199,226)
#CFB5CE
(207,181,206)
#BBA3BA
(187,163,186)
#A791A6
(167,145,166)
#937F92
(147,127,146)
#7F6D7E
(127,109,126)
#6B5B6A
(107,91,106)
#574956
(87,73,86)
#433742
(67,55,66)
#2F252E
(47,37,46)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #E3C7E2

#E3C7E2
(227,199,226)
#E5CCE4
(229,204,228)
#E7D1E6
(231,209,230)
#E9D6E8
(233,214,232)
#EBDBEA
(235,219,234)
#EDE0EC
(237,224,236)
#EFE5EE
(239,229,238)
#F1EAF0
(241,234,240)
#F3EFF2
(243,239,242)
#F5F4F4
(245,244,244)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C7E2; }

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

This text font color is #E3C7E2.


Background Color

.myBgColor { background-color: #E3C7E2; }

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

This div background color is #E3C7E2.


Border color

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

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

This div border color is #E3C7E2.


Opacity

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

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

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

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

This text has shadow with #E3C7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C7E2 on black background.


Color preview on white background

This text has color #E3C7E2 on white background.



Black color preview on #E3C7E2 background

This text has black color on #E3C7E2 background.


White color preview on #E3C7E2 background

This text has white color on #E3C7E2 background.