COLOR #E6CDC2

HEX: #E6CDC2
RGB: (230,205,194)

Color info

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

RGB color model

#E6CDC2 color RGB value is (230,205,194).

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

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 194 of 255 = 76%

230
205
194

R + G + B ~ 82%. #E6CDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 205 + 194 = 629 (100%)
R 230 of 629 ~ 36.57%
G 205 of 629 ~ 32.59%
B 194 of 629 ~ 30.84%

%36.57
%32.59
%30.84

CMYK color model

#E6CDC2 color CMYK value is (0,11,16,10).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(0,11,16,10)
C0M11Y16K10 
(0%,11%,16%,10%)
(0.00/0.11/0.16/0.10)	

CMYK percentages

%0
%10.87
%15.65
%9.8

Codes

Color #E6CDC2 in popluar color models

E6CDC2
RGB230205194
HSL18°41.86%83.14%
HSB/HSV18°15.65%90.20%
CMYK0.00%10.87%15.65%
9.80%

Color #E6CDC2 in popluar number systems.

HEXE6CDC2
Decimal230205194
Binary111001101100110111000010
Octal346315302

Shades and tints

Shades of #E6CDC2

#E6CDC2
(230,205,194)
#D2BBB1
(210,187,177)
#BEA9A0
(190,169,160)
#AA978F
(170,151,143)
#96857E
(150,133,126)
#82736D
(130,115,109)
#6E615C
(110,97,92)
#5A4F4B
(90,79,75)
#463D3A
(70,61,58)
#322B29
(50,43,41)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #E6CDC2

#E6CDC2
(230,205,194)
#E8D1C7
(232,209,199)
#EAD5CC
(234,213,204)
#ECD9D1
(236,217,209)
#EEDDD6
(238,221,214)
#F0E1DB
(240,225,219)
#F2E5E0
(242,229,224)
#F4E9E5
(244,233,229)
#F6EDEA
(246,237,234)
#F8F1EF
(248,241,239)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CDC2; }

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

This text font color is #E6CDC2.


Background Color

.myBgColor { background-color: #E6CDC2; }

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

This div background color is #E6CDC2.


Border color

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

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

This div border color is #E6CDC2.


Opacity

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

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

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

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

This text has shadow with #E6CDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CDC2 on black background.


Color preview on white background

This text has color #E6CDC2 on white background.



Black color preview on #E6CDC2 background

This text has black color on #E6CDC2 background.


White color preview on #E6CDC2 background

This text has white color on #E6CDC2 background.