COLOR #E3CDC3

HEX: #E3CDC3
RGB: (227,205,195)

Color info

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

RGB color model

#E3CDC3 color RGB value is (227,205,195).

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

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 195 of 255 = 76%

227
205
195

R + G + B ~ 82%. #E3CDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 195 = 627 (100%)
R 227 of 627 ~ 36.2%
G 205 of 627 ~ 32.7%
B 195 of 627 ~ 31.1%

%36.2
%32.7
%31.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 14.10%
  • key color value is 10.98%
CMYK:
(0,10,14,11)
C0M10Y14K11 
(0%,10%,14%,11%)
(0.00/0.10/0.14/0.11)	

CMYK percentages

%0
%9.69
%14.1
%10.98

Codes

Color #E3CDC3 in popluar color models

E3CDC3
RGB227205195
HSL19°36.36%82.75%
HSB/HSV19°14.10%89.02%
CMYK0.00%9.69%14.10%
10.98%

Color #E3CDC3 in popluar number systems.

HEXE3CDC3
Decimal227205195
Binary111000111100110111000011
Octal343315303

Shades and tints

Shades of #E3CDC3

#E3CDC3
(227,205,195)
#CFBBB2
(207,187,178)
#BBA9A1
(187,169,161)
#A79790
(167,151,144)
#93857F
(147,133,127)
#7F736E
(127,115,110)
#6B615D
(107,97,93)
#574F4C
(87,79,76)
#433D3B
(67,61,59)
#2F2B2A
(47,43,42)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #E3CDC3

#E3CDC3
(227,205,195)
#E5D1C8
(229,209,200)
#E7D5CD
(231,213,205)
#E9D9D2
(233,217,210)
#EBDDD7
(235,221,215)
#EDE1DC
(237,225,220)
#EFE5E1
(239,229,225)
#F1E9E6
(241,233,230)
#F3EDEB
(243,237,235)
#F5F1F0
(245,241,240)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDC3; }

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

This text font color is #E3CDC3.


Background Color

.myBgColor { background-color: #E3CDC3; }

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

This div background color is #E3CDC3.


Border color

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

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

This div border color is #E3CDC3.


Opacity

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

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

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

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

This text has shadow with #E3CDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDC3 on black background.


Color preview on white background

This text has color #E3CDC3 on white background.



Black color preview on #E3CDC3 background

This text has black color on #E3CDC3 background.


White color preview on #E3CDC3 background

This text has white color on #E3CDC3 background.