COLOR #E3C3CA

HEX: #E3C3CA
RGB: (227,195,202)

Color info

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

RGB color model

#E3C3CA color RGB value is (227,195,202).

  • red value is 227;
  • green value is 195;
  • blue value is 202.
RGB:
(227,195,202)
(89%,76%,79%)

RGB channels and saturation

R 227 of 255 = 89%
G 195 of 255 = 76%
B 202 of 255 = 79%

227
195
202

R + G + B ~ 81%. #E3C3CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 195 + 202 = 624 (100%)
R 227 of 624 ~ 36.38%
G 195 of 624 ~ 31.25%
B 202 of 624 ~ 32.37%

%36.38
%31.25
%32.37

CMYK color model

#E3C3CA color CMYK value is (0,14,11,11).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(0,14,11,11)
C0M14Y11K11 
(0%,14%,11%,11%)
(0.00/0.14/0.11/0.11)	

CMYK percentages

%0
%14.1
%11.01
%10.98

Codes

Color #E3C3CA in popluar color models

E3C3CA
RGB227195202
HSL347°36.36%82.75%
HSB/HSV347°14.10%89.02%
CMYK0.00%14.10%11.01%
10.98%

Color #E3C3CA in popluar number systems.

HEXE3C3CA
Decimal227195202
Binary111000111100001111001010
Octal343303312

Shades and tints

Shades of #E3C3CA

#E3C3CA
(227,195,202)
#CFB2B8
(207,178,184)
#BBA1A6
(187,161,166)
#A79094
(167,144,148)
#937F82
(147,127,130)
#7F6E70
(127,110,112)
#6B5D5E
(107,93,94)
#574C4C
(87,76,76)
#433B3A
(67,59,58)
#2F2A28
(47,42,40)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #E3C3CA

#E3C3CA
(227,195,202)
#E5C8CE
(229,200,206)
#E7CDD2
(231,205,210)
#E9D2D6
(233,210,214)
#EBD7DA
(235,215,218)
#EDDCDE
(237,220,222)
#EFE1E2
(239,225,226)
#F1E6E6
(241,230,230)
#F3EBEA
(243,235,234)
#F5F0EE
(245,240,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C3CA color. Also use rgb(227,195,202) instead hex code.

Text Font Color

.myTextColor { color: #E3C3CA; }

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

This text font color is #E3C3CA.


Background Color

.myBgColor { background-color: #E3C3CA; }

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

This div background color is #E3C3CA.


Border color

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

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

This div border color is #E3C3CA.


Opacity

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

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

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

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

This text has shadow with #E3C3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C3CA on black background.


Color preview on white background

This text has color #E3C3CA on white background.



Black color preview on #E3C3CA background

This text has black color on #E3C3CA background.


White color preview on #E3C3CA background

This text has white color on #E3C3CA background.