COLOR #E6CDC9

HEX: #E6CDC9
RGB: (230,205,201)

Color info

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

RGB color model

#E6CDC9 color RGB value is (230,205,201).

  • red value is 230;
  • green value is 205;
  • blue value is 201.
RGB:
(230,205,201)
(90%,80%,79%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 201 of 255 = 79%

230
205
201

R + G + B ~ 83%. #E6CDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 205 + 201 = 636 (100%)
R 230 of 636 ~ 36.16%
G 205 of 636 ~ 32.23%
B 201 of 636 ~ 31.6%

%36.16
%32.23
%31.6

CMYK color model

#E6CDC9 color CMYK value is (0,11,13,10).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(0,11,13,10)
C0M11Y13K10 
(0%,11%,13%,10%)
(0.00/0.11/0.13/0.10)	

CMYK percentages

%0
%10.87
%12.61
%9.8

Codes

Color #E6CDC9 in popluar color models

E6CDC9
RGB230205201
HSL36.71%84.51%
HSB/HSV12.61%90.20%
CMYK0.00%10.87%12.61%
9.80%

Color #E6CDC9 in popluar number systems.

HEXE6CDC9
Decimal230205201
Binary111001101100110111001001
Octal346315311

Shades and tints

Shades of #E6CDC9

#E6CDC9
(230,205,201)
#D2BBB7
(210,187,183)
#BEA9A5
(190,169,165)
#AA9793
(170,151,147)
#968581
(150,133,129)
#82736F
(130,115,111)
#6E615D
(110,97,93)
#5A4F4B
(90,79,75)
#463D39
(70,61,57)
#322B27
(50,43,39)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6CDC9

#E6CDC9
(230,205,201)
#E8D1CD
(232,209,205)
#EAD5D1
(234,213,209)
#ECD9D5
(236,217,213)
#EEDDD9
(238,221,217)
#F0E1DD
(240,225,221)
#F2E5E1
(242,229,225)
#F4E9E5
(244,233,229)
#F6EDE9
(246,237,233)
#F8F1ED
(248,241,237)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CDC9 color. Also use rgb(230,205,201) instead hex code.

Text Font Color

.myTextColor { color: #E6CDC9; }

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

This text font color is #E6CDC9.


Background Color

.myBgColor { background-color: #E6CDC9; }

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

This div background color is #E6CDC9.


Border color

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

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

This div border color is #E6CDC9.


Opacity

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

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

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

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

This text has shadow with #E6CDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CDC9 on black background.


Color preview on white background

This text has color #E6CDC9 on white background.



Black color preview on #E6CDC9 background

This text has black color on #E6CDC9 background.


White color preview on #E6CDC9 background

This text has white color on #E6CDC9 background.