COLOR #E6DFC8

HEX: #E6DFC8
RGB: (230,223,200)

Color info

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

RGB color model

#E6DFC8 color RGB value is (230,223,200).

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

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 200 of 255 = 78%

230
223
200

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

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 200 = 653 (100%)
R 230 of 653 ~ 35.22%
G 223 of 653 ~ 34.15%
B 200 of 653 ~ 30.63%

%35.22
%34.15
%30.63

CMYK color model

#E6DFC8 color CMYK value is (0,3,13,10).

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 13.04%
  • key color value is 9.80%
CMYK:
(0,3,13,10)
C0M3Y13K10 
(0%,3%,13%,10%)
(0.00/0.03/0.13/0.10)	

CMYK percentages

%0
%3.04
%13.04
%9.8

Codes

Color #E6DFC8 in popluar color models

E6DFC8
RGB230223200
HSL46°37.50%84.31%
HSB/HSV46°13.04%90.20%
CMYK0.00%3.04%13.04%
9.80%

Color #E6DFC8 in popluar number systems.

HEXE6DFC8
Decimal230223200
Binary111001101101111111001000
Octal346337310

Shades and tints

Shades of #E6DFC8

#E6DFC8
(230,223,200)
#D2CBB6
(210,203,182)
#BEB7A4
(190,183,164)
#AAA392
(170,163,146)
#968F80
(150,143,128)
#827B6E
(130,123,110)
#6E675C
(110,103,92)
#5A534A
(90,83,74)
#463F38
(70,63,56)
#322B26
(50,43,38)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #E6DFC8

#E6DFC8
(230,223,200)
#E8E1CD
(232,225,205)
#EAE3D2
(234,227,210)
#ECE5D7
(236,229,215)
#EEE7DC
(238,231,220)
#F0E9E1
(240,233,225)
#F2EBE6
(242,235,230)
#F4EDEB
(244,237,235)
#F6EFF0
(246,239,240)
#F8F1F5
(248,241,245)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFC8; }

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

This text font color is #E6DFC8.


Background Color

.myBgColor { background-color: #E6DFC8; }

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

This div background color is #E6DFC8.


Border color

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

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

This div border color is #E6DFC8.


Opacity

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

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

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

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

This text has shadow with #E6DFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFC8 on black background.


Color preview on white background

This text has color #E6DFC8 on white background.



Black color preview on #E6DFC8 background

This text has black color on #E6DFC8 background.


White color preview on #E6DFC8 background

This text has white color on #E6DFC8 background.