COLOR #E6DFC4

HEX: #E6DFC4 RGB: (230,223,196)

Color info

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

RGB color model

#E6DFC4 color RGB value is (230,223,196).

RGB: (230,223,196) (90%, 87%, 77%)

RGB channels and saturation

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

230
223
196

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

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 196 = 649 (100%)
R 230 of 649 ~ 35.44%
G 223 of 649 ~ 34.36%
B 196 of 649 ~ 30.2'%

%35.44
%34.36
%30.2

CMYK color model

#E6DFC4 color CMYK value is (0,3,15,10).

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 14.78%
  • key color value is 9.80%

CMYK: (0,3,15,10)
C0M3Y15K10 (0%, 3%, 15%, 10%)
(0.00 / 0.03 / 0.15 / 0.10)

CMYK percentages

%0
%3.04
%14.78
%9.8

Codes

Color #E6DFC4 in popluar color models

E6 DF C4
RGB 230 223 196
HSL 48° 40.48% 83.53%
HSB/HSV 48° 14.78% 90.20%
CMYK 0.00% 3.04% 14.78%
9.80%

Color #E6DFC4 in popluar number systems.

HEX E6 DF C4
Decimal 230 223 196
Binary 11100110 11011111 11000100
Octal 346 337 304

Shades and tints

Shades of #E6DFC4

#E6DFC4
(230,223,196)
#D2CBB3
(210,203,179)
#BEB7A2
(190,183,162)
#AAA391
(170,163,145)
#968F80
(150,143,128)
#827B6F
(130,123,111)
#6E675E
(110,103,94)
#5A534D
(90,83,77)
#463F3C
(70,63,60)
#322B2B
(50,43,43)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6DFC4

#E6DFC4
(230,223,196)
#E8E1C9
(232,225,201)
#EAE3CE
(234,227,206)
#ECE5D3
(236,229,211)
#EEE7D8
(238,231,216)
#F0E9DD
(240,233,221)
#F2EBE2
(242,235,226)
#F4EDE7
(244,237,231)
#F6EFEC
(246,239,236)
#F8F1F1
(248,241,241)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFC4; }

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

This text font color is #E6DFC4.

Background Color

.myBgColor { background-color: #E6DFC4; }

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

This div background color is #E6DFC4.

Border color

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

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

This div border color is #E6DFC4.

Opacity

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

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

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

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

This text has shadow with #E6DFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFC4.

Preview

Color preview on black background

This text has color #E6DFC4 on black background.


Color preview on white background

This text has color #E6DFC4 on white background.


Black color preview on #E6DFC4 background

This text has black color on #E6DFC4 background.


White color preview on #E6DFC4 background

This text has white color on #E6DFC4 background.


Related colors

Complementary color

Complementary color for #hex is #19203B.


I love getcolorcode.com

Triadic colors

1 #C4E6DF and #DFC4E6 with #E6DFC4 are triadic colors.

2 #C4DFE6 and #DFE6C4 with #E6DFC4 are triadic colors.