COLOR #E2CFEA

HEX: #E2CFEA
RGB: (226,207,234)

Color info

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

RGB color model

#E2CFEA color RGB value is (226,207,234).

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

RGB channels and saturation

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

226
207
234

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

Portions of RGB colors in percentages

R + G + B =
226 + 207 + 234 = 667 (100%)
R 226 of 667 ~ 33.88%
G 207 of 667 ~ 31.03%
B 234 of 667 ~ 35.08%

%33.88
%31.03
%35.08

CMYK color model

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

  • cyan value is 3.42%
  • 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

%3.42
%11.54
%0
%8.24

Codes

Color #E2CFEA in popluar color models

E2CFEA
RGB226207234
HSL282°39.13%86.47%
HSB/HSV282°11.54%91.76%
CMYK3.42%11.54%0.00%
8.24%

Color #E2CFEA in popluar number systems.

HEXE2CFEA
Decimal226207234
Binary111000101100111111101010
Octal342317352

Shades and tints

Shades of #E2CFEA

#E2CFEA
(226,207,234)
#CEBDD5
(206,189,213)
#BAABC0
(186,171,192)
#A699AB
(166,153,171)
#928796
(146,135,150)
#7E7581
(126,117,129)
#6A636C
(106,99,108)
#565157
(86,81,87)
#423F42
(66,63,66)
#2E2D2D
(46,45,45)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #E2CFEA

#E2CFEA
(226,207,234)
#E4D3EB
(228,211,235)
#E6D7EC
(230,215,236)
#E8DBED
(232,219,237)
#EADFEE
(234,223,238)
#ECE3EF
(236,227,239)
#EEE7F0
(238,231,240)
#F0EBF1
(240,235,241)
#F2EFF2
(242,239,242)
#F4F3F3
(244,243,243)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CFEA; }

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

This text font color is #E2CFEA.


Background Color

.myBgColor { background-color: #E2CFEA; }

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

This div background color is #E2CFEA.


Border color

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

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

This div border color is #E2CFEA.


Opacity

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

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

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

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

This text has shadow with #E2CFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CFEA on black background.


Color preview on white background

This text has color #E2CFEA on white background.



Black color preview on #E2CFEA background

This text has black color on #E2CFEA background.


White color preview on #E2CFEA background

This text has white color on #E2CFEA background.