COLOR #E3D4CB

HEX: #E3D4CB RGB: (227,212,203)

Color info

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

RGB color model

#E3D4CB color RGB value is (227,212,203).

RGB: (227,212,203) (89%, 83%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 212 of 255 = 83%
B 203 of 255 = 80%

227
212
203

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

Portions of RGB colors in percentages

R + G + B = 227 + 212 + 203 = 642 (100%)
R 227 of 642 ~ 35.36%
G 212 of 642 ~ 33.02%
B 203 of 642 ~ 31.62'%

%35.36
%33.02
%31.62

CMYK color model

#E3D4CB color CMYK value is (0,7,11,11).

  • cyan value is 0.00%
  • magenta value is 6.61%
  • yellow value is 10.57%
  • key color value is 10.98%

CMYK: (0,7,11,11)
C0M7Y11K11 (0%, 7%, 11%, 11%)
(0.00 / 0.07 / 0.11 / 0.11)

CMYK percentages

%0
%6.61
%10.57
%10.98

Codes

Color #E3D4CB in popluar color models

E3 D4 CB
RGB 227 212 203
HSL 23° 30.00% 84.31%
HSB/HSV 23° 10.57% 89.02%
CMYK 0.00% 6.61% 10.57%
10.98%

Color #E3D4CB in popluar number systems.

HEX E3 D4 CB
Decimal 227 212 203
Binary 11100011 11010100 11001011
Octal 343 324 313

Shades and tints

Shades of #E3D4CB

#E3D4CB
(227,212,203)
#CFC1B9
(207,193,185)
#BBAEA7
(187,174,167)
#A79B95
(167,155,149)
#938883
(147,136,131)
#7F7571
(127,117,113)
#6B625F
(107,98,95)
#574F4D
(87,79,77)
#433C3B
(67,60,59)
#2F2929
(47,41,41)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #E3D4CB

#E3D4CB
(227,212,203)
#E5D7CF
(229,215,207)
#E7DAD3
(231,218,211)
#E9DDD7
(233,221,215)
#EBE0DB
(235,224,219)
#EDE3DF
(237,227,223)
#EFE6E3
(239,230,227)
#F1E9E7
(241,233,231)
#F3ECEB
(243,236,235)
#F5EFEF
(245,239,239)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D4CB color. Also use rgb(227,212,203) instead hex code.

Text Font Color

.myTextColor { color: #E3D4CB; }

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

This text font color is #E3D4CB.

Background Color

.myBgColor { background-color: #E3D4CB; }

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

This div background color is #E3D4CB.

Border color

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

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

This div border color is #E3D4CB.

Opacity

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

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

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

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

This text has shadow with #E3D4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D4CB.

Preview

Color preview on black background

This text has color #E3D4CB on black background.


Color preview on white background

This text has color #E3D4CB on white background.


Black color preview on #E3D4CB background

This text has black color on #E3D4CB background.


White color preview on #E3D4CB background

This text has white color on #E3D4CB background.


Related colors

Complementary color

Complementary color for #hex is #1C2B34.


I love getcolorcode.com

Triadic colors

1 #CBE3D4 and #D4CBE3 with #E3D4CB are triadic colors.

2 #CBD4E3 and #D4E3CB with #E3D4CB are triadic colors.