COLOR #E6DBEC

HEX: #E6DBEC RGB: (230,219,236)

Color info

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

RGB color model

#E6DBEC color RGB value is (230,219,236).

RGB: (230,219,236) (90%, 86%, 93%)

RGB channels and saturation

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

230
219
236

R + G + B ~ 90%. #E6DBEC is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 219 + 236 = 685 (100%)
R 230 of 685 ~ 33.58%
G 219 of 685 ~ 31.97%
B 236 of 685 ~ 34.45'%

%33.58
%31.97
%34.45

CMYK color model

#E6DBEC color CMYK value is (3,7,0,7).

  • cyan value is 2.54%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,7,0,7)
C3M7Y0K7 (3%, 7%, 0%, 7%)
(0.03 / 0.07 / 0.00 / 0.07)

CMYK percentages

%2.54
%7.2
%0
%7.45

Codes

Color #E6DBEC in popluar color models

E6 DB EC
RGB 230 219 236
HSL 279° 30.91% 89.22%
HSB/HSV 279° 7.20% 92.55%
CMYK 2.54% 7.20% 0.00%
7.45%

Color #E6DBEC in popluar number systems.

HEX E6 DB EC
Decimal 230 219 236
Binary 11100110 11011011 11101100
Octal 346 333 354

Shades and tints

Shades of #E6DBEC

#E6DBEC
(230,219,236)
#D2C8D7
(210,200,215)
#BEB5C2
(190,181,194)
#AAA2AD
(170,162,173)
#968F98
(150,143,152)
#827C83
(130,124,131)
#6E696E
(110,105,110)
#5A5659
(90,86,89)
#464344
(70,67,68)
#32302F
(50,48,47)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #E6DBEC

#E6DBEC
(230,219,236)
#E8DEED
(232,222,237)
#EAE1EE
(234,225,238)
#ECE4EF
(236,228,239)
#EEE7F0
(238,231,240)
#F0EAF1
(240,234,241)
#F2EDF2
(242,237,242)
#F4F0F3
(244,240,243)
#F6F3F4
(246,243,244)
#F8F6F5
(248,246,245)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBEC; }

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

This text font color is #E6DBEC.

Background Color

.myBgColor { background-color: #E6DBEC; }

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

This div background color is #E6DBEC.

Border color

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

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

This div border color is #E6DBEC.

Opacity

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

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

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

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

This text has shadow with #E6DBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DBEC.

Preview

Color preview on black background

This text has color #E6DBEC on black background.


Color preview on white background

This text has color #E6DBEC on white background.


Black color preview on #E6DBEC background

This text has black color on #E6DBEC background.


White color preview on #E6DBEC background

This text has white color on #E6DBEC background.


Related colors

Complementary color

Complementary color for #hex is #192413.


I love getcolorcode.com

Triadic colors

1 #ECE6DB and #DBECE6 with #E6DBEC are triadic colors.

2 #ECDBE6 and #DBE6EC with #E6DBEC are triadic colors.