COLOR #E3D2D6

HEX: #E3D2D6
RGB: (227,210,214)

Color info

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

RGB color model

#E3D2D6 color RGB value is (227,210,214).

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

RGB channels and saturation

R 227 of 255 = 89%
G 210 of 255 = 82%
B 214 of 255 = 84%

227
210
214

R + G + B ~ 85%. #E3D2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 210 + 214 = 651 (100%)
R 227 of 651 ~ 34.87%
G 210 of 651 ~ 32.26%
B 214 of 651 ~ 32.87%

%34.87
%32.26
%32.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(0,7,6,11)
C0M7Y6K11 
(0%,7%,6%,11%)
(0.00/0.07/0.06/0.11)	

CMYK percentages

%0
%7.49
%5.73
%10.98

Codes

Color #E3D2D6 in popluar color models

E3D2D6
RGB227210214
HSL346°23.29%85.69%
HSB/HSV346°7.49%89.02%
CMYK0.00%7.49%5.73%
10.98%

Color #E3D2D6 in popluar number systems.

HEXE3D2D6
Decimal227210214
Binary111000111101001011010110
Octal343322326

Shades and tints

Shades of #E3D2D6

#E3D2D6
(227,210,214)
#CFBFC3
(207,191,195)
#BBACB0
(187,172,176)
#A7999D
(167,153,157)
#93868A
(147,134,138)
#7F7377
(127,115,119)
#6B6064
(107,96,100)
#574D51
(87,77,81)
#433A3E
(67,58,62)
#2F272B
(47,39,43)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #E3D2D6

#E3D2D6
(227,210,214)
#E5D6D9
(229,214,217)
#E7DADC
(231,218,220)
#E9DEDF
(233,222,223)
#EBE2E2
(235,226,226)
#EDE6E5
(237,230,229)
#EFEAE8
(239,234,232)
#F1EEEB
(241,238,235)
#F3F2EE
(243,242,238)
#F5F6F1
(245,246,241)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D2D6; }

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

This text font color is #E3D2D6.


Background Color

.myBgColor { background-color: #E3D2D6; }

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

This div background color is #E3D2D6.


Border color

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

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

This div border color is #E3D2D6.


Opacity

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

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

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

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

This text has shadow with #E3D2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D2D6 on black background.


Color preview on white background

This text has color #E3D2D6 on white background.



Black color preview on #E3D2D6 background

This text has black color on #E3D2D6 background.


White color preview on #E3D2D6 background

This text has white color on #E3D2D6 background.