COLOR #E3DFC1

HEX: #E3DFC1
RGB: (227,223,193)

Color info

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

RGB color model

#E3DFC1 color RGB value is (227,223,193).

  • red value is 227;
  • green value is 223;
  • blue value is 193.
RGB:
(227,223,193)
(89%,87%,76%)

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 193 of 255 = 76%

227
223
193

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 193 = 643 (100%)
R 227 of 643 ~ 35.3%
G 223 of 643 ~ 34.68%
B 193 of 643 ~ 30.02%

%35.3
%34.68
%30.02

CMYK color model

#E3DFC1 color CMYK value is (0,2,15,11).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 14.98%
  • key color value is 10.98%
CMYK:
(0,2,15,11)
C0M2Y15K11 
(0%,2%,15%,11%)
(0.00/0.02/0.15/0.11)	

CMYK percentages

%0
%1.76
%14.98
%10.98

Codes

Color #E3DFC1 in popluar color models

E3DFC1
RGB227223193
HSL53°37.78%82.35%
HSB/HSV53°14.98%89.02%
CMYK0.00%1.76%14.98%
10.98%

Color #E3DFC1 in popluar number systems.

HEXE3DFC1
Decimal227223193
Binary111000111101111111000001
Octal343337301

Shades and tints

Shades of #E3DFC1

#E3DFC1
(227,223,193)
#CFCBB0
(207,203,176)
#BBB79F
(187,183,159)
#A7A38E
(167,163,142)
#938F7D
(147,143,125)
#7F7B6C
(127,123,108)
#6B675B
(107,103,91)
#57534A
(87,83,74)
#433F39
(67,63,57)
#2F2B28
(47,43,40)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3DFC1

#E3DFC1
(227,223,193)
#E5E1C6
(229,225,198)
#E7E3CB
(231,227,203)
#E9E5D0
(233,229,208)
#EBE7D5
(235,231,213)
#EDE9DA
(237,233,218)
#EFEBDF
(239,235,223)
#F1EDE4
(241,237,228)
#F3EFE9
(243,239,233)
#F5F1EE
(245,241,238)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DFC1 color. Also use rgb(227,223,193) instead hex code.

Text Font Color

.myTextColor { color: #E3DFC1; }

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

This text font color is #E3DFC1.


Background Color

.myBgColor { background-color: #E3DFC1; }

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

This div background color is #E3DFC1.


Border color

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

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

This div border color is #E3DFC1.


Opacity

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

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

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

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

This text has shadow with #E3DFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFC1 on black background.


Color preview on white background

This text has color #E3DFC1 on white background.



Black color preview on #E3DFC1 background

This text has black color on #E3DFC1 background.


White color preview on #E3DFC1 background

This text has white color on #E3DFC1 background.