COLOR #E0CBF4

HEX: #E0CBF4
RGB: (224,203,244)

Color info

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

RGB color model

#E0CBF4 color RGB value is (224,203,244).

  • red value is 224;
  • green value is 203;
  • blue value is 244.
RGB:
(224,203,244)
(88%,80%,96%)

RGB channels and saturation

R 224 of 255 = 88%
G 203 of 255 = 80%
B 244 of 255 = 96%

224
203
244

R + G + B ~ 88%. #E0CBF4 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 203 + 244 = 671 (100%)
R 224 of 671 ~ 33.38%
G 203 of 671 ~ 30.25%
B 244 of 671 ~ 36.36%

%33.38
%30.25
%36.36

CMYK color model

#E0CBF4 color CMYK value is (8,17,0,4).

  • cyan value is 8.20%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(8,17,0,4)
C8M17Y0K4 
(8%,17%,0%,4%)
(0.08/0.17/0.00/0.04)	

CMYK percentages

%8.2
%16.8
%0
%4.31

Codes

Color #E0CBF4 in popluar color models

E0CBF4
RGB224203244
HSL271°65.08%87.65%
HSB/HSV271°16.80%95.69%
CMYK8.20%16.80%0.00%
4.31%

Color #E0CBF4 in popluar number systems.

HEXE0CBF4
Decimal224203244
Binary111000001100101111110100
Octal340313364

Shades and tints

Shades of #E0CBF4

#E0CBF4
(224,203,244)
#CCB9DE
(204,185,222)
#B8A7C8
(184,167,200)
#A495B2
(164,149,178)
#90839C
(144,131,156)
#7C7186
(124,113,134)
#685F70
(104,95,112)
#544D5A
(84,77,90)
#403B44
(64,59,68)
#2C292E
(44,41,46)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #E0CBF4

#E0CBF4
(224,203,244)
#E2CFF5
(226,207,245)
#E4D3F6
(228,211,246)
#E6D7F7
(230,215,247)
#E8DBF8
(232,219,248)
#EADFF9
(234,223,249)
#ECE3FA
(236,227,250)
#EEE7FB
(238,231,251)
#F0EBFC
(240,235,252)
#F2EFFD
(242,239,253)
#F4F3FE
(244,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CBF4 color. Also use rgb(224,203,244) instead hex code.

Text Font Color

.myTextColor { color: #E0CBF4; }

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

This text font color is #E0CBF4.


Background Color

.myBgColor { background-color: #E0CBF4; }

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

This div background color is #E0CBF4.


Border color

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

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

This div border color is #E0CBF4.


Opacity

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

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

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

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

This text has shadow with #E0CBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CBF4 on black background.


Color preview on white background

This text has color #E0CBF4 on white background.



Black color preview on #E0CBF4 background

This text has black color on #E0CBF4 background.


White color preview on #E0CBF4 background

This text has white color on #E0CBF4 background.