COLOR #E6DEE3

HEX: #E6DEE3 RGB: (230,222,227)

Color info

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

RGB color model

#E6DEE3 color RGB value is (230,222,227).

RGB: (230,222,227) (90%, 87%, 89%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 227 of 255 = 89%

230
222
227

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

Portions of RGB colors in percentages

R + G + B = 230 + 222 + 227 = 679 (100%)
R 230 of 679 ~ 33.87%
G 222 of 679 ~ 32.7%
B 227 of 679 ~ 33.43'%

%33.87
%32.7
%33.43

CMYK color model

#E6DEE3 color CMYK value is (0,3,1,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 1.30%
  • key color value is 9.80%
CMYK: (0,3,1,10) C0M3Y1K10 (0%,3%,1%,10%) (0.00/0.03/0.01/0.10) 

CMYK percentages

%0
%3.48
%1.3
%9.8

Codes

Color #E6DEE3 in popluar color models

E6 DE E3
RGB 230 222 227
HSL 323° 13.79% 88.63%
HSB/HSV 323° 3.48% 90.20%
CMYK 0.00% 3.48% 1.30%
9.80%

Color #E6DEE3 in popluar number systems.

HEX E6 DE E3
Decimal 230 222 227
Binary 11100110 11011110 11100011
Octal 346 336 343

Shades and tints

Shades of #E6DEE3

#E6DEE3
(230,222,227)
#D2CACF
(210,202,207)
#BEB6BB
(190,182,187)
#AAA2A7
(170,162,167)
#968E93
(150,142,147)
#827A7F
(130,122,127)
#6E666B
(110,102,107)
#5A5257
(90,82,87)
#463E43
(70,62,67)
#322A2F
(50,42,47)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #E6DEE3

#E6DEE3
(230,222,227)
#E8E1E5
(232,225,229)
#EAE4E7
(234,228,231)
#ECE7E9
(236,231,233)
#EEEAEB
(238,234,235)
#F0EDED
(240,237,237)
#F2F0EF
(242,240,239)
#F4F3F1
(244,243,241)
#F6F6F3
(246,246,243)
#F8F9F5
(248,249,245)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEE3; }

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

This text font color is #E6DEE3.

Background Color

.myBgColor { background-color: #E6DEE3; }

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

This div background color is #E6DEE3.

Border color

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

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

This div border color is #E6DEE3.

Opacity

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

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

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

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

This text has shadow with #E6DEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DEE3.

Preview

Color preview on black background

This text has color #E6DEE3 on black background.


Color preview on white background

This text has color #E6DEE3 on white background.


Black color preview on #E6DEE3 background

This text has black color on #E6DEE3 background.


White color preview on #E6DEE3 background

This text has white color on #E6DEE3 background.


Related colors

Complementary color

Complementary color for #hex is #19211C.


I love getcolorcode.com

Triadic colors

1 #E3E6DE and #DEE3E6 with #E6DEE3 are triadic colors.

2 #E3DEE6 and #DEE6E3 with #E6DEE3 are triadic colors.