COLOR #E6DDC4

HEX: #E6DDC4
RGB: (230,221,196)

Color info

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

RGB color model

#E6DDC4 color RGB value is (230,221,196).

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

RGB channels and saturation

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

230
221
196

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

Portions of RGB colors in percentages

R + G + B =
230 + 221 + 196 = 647 (100%)
R 230 of 647 ~ 35.55%
G 221 of 647 ~ 34.16%
B 196 of 647 ~ 30.29%

%35.55
%34.16
%30.29

CMYK color model

#E6DDC4 color CMYK value is (0,4,15,10).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 14.78%
  • key color value is 9.80%
CMYK:
(0,4,15,10)
C0M4Y15K10 
(0%,4%,15%,10%)
(0.00/0.04/0.15/0.10)	

CMYK percentages

%0
%3.91
%14.78
%9.8

Codes

Color #E6DDC4 in popluar color models

E6DDC4
RGB230221196
HSL44°40.48%83.53%
HSB/HSV44°14.78%90.20%
CMYK0.00%3.91%14.78%
9.80%

Color #E6DDC4 in popluar number systems.

HEXE6DDC4
Decimal230221196
Binary111001101101110111000100
Octal346335304

Shades and tints

Shades of #E6DDC4

#E6DDC4
(230,221,196)
#D2C9B3
(210,201,179)
#BEB5A2
(190,181,162)
#AAA191
(170,161,145)
#968D80
(150,141,128)
#82796F
(130,121,111)
#6E655E
(110,101,94)
#5A514D
(90,81,77)
#463D3C
(70,61,60)
#32292B
(50,41,43)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #E6DDC4

#E6DDC4
(230,221,196)
#E8E0C9
(232,224,201)
#EAE3CE
(234,227,206)
#ECE6D3
(236,230,211)
#EEE9D8
(238,233,216)
#F0ECDD
(240,236,221)
#F2EFE2
(242,239,226)
#F4F2E7
(244,242,231)
#F6F5EC
(246,245,236)
#F8F8F1
(248,248,241)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDC4; }

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

This text font color is #E6DDC4.


Background Color

.myBgColor { background-color: #E6DDC4; }

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

This div background color is #E6DDC4.


Border color

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

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

This div border color is #E6DDC4.


Opacity

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

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

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

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

This text has shadow with #E6DDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DDC4 on black background.


Color preview on white background

This text has color #E6DDC4 on white background.



Black color preview on #E6DDC4 background

This text has black color on #E6DDC4 background.


White color preview on #E6DDC4 background

This text has white color on #E6DDC4 background.