COLOR #E3CFEA

HEX: #E3CFEA
RGB: (227,207,234)

Color info

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

RGB color model

#E3CFEA color RGB value is (227,207,234).

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

RGB channels and saturation

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

227
207
234

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

Portions of RGB colors in percentages

R + G + B =
227 + 207 + 234 = 668 (100%)
R 227 of 668 ~ 33.98%
G 207 of 668 ~ 30.99%
B 234 of 668 ~ 35.03%

%33.98
%30.99
%35.03

CMYK color model

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

  • cyan value is 2.99%
  • 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.99
%11.54
%0
%8.24

Codes

Color #E3CFEA in popluar color models

E3CFEA
RGB227207234
HSL284°39.13%86.47%
HSB/HSV284°11.54%91.76%
CMYK2.99%11.54%0.00%
8.24%

Color #E3CFEA in popluar number systems.

HEXE3CFEA
Decimal227207234
Binary111000111100111111101010
Octal343317352

Shades and tints

Shades of #E3CFEA

#E3CFEA
(227,207,234)
#CFBDD5
(207,189,213)
#BBABC0
(187,171,192)
#A799AB
(167,153,171)
#938796
(147,135,150)
#7F7581
(127,117,129)
#6B636C
(107,99,108)
#575157
(87,81,87)
#433F42
(67,63,66)
#2F2D2D
(47,45,45)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #E3CFEA

#E3CFEA
(227,207,234)
#E5D3EB
(229,211,235)
#E7D7EC
(231,215,236)
#E9DBED
(233,219,237)
#EBDFEE
(235,223,238)
#EDE3EF
(237,227,239)
#EFE7F0
(239,231,240)
#F1EBF1
(241,235,241)
#F3EFF2
(243,239,242)
#F5F3F3
(245,243,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CFEA; }

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

This text font color is #E3CFEA.


Background Color

.myBgColor { background-color: #E3CFEA; }

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

This div background color is #E3CFEA.


Border color

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

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

This div border color is #E3CFEA.


Opacity

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

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

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

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

This text has shadow with #E3CFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CFEA on black background.


Color preview on white background

This text has color #E3CFEA on white background.



Black color preview on #E3CFEA background

This text has black color on #E3CFEA background.


White color preview on #E3CFEA background

This text has white color on #E3CFEA background.