COLOR #E6DBE6

HEX: #E6DBE6
RGB: (230,219,230)

Color info

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

RGB color model

#E6DBE6 color RGB value is (230,219,230).

  • red value is 230;
  • green value is 219;
  • blue value is 230.
RGB:
(230,219,230)
(90%,86%,90%)

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 230 of 255 = 90%

230
219
230

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

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 230 = 679 (100%)
R 230 of 679 ~ 33.87%
G 219 of 679 ~ 32.25%
B 230 of 679 ~ 33.87%

%33.87
%32.25
%33.87

CMYK color model

#E6DBE6 color CMYK value is (0,5,0,10).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(0,5,0,10)
C0M5Y0K10 
(0%,5%,0%,10%)
(0.00/0.05/0.00/0.10)	

CMYK percentages

%0
%4.78
%0
%9.8

Codes

Color #E6DBE6 in popluar color models

E6DBE6
RGB230219230
HSL300°18.03%88.04%
HSB/HSV300°4.78%90.20%
CMYK0.00%4.78%0.00%
9.80%

Color #E6DBE6 in popluar number systems.

HEXE6DBE6
Decimal230219230
Binary111001101101101111100110
Octal346333346

Shades and tints

Shades of #E6DBE6

#E6DBE6
(230,219,230)
#D2C8D2
(210,200,210)
#BEB5BE
(190,181,190)
#AAA2AA
(170,162,170)
#968F96
(150,143,150)
#827C82
(130,124,130)
#6E696E
(110,105,110)
#5A565A
(90,86,90)
#464346
(70,67,70)
#323032
(50,48,50)
#1E1D1E
(30,29,30)
#000000
(0,0,0)

Tints of #E6DBE6

#E6DBE6
(230,219,230)
#E8DEE8
(232,222,232)
#EAE1EA
(234,225,234)
#ECE4EC
(236,228,236)
#EEE7EE
(238,231,238)
#F0EAF0
(240,234,240)
#F2EDF2
(242,237,242)
#F4F0F4
(244,240,244)
#F6F3F6
(246,243,246)
#F8F6F8
(248,246,248)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBE6; }

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

This text font color is #E6DBE6.


Background Color

.myBgColor { background-color: #E6DBE6; }

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

This div background color is #E6DBE6.


Border color

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

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

This div border color is #E6DBE6.


Opacity

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

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

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

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

This text has shadow with #E6DBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBE6 on black background.


Color preview on white background

This text has color #E6DBE6 on white background.



Black color preview on #E6DBE6 background

This text has black color on #E6DBE6 background.


White color preview on #E6DBE6 background

This text has white color on #E6DBE6 background.