COLOR #E6D2C2

HEX: #E6D2C2
RGB: (230,210,194)

Color info

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

RGB color model

#E6D2C2 color RGB value is (230,210,194).

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

RGB channels and saturation

R 230 of 255 = 90%
G 210 of 255 = 82%
B 194 of 255 = 76%

230
210
194

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

Portions of RGB colors in percentages

R + G + B =
230 + 210 + 194 = 634 (100%)
R 230 of 634 ~ 36.28%
G 210 of 634 ~ 33.12%
B 194 of 634 ~ 30.6%

%36.28
%33.12
%30.6

CMYK color model

#E6D2C2 color CMYK value is (0,9,16,10).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(0,9,16,10)
C0M9Y16K10 
(0%,9%,16%,10%)
(0.00/0.09/0.16/0.10)	

CMYK percentages

%0
%8.7
%15.65
%9.8

Codes

Color #E6D2C2 in popluar color models

E6D2C2
RGB230210194
HSL27°41.86%83.14%
HSB/HSV27°15.65%90.20%
CMYK0.00%8.70%15.65%
9.80%

Color #E6D2C2 in popluar number systems.

HEXE6D2C2
Decimal230210194
Binary111001101101001011000010
Octal346322302

Shades and tints

Shades of #E6D2C2

#E6D2C2
(230,210,194)
#D2BFB1
(210,191,177)
#BEACA0
(190,172,160)
#AA998F
(170,153,143)
#96867E
(150,134,126)
#82736D
(130,115,109)
#6E605C
(110,96,92)
#5A4D4B
(90,77,75)
#463A3A
(70,58,58)
#322729
(50,39,41)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6D2C2

#E6D2C2
(230,210,194)
#E8D6C7
(232,214,199)
#EADACC
(234,218,204)
#ECDED1
(236,222,209)
#EEE2D6
(238,226,214)
#F0E6DB
(240,230,219)
#F2EAE0
(242,234,224)
#F4EEE5
(244,238,229)
#F6F2EA
(246,242,234)
#F8F6EF
(248,246,239)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D2C2; }

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

This text font color is #E6D2C2.


Background Color

.myBgColor { background-color: #E6D2C2; }

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

This div background color is #E6D2C2.


Border color

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

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

This div border color is #E6D2C2.


Opacity

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

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

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

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

This text has shadow with #E6D2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D2C2 on black background.


Color preview on white background

This text has color #E6D2C2 on white background.



Black color preview on #E6D2C2 background

This text has black color on #E6D2C2 background.


White color preview on #E6D2C2 background

This text has white color on #E6D2C2 background.