COLOR #E0CBE4

HEX: #E0CBE4
RGB: (224,203,228)

Color info

#E0CBE4 contains red, green and blue colors in about the same proportion. Web safe color of #E0CBE4 is #CCCCCC (or #CCC).

RGB color model

#E0CBE4 color RGB value is (224,203,228).

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

RGB channels and saturation

R 224 of 255 = 88%
G 203 of 255 = 80%
B 228 of 255 = 89%

224
203
228

R + G + B ~ 86%. #E0CBE4 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 203 + 228 = 655 (100%)
R 224 of 655 ~ 34.2%
G 203 of 655 ~ 30.99%
B 228 of 655 ~ 34.81%

%34.2
%30.99
%34.81

CMYK color model

#E0CBE4 color CMYK value is (2,11,0,11).

  • cyan value is 1.75%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,11,0,11)
C2M11Y0K11 
(2%,11%,0%,11%)
(0.02/0.11/0.00/0.11)	

CMYK percentages

%1.75
%10.96
%0
%10.59

Codes

Color #E0CBE4 in popluar color models

E0CBE4
RGB224203228
HSL290°31.65%84.51%
HSB/HSV290°10.96%89.41%
CMYK1.75%10.96%0.00%
10.59%

Color #E0CBE4 in popluar number systems.

HEXE0CBE4
Decimal224203228
Binary111000001100101111100100
Octal340313344

Shades and tints

Shades of #E0CBE4

#E0CBE4
(224,203,228)
#CCB9D0
(204,185,208)
#B8A7BC
(184,167,188)
#A495A8
(164,149,168)
#908394
(144,131,148)
#7C7180
(124,113,128)
#685F6C
(104,95,108)
#544D58
(84,77,88)
#403B44
(64,59,68)
#2C2930
(44,41,48)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #E0CBE4

#E0CBE4
(224,203,228)
#E2CFE6
(226,207,230)
#E4D3E8
(228,211,232)
#E6D7EA
(230,215,234)
#E8DBEC
(232,219,236)
#EADFEE
(234,223,238)
#ECE3F0
(236,227,240)
#EEE7F2
(238,231,242)
#F0EBF4
(240,235,244)
#F2EFF6
(242,239,246)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CBE4; }

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

This text font color is #E0CBE4.


Background Color

.myBgColor { background-color: #E0CBE4; }

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

This div background color is #E0CBE4.


Border color

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

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

This div border color is #E0CBE4.


Opacity

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

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

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

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

This text has shadow with #E0CBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CBE4 on black background.


Color preview on white background

This text has color #E0CBE4 on white background.



Black color preview on #E0CBE4 background

This text has black color on #E0CBE4 background.


White color preview on #E0CBE4 background

This text has white color on #E0CBE4 background.