COLOR #E3CDD6

HEX: #E3CDD6
RGB: (227,205,214)

Color info

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

RGB color model

#E3CDD6 color RGB value is (227,205,214).

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

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 214 of 255 = 84%

227
205
214

R + G + B ~ 84%. #E3CDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 214 = 646 (100%)
R 227 of 646 ~ 35.14%
G 205 of 646 ~ 31.73%
B 214 of 646 ~ 33.13%

%35.14
%31.73
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(0,10,6,11)
C0M10Y6K11 
(0%,10%,6%,11%)
(0.00/0.10/0.06/0.11)	

CMYK percentages

%0
%9.69
%5.73
%10.98

Codes

Color #E3CDD6 in popluar color models

E3CDD6
RGB227205214
HSL335°28.21%84.71%
HSB/HSV335°9.69%89.02%
CMYK0.00%9.69%5.73%
10.98%

Color #E3CDD6 in popluar number systems.

HEXE3CDD6
Decimal227205214
Binary111000111100110111010110
Octal343315326

Shades and tints

Shades of #E3CDD6

#E3CDD6
(227,205,214)
#CFBBC3
(207,187,195)
#BBA9B0
(187,169,176)
#A7979D
(167,151,157)
#93858A
(147,133,138)
#7F7377
(127,115,119)
#6B6164
(107,97,100)
#574F51
(87,79,81)
#433D3E
(67,61,62)
#2F2B2B
(47,43,43)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #E3CDD6

#E3CDD6
(227,205,214)
#E5D1D9
(229,209,217)
#E7D5DC
(231,213,220)
#E9D9DF
(233,217,223)
#EBDDE2
(235,221,226)
#EDE1E5
(237,225,229)
#EFE5E8
(239,229,232)
#F1E9EB
(241,233,235)
#F3EDEE
(243,237,238)
#F5F1F1
(245,241,241)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDD6; }

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

This text font color is #E3CDD6.


Background Color

.myBgColor { background-color: #E3CDD6; }

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

This div background color is #E3CDD6.


Border color

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

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

This div border color is #E3CDD6.


Opacity

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

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

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

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

This text has shadow with #E3CDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDD6 on black background.


Color preview on white background

This text has color #E3CDD6 on white background.



Black color preview on #E3CDD6 background

This text has black color on #E3CDD6 background.


White color preview on #E3CDD6 background

This text has white color on #E3CDD6 background.