COLOR #E6DFC7

HEX: #E6DFC7
RGB: (230,223,199)

Color info

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

RGB color model

#E6DFC7 color RGB value is (230,223,199).

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

RGB channels and saturation

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

230
223
199

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

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 199 = 652 (100%)
R 230 of 652 ~ 35.28%
G 223 of 652 ~ 34.2%
B 199 of 652 ~ 30.52%

%35.28
%34.2
%30.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 13.48%
  • 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.48
%9.8

Codes

Color #E6DFC7 in popluar color models

E6DFC7
RGB230223199
HSL46°38.27%84.12%
HSB/HSV46°13.48%90.20%
CMYK0.00%3.04%13.48%
9.80%

Color #E6DFC7 in popluar number systems.

HEXE6DFC7
Decimal230223199
Binary111001101101111111000111
Octal346337307

Shades and tints

Shades of #E6DFC7

#E6DFC7
(230,223,199)
#D2CBB5
(210,203,181)
#BEB7A3
(190,183,163)
#AAA391
(170,163,145)
#968F7F
(150,143,127)
#827B6D
(130,123,109)
#6E675B
(110,103,91)
#5A5349
(90,83,73)
#463F37
(70,63,55)
#322B25
(50,43,37)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #E6DFC7

#E6DFC7
(230,223,199)
#E8E1CC
(232,225,204)
#EAE3D1
(234,227,209)
#ECE5D6
(236,229,214)
#EEE7DB
(238,231,219)
#F0E9E0
(240,233,224)
#F2EBE5
(242,235,229)
#F4EDEA
(244,237,234)
#F6EFEF
(246,239,239)
#F8F1F4
(248,241,244)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFC7; }

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

This text font color is #E6DFC7.


Background Color

.myBgColor { background-color: #E6DFC7; }

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

This div background color is #E6DFC7.


Border color

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

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

This div border color is #E6DFC7.


Opacity

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

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

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

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

This text has shadow with #E6DFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFC7 on black background.


Color preview on white background

This text has color #E6DFC7 on white background.



Black color preview on #E6DFC7 background

This text has black color on #E6DFC7 background.


White color preview on #E6DFC7 background

This text has white color on #E6DFC7 background.