COLOR #E3CDCC

HEX: #E3CDCC RGB: (227,205,204)

Color info

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

RGB color model

#E3CDCC color RGB value is (227,205,204).

RGB: (227,205,204) (89%, 80%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 204 of 255 = 80%

227
205
204

R + G + B ~ 83%. #E3CDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 205 + 204 = 636 (100%)
R 227 of 636 ~ 35.69%
G 205 of 636 ~ 32.23%
B 204 of 636 ~ 32.08'%

%35.69
%32.23
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 10.13%
  • key color value is 10.98%

CMYK: (0,10,10,11)
C0M10Y10K11 (0%, 10%, 10%, 11%)
(0.00 / 0.10 / 0.10 / 0.11)

CMYK percentages

%0
%9.69
%10.13
%10.98

Codes

Color #E3CDCC in popluar color models

E3 CD CC
RGB 227 205 204
HSL 29.11% 84.51%
HSB/HSV 10.13% 89.02%
CMYK 0.00% 9.69% 10.13%
10.98%

Color #E3CDCC in popluar number systems.

HEX E3 CD CC
Decimal 227 205 204
Binary 11100011 11001101 11001100
Octal 343 315 314

Shades and tints

Shades of #E3CDCC

#E3CDCC
(227,205,204)
#CFBBBA
(207,187,186)
#BBA9A8
(187,169,168)
#A79796
(167,151,150)
#938584
(147,133,132)
#7F7372
(127,115,114)
#6B6160
(107,97,96)
#574F4E
(87,79,78)
#433D3C
(67,61,60)
#2F2B2A
(47,43,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #E3CDCC

#E3CDCC
(227,205,204)
#E5D1D0
(229,209,208)
#E7D5D4
(231,213,212)
#E9D9D8
(233,217,216)
#EBDDDC
(235,221,220)
#EDE1E0
(237,225,224)
#EFE5E4
(239,229,228)
#F1E9E8
(241,233,232)
#F3EDEC
(243,237,236)
#F5F1F0
(245,241,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDCC; }

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

This text font color is #E3CDCC.

Background Color

.myBgColor { background-color: #E3CDCC; }

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

This div background color is #E3CDCC.

Border color

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

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

This div border color is #E3CDCC.

Opacity

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

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

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

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

This text has shadow with #E3CDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CDCC.

Preview

Color preview on black background

This text has color #E3CDCC on black background.


Color preview on white background

This text has color #E3CDCC on white background.


Black color preview on #E3CDCC background

This text has black color on #E3CDCC background.


White color preview on #E3CDCC background

This text has white color on #E3CDCC background.


Related colors

Complementary color

Complementary color for #hex is #1C3233.


I love getcolorcode.com

Triadic colors

1 #CCE3CD and #CDCCE3 with #E3CDCC are triadic colors.

2 #CCCDE3 and #CDE3CC with #E3CDCC are triadic colors.