COLOR #E6CBE1

HEX: #E6CBE1
RGB: (230,203,225)

Color info

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

RGB color model

#E6CBE1 color RGB value is (230,203,225).

  • red value is 230;
  • green value is 203;
  • blue value is 225.
RGB:
(230,203,225)
(90%,80%,88%)

RGB channels and saturation

R 230 of 255 = 90%
G 203 of 255 = 80%
B 225 of 255 = 88%

230
203
225

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

Portions of RGB colors in percentages

R + G + B =
230 + 203 + 225 = 658 (100%)
R 230 of 658 ~ 34.95%
G 203 of 658 ~ 30.85%
B 225 of 658 ~ 34.19%

%34.95
%30.85
%34.19

CMYK color model

#E6CBE1 color CMYK value is (0,12,2,10).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(0,12,2,10)
C0M12Y2K10 
(0%,12%,2%,10%)
(0.00/0.12/0.02/0.10)	

CMYK percentages

%0
%11.74
%2.17
%9.8

Codes

Color #E6CBE1 in popluar color models

E6CBE1
RGB230203225
HSL311°35.06%84.90%
HSB/HSV311°11.74%90.20%
CMYK0.00%11.74%2.17%
9.80%

Color #E6CBE1 in popluar number systems.

HEXE6CBE1
Decimal230203225
Binary111001101100101111100001
Octal346313341

Shades and tints

Shades of #E6CBE1

#E6CBE1
(230,203,225)
#D2B9CD
(210,185,205)
#BEA7B9
(190,167,185)
#AA95A5
(170,149,165)
#968391
(150,131,145)
#82717D
(130,113,125)
#6E5F69
(110,95,105)
#5A4D55
(90,77,85)
#463B41
(70,59,65)
#32292D
(50,41,45)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6CBE1

#E6CBE1
(230,203,225)
#E8CFE3
(232,207,227)
#EAD3E5
(234,211,229)
#ECD7E7
(236,215,231)
#EEDBE9
(238,219,233)
#F0DFEB
(240,223,235)
#F2E3ED
(242,227,237)
#F4E7EF
(244,231,239)
#F6EBF1
(246,235,241)
#F8EFF3
(248,239,243)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CBE1 color. Also use rgb(230,203,225) instead hex code.

Text Font Color

.myTextColor { color: #E6CBE1; }

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

This text font color is #E6CBE1.


Background Color

.myBgColor { background-color: #E6CBE1; }

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

This div background color is #E6CBE1.


Border color

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

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

This div border color is #E6CBE1.


Opacity

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

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

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

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

This text has shadow with #E6CBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CBE1 on black background.


Color preview on white background

This text has color #E6CBE1 on white background.



Black color preview on #E6CBE1 background

This text has black color on #E6CBE1 background.


White color preview on #E6CBE1 background

This text has white color on #E6CBE1 background.