COLOR #E6DFC2

HEX: #E6DFC2 RGB: (230,223,194)

Color info

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

RGB color model

#E6DFC2 color RGB value is (230,223,194).

RGB: (230,223,194) (90%, 87%, 76%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 194 of 255 = 76%

230
223
194

R + G + B ~ 84%. #E6DFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 194 = 647 (100%)
R 230 of 647 ~ 35.55%
G 223 of 647 ~ 34.47%
B 194 of 647 ~ 29.98'%

%35.55
%34.47
%29.98

CMYK color model

#E6DFC2 color CMYK value is (0,3,16,10).

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

CMYK: (0,3,16,10)
C0M3Y16K10 (0%, 3%, 16%, 10%)
(0.00 / 0.03 / 0.16 / 0.10)

CMYK percentages

%0
%3.04
%15.65
%9.8

Codes

Color #E6DFC2 in popluar color models

E6 DF C2
RGB 230 223 194
HSL 48° 41.86% 83.14%
HSB/HSV 48° 15.65% 90.20%
CMYK 0.00% 3.04% 15.65%
9.80%

Color #E6DFC2 in popluar number systems.

HEX E6 DF C2
Decimal 230 223 194
Binary 11100110 11011111 11000010
Octal 346 337 302

Shades and tints

Shades of #E6DFC2

#E6DFC2
(230,223,194)
#D2CBB1
(210,203,177)
#BEB7A0
(190,183,160)
#AAA38F
(170,163,143)
#968F7E
(150,143,126)
#827B6D
(130,123,109)
#6E675C
(110,103,92)
#5A534B
(90,83,75)
#463F3A
(70,63,58)
#322B29
(50,43,41)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6DFC2

#E6DFC2
(230,223,194)
#E8E1C7
(232,225,199)
#EAE3CC
(234,227,204)
#ECE5D1
(236,229,209)
#EEE7D6
(238,231,214)
#F0E9DB
(240,233,219)
#F2EBE0
(242,235,224)
#F4EDE5
(244,237,229)
#F6EFEA
(246,239,234)
#F8F1EF
(248,241,239)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFC2; }

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

This text font color is #E6DFC2.

Background Color

.myBgColor { background-color: #E6DFC2; }

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

This div background color is #E6DFC2.

Border color

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

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

This div border color is #E6DFC2.

Opacity

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

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

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

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

This text has shadow with #E6DFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFC2.

Preview

Color preview on black background

This text has color #E6DFC2 on black background.


Color preview on white background

This text has color #E6DFC2 on white background.


Black color preview on #E6DFC2 background

This text has black color on #E6DFC2 background.


White color preview on #E6DFC2 background

This text has white color on #E6DFC2 background.


Related colors

Complementary color

Complementary color for #hex is #19203D.


I love getcolorcode.com

Triadic colors

1 #C2E6DF and #DFC2E6 with #E6DFC2 are triadic colors.

2 #C2DFE6 and #DFE6C2 with #E6DFC2 are triadic colors.