COLOR #E6CBE7

HEX: #E6CBE7
RGB: (230,203,231)

Color info

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

RGB color model

#E6CBE7 color RGB value is (230,203,231).

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

RGB channels and saturation

R 230 of 255 = 90%
G 203 of 255 = 80%
B 231 of 255 = 91%

230
203
231

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

Portions of RGB colors in percentages

R + G + B =
230 + 203 + 231 = 664 (100%)
R 230 of 664 ~ 34.64%
G 203 of 664 ~ 30.57%
B 231 of 664 ~ 34.79%

%34.64
%30.57
%34.79

CMYK color model

#E6CBE7 color CMYK value is (0,12,0,9).

  • cyan value is 0.43%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(0,12,0,9)
C0M12Y0K9 
(0%,12%,0%,9%)
(0.00/0.12/0.00/0.09)	

CMYK percentages

%0.43
%12.12
%0
%9.41

Codes

Color #E6CBE7 in popluar color models

E6CBE7
RGB230203231
HSL298°36.84%85.10%
HSB/HSV298°12.12%90.59%
CMYK0.43%12.12%0.00%
9.41%

Color #E6CBE7 in popluar number systems.

HEXE6CBE7
Decimal230203231
Binary111001101100101111100111
Octal346313347

Shades and tints

Shades of #E6CBE7

#E6CBE7
(230,203,231)
#D2B9D2
(210,185,210)
#BEA7BD
(190,167,189)
#AA95A8
(170,149,168)
#968393
(150,131,147)
#82717E
(130,113,126)
#6E5F69
(110,95,105)
#5A4D54
(90,77,84)
#463B3F
(70,59,63)
#32292A
(50,41,42)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6CBE7

#E6CBE7
(230,203,231)
#E8CFE9
(232,207,233)
#EAD3EB
(234,211,235)
#ECD7ED
(236,215,237)
#EEDBEF
(238,219,239)
#F0DFF1
(240,223,241)
#F2E3F3
(242,227,243)
#F4E7F5
(244,231,245)
#F6EBF7
(246,235,247)
#F8EFF9
(248,239,249)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CBE7; }

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

This text font color is #E6CBE7.


Background Color

.myBgColor { background-color: #E6CBE7; }

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

This div background color is #E6CBE7.


Border color

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

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

This div border color is #E6CBE7.


Opacity

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

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

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

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

This text has shadow with #E6CBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CBE7 on black background.


Color preview on white background

This text has color #E6CBE7 on white background.



Black color preview on #E6CBE7 background

This text has black color on #E6CBE7 background.


White color preview on #E6CBE7 background

This text has white color on #E6CBE7 background.