COLOR #E3CDC4

HEX: #E3CDC4 RGB: (227,205,196)

Color info

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

RGB color model

#E3CDC4 color RGB value is (227,205,196).

RGB: (227,205,196) (89%, 80%, 77%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 196 of 255 = 77%

227
205
196

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

Portions of RGB colors in percentages

R + G + B = 227 + 205 + 196 = 628 (100%)
R 227 of 628 ~ 36.15%
G 205 of 628 ~ 32.64%
B 196 of 628 ~ 31.21'%

%36.15
%32.64
%31.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 13.66%
  • 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
%13.66
%10.98

Codes

Color #E3CDC4 in popluar color models

E3 CD C4
RGB 227 205 196
HSL 17° 35.63% 82.94%
HSB/HSV 17° 13.66% 89.02%
CMYK 0.00% 9.69% 13.66%
10.98%

Color #E3CDC4 in popluar number systems.

HEX E3 CD C4
Decimal 227 205 196
Binary 11100011 11001101 11000100
Octal 343 315 304

Shades and tints

Shades of #E3CDC4

#E3CDC4
(227,205,196)
#CFBBB3
(207,187,179)
#BBA9A2
(187,169,162)
#A79791
(167,151,145)
#938580
(147,133,128)
#7F736F
(127,115,111)
#6B615E
(107,97,94)
#574F4D
(87,79,77)
#433D3C
(67,61,60)
#2F2B2B
(47,43,43)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #E3CDC4

#E3CDC4
(227,205,196)
#E5D1C9
(229,209,201)
#E7D5CE
(231,213,206)
#E9D9D3
(233,217,211)
#EBDDD8
(235,221,216)
#EDE1DD
(237,225,221)
#EFE5E2
(239,229,226)
#F1E9E7
(241,233,231)
#F3EDEC
(243,237,236)
#F5F1F1
(245,241,241)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDC4; }

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

This text font color is #E3CDC4.

Background Color

.myBgColor { background-color: #E3CDC4; }

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

This div background color is #E3CDC4.

Border color

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

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

This div border color is #E3CDC4.

Opacity

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

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

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

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

This text has shadow with #E3CDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CDC4.

Preview

Color preview on black background

This text has color #E3CDC4 on black background.


Color preview on white background

This text has color #E3CDC4 on white background.


Black color preview on #E3CDC4 background

This text has black color on #E3CDC4 background.


White color preview on #E3CDC4 background

This text has white color on #E3CDC4 background.


Related colors

Complementary color

Complementary color for #hex is #1C323B.


I love getcolorcode.com

Triadic colors

1 #C4E3CD and #CDC4E3 with #E3CDC4 are triadic colors.

2 #C4CDE3 and #CDE3C4 with #E3CDC4 are triadic colors.