COLOR #E4C3EA

HEX: #E4C3EA
RGB: (228,195,234)

Color info

#E4C3EA contains red, green and blue colors in about the same proportion. Web safe color of #E4C3EA is #CCCCFF (or #CCF).

RGB color model

#E4C3EA color RGB value is (228,195,234).

  • red value is 228;
  • green value is 195;
  • blue value is 234.
RGB:
(228,195,234)
(89%,76%,92%)

RGB channels and saturation

R 228 of 255 = 89%
G 195 of 255 = 76%
B 234 of 255 = 92%

228
195
234

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

Portions of RGB colors in percentages

R + G + B =
228 + 195 + 234 = 657 (100%)
R 228 of 657 ~ 34.7%
G 195 of 657 ~ 29.68%
B 234 of 657 ~ 35.62%

%34.7
%29.68
%35.62

CMYK color model

#E4C3EA color CMYK value is (3,17,0,8).

  • cyan value is 2.56%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,17,0,8)
C3M17Y0K8 
(3%,17%,0%,8%)
(0.03/0.17/0.00/0.08)	

CMYK percentages

%2.56
%16.67
%0
%8.24

Codes

Color #E4C3EA in popluar color models

E4C3EA
RGB228195234
HSL291°48.15%84.12%
HSB/HSV291°16.67%91.76%
CMYK2.56%16.67%0.00%
8.24%

Color #E4C3EA in popluar number systems.

HEXE4C3EA
Decimal228195234
Binary111001001100001111101010
Octal344303352

Shades and tints

Shades of #E4C3EA

#E4C3EA
(228,195,234)
#D0B2D5
(208,178,213)
#BCA1C0
(188,161,192)
#A890AB
(168,144,171)
#947F96
(148,127,150)
#806E81
(128,110,129)
#6C5D6C
(108,93,108)
#584C57
(88,76,87)
#443B42
(68,59,66)
#302A2D
(48,42,45)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #E4C3EA

#E4C3EA
(228,195,234)
#E6C8EB
(230,200,235)
#E8CDEC
(232,205,236)
#EAD2ED
(234,210,237)
#ECD7EE
(236,215,238)
#EEDCEF
(238,220,239)
#F0E1F0
(240,225,240)
#F2E6F1
(242,230,241)
#F4EBF2
(244,235,242)
#F6F0F3
(246,240,243)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C3EA color. Also use rgb(228,195,234) instead hex code.

Text Font Color

.myTextColor { color: #E4C3EA; }

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

This text font color is #E4C3EA.


Background Color

.myBgColor { background-color: #E4C3EA; }

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

This div background color is #E4C3EA.


Border color

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

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

This div border color is #E4C3EA.


Opacity

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

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

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

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

This text has shadow with #E4C3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C3EA on black background.


Color preview on white background

This text has color #E4C3EA on white background.



Black color preview on #E4C3EA background

This text has black color on #E4C3EA background.


White color preview on #E4C3EA background

This text has white color on #E4C3EA background.