COLOR #E2D6E3

HEX: #E2D6E3
RGB: (226,214,227)

Color info

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

RGB color model

#E2D6E3 color RGB value is (226,214,227).

  • red value is 226;
  • green value is 214;
  • blue value is 227.
RGB:
(226,214,227)
(89%,84%,89%)

RGB channels and saturation

R 226 of 255 = 89%
G 214 of 255 = 84%
B 227 of 255 = 89%

226
214
227

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

Portions of RGB colors in percentages

R + G + B =
226 + 214 + 227 = 667 (100%)
R 226 of 667 ~ 33.88%
G 214 of 667 ~ 32.08%
B 227 of 667 ~ 34.03%

%33.88
%32.08
%34.03

CMYK color model

#E2D6E3 color CMYK value is (0,6,0,11).

  • cyan value is 0.44%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(0,6,0,11)
C0M6Y0K11 
(0%,6%,0%,11%)
(0.00/0.06/0.00/0.11)	

CMYK percentages

%0.44
%5.73
%0
%10.98

Codes

Color #E2D6E3 in popluar color models

E2D6E3
RGB226214227
HSL295°18.84%86.47%
HSB/HSV295°5.73%89.02%
CMYK0.44%5.73%0.00%
10.98%

Color #E2D6E3 in popluar number systems.

HEXE2D6E3
Decimal226214227
Binary111000101101011011100011
Octal342326343

Shades and tints

Shades of #E2D6E3

#E2D6E3
(226,214,227)
#CEC3CF
(206,195,207)
#BAB0BB
(186,176,187)
#A69DA7
(166,157,167)
#928A93
(146,138,147)
#7E777F
(126,119,127)
#6A646B
(106,100,107)
#565157
(86,81,87)
#423E43
(66,62,67)
#2E2B2F
(46,43,47)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #E2D6E3

#E2D6E3
(226,214,227)
#E4D9E5
(228,217,229)
#E6DCE7
(230,220,231)
#E8DFE9
(232,223,233)
#EAE2EB
(234,226,235)
#ECE5ED
(236,229,237)
#EEE8EF
(238,232,239)
#F0EBF1
(240,235,241)
#F2EEF3
(242,238,243)
#F4F1F5
(244,241,245)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D6E3 color. Also use rgb(226,214,227) instead hex code.

Text Font Color

.myTextColor { color: #E2D6E3; }

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

This text font color is #E2D6E3.


Background Color

.myBgColor { background-color: #E2D6E3; }

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

This div background color is #E2D6E3.


Border color

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

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

This div border color is #E2D6E3.


Opacity

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

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

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

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

This text has shadow with #E2D6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D6E3 on black background.


Color preview on white background

This text has color #E2D6E3 on white background.



Black color preview on #E2D6E3 background

This text has black color on #E2D6E3 background.


White color preview on #E2D6E3 background

This text has white color on #E2D6E3 background.