COLOR #E4CFEA

HEX: #E4CFEA
RGB: (228,207,234)

Color info

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

RGB color model

#E4CFEA color RGB value is (228,207,234).

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

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 234 of 255 = 92%

228
207
234

R + G + B ~ 87%. #E4CFEA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 207 + 234 = 669 (100%)
R 228 of 669 ~ 34.08%
G 207 of 669 ~ 30.94%
B 234 of 669 ~ 34.98%

%34.08
%30.94
%34.98

CMYK color model

#E4CFEA color CMYK value is (3,12,0,8).

  • cyan value is 2.56%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,12,0,8)
C3M12Y0K8 
(3%,12%,0%,8%)
(0.03/0.12/0.00/0.08)	

CMYK percentages

%2.56
%11.54
%0
%8.24

Codes

Color #E4CFEA in popluar color models

E4CFEA
RGB228207234
HSL287°39.13%86.47%
HSB/HSV287°11.54%91.76%
CMYK2.56%11.54%0.00%
8.24%

Color #E4CFEA in popluar number systems.

HEXE4CFEA
Decimal228207234
Binary111001001100111111101010
Octal344317352

Shades and tints

Shades of #E4CFEA

#E4CFEA
(228,207,234)
#D0BDD5
(208,189,213)
#BCABC0
(188,171,192)
#A899AB
(168,153,171)
#948796
(148,135,150)
#807581
(128,117,129)
#6C636C
(108,99,108)
#585157
(88,81,87)
#443F42
(68,63,66)
#302D2D
(48,45,45)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #E4CFEA

#E4CFEA
(228,207,234)
#E6D3EB
(230,211,235)
#E8D7EC
(232,215,236)
#EADBED
(234,219,237)
#ECDFEE
(236,223,238)
#EEE3EF
(238,227,239)
#F0E7F0
(240,231,240)
#F2EBF1
(242,235,241)
#F4EFF2
(244,239,242)
#F6F3F3
(246,243,243)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CFEA; }

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

This text font color is #E4CFEA.


Background Color

.myBgColor { background-color: #E4CFEA; }

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

This div background color is #E4CFEA.


Border color

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

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

This div border color is #E4CFEA.


Opacity

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

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

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

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

This text has shadow with #E4CFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CFEA on black background.


Color preview on white background

This text has color #E4CFEA on white background.



Black color preview on #E4CFEA background

This text has black color on #E4CFEA background.


White color preview on #E4CFEA background

This text has white color on #E4CFEA background.