COLOR #E3D2CB

HEX: #E3D2CB
RGB: (227,210,203)

Color info

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

RGB color model

#E3D2CB color RGB value is (227,210,203).

  • red value is 227;
  • green value is 210;
  • blue value is 203.
RGB: (227,210,203) (89%,82%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 210 of 255 = 82%
B 203 of 255 = 80%

227
210
203

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

Portions of RGB colors in percentages

R + G + B =
227 + 210 + 203 = 640 (100%)
R 227 of 640 ~ 35.47%
G 210 of 640 ~ 32.81%
B 203 of 640 ~ 31.72%

%35.47
%32.81
%31.72

CMYK color model

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

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

Codes

Color #E3D2CB in popluar color models

E3D2CB
RGB227210203
HSL18°30.00%84.31%
HSB/HSV18°10.57%89.02%
CMYK0.00%7.49%10.57%
10.98%

Color #E3D2CB in popluar number systems.

HEXE3D2CB
Decimal227210203
Binary111000111101001011001011
Octal343322313

Shades and tints

Shades of #E3D2CB

#E3D2CB
(227,210,203)
#CFBFB9
(207,191,185)
#BBACA7
(187,172,167)
#A79995
(167,153,149)
#938683
(147,134,131)
#7F7371
(127,115,113)
#6B605F
(107,96,95)
#574D4D
(87,77,77)
#433A3B
(67,58,59)
#2F2729
(47,39,41)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #E3D2CB

#E3D2CB
(227,210,203)
#E5D6CF
(229,214,207)
#E7DAD3
(231,218,211)
#E9DED7
(233,222,215)
#EBE2DB
(235,226,219)
#EDE6DF
(237,230,223)
#EFEAE3
(239,234,227)
#F1EEE7
(241,238,231)
#F3F2EB
(243,242,235)
#F5F6EF
(245,246,239)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D2CB; }

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

This text font color is #E3D2CB.


Background Color

.myBgColor { background-color: #E3D2CB; }

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

This div background color is #E3D2CB.


Border color

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

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

This div border color is #E3D2CB.


Opacity

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

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

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

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

This text has shadow with #E3D2CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E3D2CB on black background.


Color preview on white background

This text has color #E3D2CB on white background.



Black color preview on #E3D2CB background

This text has black color on #E3D2CB background.


White color preview on #E3D2CB background

This text has white color on #E3D2CB background.