COLOR #E3CDD1

HEX: #E3CDD1
RGB: (227,205,209)

Color info

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

RGB color model

#E3CDD1 color RGB value is (227,205,209).

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

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 209 of 255 = 82%

227
205
209

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

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 209 = 641 (100%)
R 227 of 641 ~ 35.41%
G 205 of 641 ~ 31.98%
B 209 of 641 ~ 32.61%

%35.41
%31.98
%32.61

CMYK color model

#E3CDD1 color CMYK value is (0,10,8,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 7.93%
  • key color value is 10.98%
CMYK:
(0,10,8,11)
C0M10Y8K11 
(0%,10%,8%,11%)
(0.00/0.10/0.08/0.11)	

CMYK percentages

%0
%9.69
%7.93
%10.98

Codes

Color #E3CDD1 in popluar color models

E3CDD1
RGB227205209
HSL349°28.21%84.71%
HSB/HSV349°9.69%89.02%
CMYK0.00%9.69%7.93%
10.98%

Color #E3CDD1 in popluar number systems.

HEXE3CDD1
Decimal227205209
Binary111000111100110111010001
Octal343315321

Shades and tints

Shades of #E3CDD1

#E3CDD1
(227,205,209)
#CFBBBE
(207,187,190)
#BBA9AB
(187,169,171)
#A79798
(167,151,152)
#938585
(147,133,133)
#7F7372
(127,115,114)
#6B615F
(107,97,95)
#574F4C
(87,79,76)
#433D39
(67,61,57)
#2F2B26
(47,43,38)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #E3CDD1

#E3CDD1
(227,205,209)
#E5D1D5
(229,209,213)
#E7D5D9
(231,213,217)
#E9D9DD
(233,217,221)
#EBDDE1
(235,221,225)
#EDE1E5
(237,225,229)
#EFE5E9
(239,229,233)
#F1E9ED
(241,233,237)
#F3EDF1
(243,237,241)
#F5F1F5
(245,241,245)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDD1; }

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

This text font color is #E3CDD1.


Background Color

.myBgColor { background-color: #E3CDD1; }

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

This div background color is #E3CDD1.


Border color

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

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

This div border color is #E3CDD1.


Opacity

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

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

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

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

This text has shadow with #E3CDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDD1 on black background.


Color preview on white background

This text has color #E3CDD1 on white background.



Black color preview on #E3CDD1 background

This text has black color on #E3CDD1 background.


White color preview on #E3CDD1 background

This text has white color on #E3CDD1 background.