COLOR #E6DFC5

HEX: #E6DFC5
RGB: (230,223,197)

Color info

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

RGB color model

#E6DFC5 color RGB value is (230,223,197).

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

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 197 of 255 = 77%

230
223
197

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

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 197 = 650 (100%)
R 230 of 650 ~ 35.38%
G 223 of 650 ~ 34.31%
B 197 of 650 ~ 30.31%

%35.38
%34.31
%30.31

CMYK color model

#E6DFC5 color CMYK value is (0,3,14,10).

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK:
(0,3,14,10)
C0M3Y14K10 
(0%,3%,14%,10%)
(0.00/0.03/0.14/0.10)	

CMYK percentages

%0
%3.04
%14.35
%9.8

Codes

Color #E6DFC5 in popluar color models

E6DFC5
RGB230223197
HSL47°39.76%83.73%
HSB/HSV47°14.35%90.20%
CMYK0.00%3.04%14.35%
9.80%

Color #E6DFC5 in popluar number systems.

HEXE6DFC5
Decimal230223197
Binary111001101101111111000101
Octal346337305

Shades and tints

Shades of #E6DFC5

#E6DFC5
(230,223,197)
#D2CBB4
(210,203,180)
#BEB7A3
(190,183,163)
#AAA392
(170,163,146)
#968F81
(150,143,129)
#827B70
(130,123,112)
#6E675F
(110,103,95)
#5A534E
(90,83,78)
#463F3D
(70,63,61)
#322B2C
(50,43,44)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #E6DFC5

#E6DFC5
(230,223,197)
#E8E1CA
(232,225,202)
#EAE3CF
(234,227,207)
#ECE5D4
(236,229,212)
#EEE7D9
(238,231,217)
#F0E9DE
(240,233,222)
#F2EBE3
(242,235,227)
#F4EDE8
(244,237,232)
#F6EFED
(246,239,237)
#F8F1F2
(248,241,242)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFC5; }

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

This text font color is #E6DFC5.


Background Color

.myBgColor { background-color: #E6DFC5; }

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

This div background color is #E6DFC5.


Border color

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

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

This div border color is #E6DFC5.


Opacity

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

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

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

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

This text has shadow with #E6DFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFC5 on black background.


Color preview on white background

This text has color #E6DFC5 on white background.



Black color preview on #E6DFC5 background

This text has black color on #E6DFC5 background.


White color preview on #E6DFC5 background

This text has white color on #E6DFC5 background.