COLOR #E3DFC8

HEX: #E3DFC8
RGB: (227,223,200)

Color info

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

RGB color model

#E3DFC8 color RGB value is (227,223,200).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 200 of 255 = 78%

227
223
200

R + G + B ~ 85%. #E3DFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 200 = 650 (100%)
R 227 of 650 ~ 34.92%
G 223 of 650 ~ 34.31%
B 200 of 650 ~ 30.77%

%34.92
%34.31
%30.77

CMYK color model

#E3DFC8 color CMYK value is (0,2,12,11).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 11.89%
  • key color value is 10.98%
CMYK:
(0,2,12,11)
C0M2Y12K11 
(0%,2%,12%,11%)
(0.00/0.02/0.12/0.11)	

CMYK percentages

%0
%1.76
%11.89
%10.98

Codes

Color #E3DFC8 in popluar color models

E3DFC8
RGB227223200
HSL51°32.53%83.73%
HSB/HSV51°11.89%89.02%
CMYK0.00%1.76%11.89%
10.98%

Color #E3DFC8 in popluar number systems.

HEXE3DFC8
Decimal227223200
Binary111000111101111111001000
Octal343337310

Shades and tints

Shades of #E3DFC8

#E3DFC8
(227,223,200)
#CFCBB6
(207,203,182)
#BBB7A4
(187,183,164)
#A7A392
(167,163,146)
#938F80
(147,143,128)
#7F7B6E
(127,123,110)
#6B675C
(107,103,92)
#57534A
(87,83,74)
#433F38
(67,63,56)
#2F2B26
(47,43,38)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3DFC8

#E3DFC8
(227,223,200)
#E5E1CD
(229,225,205)
#E7E3D2
(231,227,210)
#E9E5D7
(233,229,215)
#EBE7DC
(235,231,220)
#EDE9E1
(237,233,225)
#EFEBE6
(239,235,230)
#F1EDEB
(241,237,235)
#F3EFF0
(243,239,240)
#F5F1F5
(245,241,245)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFC8; }

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

This text font color is #E3DFC8.


Background Color

.myBgColor { background-color: #E3DFC8; }

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

This div background color is #E3DFC8.


Border color

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

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

This div border color is #E3DFC8.


Opacity

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

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

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

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

This text has shadow with #E3DFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFC8 on black background.


Color preview on white background

This text has color #E3DFC8 on white background.



Black color preview on #E3DFC8 background

This text has black color on #E3DFC8 background.


White color preview on #E3DFC8 background

This text has white color on #E3DFC8 background.