COLOR #E5CFF3

HEX: #E5CFF3
RGB: (229,207,243)

Color info

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

RGB color model

#E5CFF3 color RGB value is (229,207,243).

  • red value is 229;
  • green value is 207;
  • blue value is 243.
RGB:
(229,207,243)
(90%,81%,95%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 243 of 255 = 95%

229
207
243

R + G + B ~ 89%. #E5CFF3 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 207 + 243 = 679 (100%)
R 229 of 679 ~ 33.73%
G 207 of 679 ~ 30.49%
B 243 of 679 ~ 35.79%

%33.73
%30.49
%35.79

CMYK color model

#E5CFF3 color CMYK value is (6,15,0,5).

  • cyan value is 5.76%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(6,15,0,5)
C6M15Y0K5 
(6%,15%,0%,5%)
(0.06/0.15/0.00/0.05)	

CMYK percentages

%5.76
%14.81
%0
%4.71

Codes

Color #E5CFF3 in popluar color models

E5CFF3
RGB229207243
HSL277°60.00%88.24%
HSB/HSV277°14.81%95.29%
CMYK5.76%14.81%0.00%
4.71%

Color #E5CFF3 in popluar number systems.

HEXE5CFF3
Decimal229207243
Binary111001011100111111110011
Octal345317363

Shades and tints

Shades of #E5CFF3

#E5CFF3
(229,207,243)
#D1BDDD
(209,189,221)
#BDABC7
(189,171,199)
#A999B1
(169,153,177)
#95879B
(149,135,155)
#817585
(129,117,133)
#6D636F
(109,99,111)
#595159
(89,81,89)
#453F43
(69,63,67)
#312D2D
(49,45,45)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5CFF3

#E5CFF3
(229,207,243)
#E7D3F4
(231,211,244)
#E9D7F5
(233,215,245)
#EBDBF6
(235,219,246)
#EDDFF7
(237,223,247)
#EFE3F8
(239,227,248)
#F1E7F9
(241,231,249)
#F3EBFA
(243,235,250)
#F5EFFB
(245,239,251)
#F7F3FC
(247,243,252)
#F9F7FD
(249,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CFF3 color. Also use rgb(229,207,243) instead hex code.

Text Font Color

.myTextColor { color: #E5CFF3; }

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

This text font color is #E5CFF3.


Background Color

.myBgColor { background-color: #E5CFF3; }

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

This div background color is #E5CFF3.


Border color

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

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

This div border color is #E5CFF3.


Opacity

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

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

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

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

This text has shadow with #E5CFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CFF3 on black background.


Color preview on white background

This text has color #E5CFF3 on white background.



Black color preview on #E5CFF3 background

This text has black color on #E5CFF3 background.


White color preview on #E5CFF3 background

This text has white color on #E5CFF3 background.