COLOR #E3CCD1

HEX: #E3CCD1 RGB: (227,204,209)

Color info

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

RGB color model

#E3CCD1 color RGB value is (227,204,209).

RGB: (227,204,209) (89%, 80%, 82%)

RGB channels and saturation

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

227
204
209

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

Portions of RGB colors in percentages

R + G + B = 227 + 204 + 209 = 640 (100%)
R 227 of 640 ~ 35.47%
G 204 of 640 ~ 31.88%
B 209 of 640 ~ 32.66'%

%35.47
%31.88
%32.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • 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
%10.13
%7.93
%10.98

Codes

Color #E3CCD1 in popluar color models

E3 CC D1
RGB 227 204 209
HSL 347° 29.11% 84.51%
HSB/HSV 347° 10.13% 89.02%
CMYK 0.00% 10.13% 7.93%
10.98%

Color #E3CCD1 in popluar number systems.

HEX E3 CC D1
Decimal 227 204 209
Binary 11100011 11001100 11010001
Octal 343 314 321

Shades and tints

Shades of #E3CCD1

#E3CCD1
(227,204,209)
#CFBABE
(207,186,190)
#BBA8AB
(187,168,171)
#A79698
(167,150,152)
#938485
(147,132,133)
#7F7272
(127,114,114)
#6B605F
(107,96,95)
#574E4C
(87,78,76)
#433C39
(67,60,57)
#2F2A26
(47,42,38)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #E3CCD1

#E3CCD1
(227,204,209)
#E5D0D5
(229,208,213)
#E7D4D9
(231,212,217)
#E9D8DD
(233,216,221)
#EBDCE1
(235,220,225)
#EDE0E5
(237,224,229)
#EFE4E9
(239,228,233)
#F1E8ED
(241,232,237)
#F3ECF1
(243,236,241)
#F5F0F5
(245,240,245)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CCD1; }

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

This text font color is #E3CCD1.

Background Color

.myBgColor { background-color: #E3CCD1; }

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

This div background color is #E3CCD1.

Border color

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

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

This div border color is #E3CCD1.

Opacity

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

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

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

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

This text has shadow with #E3CCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CCD1.

Preview

Color preview on black background

This text has color #E3CCD1 on black background.


Color preview on white background

This text has color #E3CCD1 on white background.


Black color preview on #E3CCD1 background

This text has black color on #E3CCD1 background.


White color preview on #E3CCD1 background

This text has white color on #E3CCD1 background.


Related colors

Complementary color

Complementary color for #hex is #1C332E.


I love getcolorcode.com

Triadic colors

1 #D1E3CC and #CCD1E3 with #E3CCD1 are triadic colors.

2 #D1CCE3 and #CCE3D1 with #E3CCD1 are triadic colors.