COLOR #E6DBE4

HEX: #E6DBE4 RGB: (230,219,228)

Color info

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

RGB color model

#E6DBE4 color RGB value is (230,219,228).

RGB: (230,219,228) (90%, 86%, 89%)

RGB channels and saturation

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

230
219
228

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

Portions of RGB colors in percentages

R + G + B = 230 + 219 + 228 = 677 (100%)
R 230 of 677 ~ 33.97%
G 219 of 677 ~ 32.35%
B 228 of 677 ~ 33.68'%

%33.97
%32.35
%33.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 0.87%
  • key color value is 9.80%

CMYK: (0,5,1,10)
C0M5Y1K10 (0%, 5%, 1%, 10%)
(0.00 / 0.05 / 0.01 / 0.10)

CMYK percentages

%0
%4.78
%0.87
%9.8

Codes

Color #E6DBE4 in popluar color models

E6 DB E4
RGB 230 219 228
HSL 311° 18.03% 88.04%
HSB/HSV 311° 4.78% 90.20%
CMYK 0.00% 4.78% 0.87%
9.80%

Color #E6DBE4 in popluar number systems.

HEX E6 DB E4
Decimal 230 219 228
Binary 11100110 11011011 11100100
Octal 346 333 344

Shades and tints

Shades of #E6DBE4

#E6DBE4
(230,219,228)
#D2C8D0
(210,200,208)
#BEB5BC
(190,181,188)
#AAA2A8
(170,162,168)
#968F94
(150,143,148)
#827C80
(130,124,128)
#6E696C
(110,105,108)
#5A5658
(90,86,88)
#464344
(70,67,68)
#323030
(50,48,48)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #E6DBE4

#E6DBE4
(230,219,228)
#E8DEE6
(232,222,230)
#EAE1E8
(234,225,232)
#ECE4EA
(236,228,234)
#EEE7EC
(238,231,236)
#F0EAEE
(240,234,238)
#F2EDF0
(242,237,240)
#F4F0F2
(244,240,242)
#F6F3F4
(246,243,244)
#F8F6F6
(248,246,246)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBE4; }

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

This text font color is #E6DBE4.

Background Color

.myBgColor { background-color: #E6DBE4; }

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

This div background color is #E6DBE4.

Border color

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

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

This div border color is #E6DBE4.

Opacity

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

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

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

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

This text has shadow with #E6DBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DBE4.

Preview

Color preview on black background

This text has color #E6DBE4 on black background.


Color preview on white background

This text has color #E6DBE4 on white background.


Black color preview on #E6DBE4 background

This text has black color on #E6DBE4 background.


White color preview on #E6DBE4 background

This text has white color on #E6DBE4 background.


Related colors

Complementary color

Complementary color for #hex is #19241B.


I love getcolorcode.com

Triadic colors

1 #E4E6DB and #DBE4E6 with #E6DBE4 are triadic colors.

2 #E4DBE6 and #DBE6E4 with #E6DBE4 are triadic colors.