COLOR #E6C4C0

HEX: #E6C4C0
RGB: (230,196,192)

Color info

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

RGB color model

#E6C4C0 color RGB value is (230,196,192).

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

RGB channels and saturation

R 230 of 255 = 90%
G 196 of 255 = 77%
B 192 of 255 = 75%

230
196
192

R + G + B ~ 81%. #E6C4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 196 + 192 = 618 (100%)
R 230 of 618 ~ 37.22%
G 196 of 618 ~ 31.72%
B 192 of 618 ~ 31.07%

%37.22
%31.72
%31.07

CMYK color model

#E6C4C0 color CMYK value is (0,15,17,10).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 16.52%
  • key color value is 9.80%
CMYK:
(0,15,17,10)
C0M15Y17K10 
(0%,15%,17%,10%)
(0.00/0.15/0.17/0.10)	

CMYK percentages

%0
%14.78
%16.52
%9.8

Codes

Color #E6C4C0 in popluar color models

E6C4C0
RGB230196192
HSL43.18%82.75%
HSB/HSV16.52%90.20%
CMYK0.00%14.78%16.52%
9.80%

Color #E6C4C0 in popluar number systems.

HEXE6C4C0
Decimal230196192
Binary111001101100010011000000
Octal346304300

Shades and tints

Shades of #E6C4C0

#E6C4C0
(230,196,192)
#D2B3AF
(210,179,175)
#BEA29E
(190,162,158)
#AA918D
(170,145,141)
#96807C
(150,128,124)
#826F6B
(130,111,107)
#6E5E5A
(110,94,90)
#5A4D49
(90,77,73)
#463C38
(70,60,56)
#322B27
(50,43,39)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #E6C4C0

#E6C4C0
(230,196,192)
#E8C9C5
(232,201,197)
#EACECA
(234,206,202)
#ECD3CF
(236,211,207)
#EED8D4
(238,216,212)
#F0DDD9
(240,221,217)
#F2E2DE
(242,226,222)
#F4E7E3
(244,231,227)
#F6ECE8
(246,236,232)
#F8F1ED
(248,241,237)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C4C0; }

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

This text font color is #E6C4C0.


Background Color

.myBgColor { background-color: #E6C4C0; }

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

This div background color is #E6C4C0.


Border color

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

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

This div border color is #E6C4C0.


Opacity

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

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

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

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

This text has shadow with #E6C4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C4C0 on black background.


Color preview on white background

This text has color #E6C4C0 on white background.



Black color preview on #E6C4C0 background

This text has black color on #E6C4C0 background.


White color preview on #E6C4C0 background

This text has white color on #E6C4C0 background.