COLOR #E6C3C9

HEX: #E6C3C9
RGB: (230,195,201)

Color info

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

RGB color model

#E6C3C9 color RGB value is (230,195,201).

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

RGB channels and saturation

R 230 of 255 = 90%
G 195 of 255 = 76%
B 201 of 255 = 79%

230
195
201

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

Portions of RGB colors in percentages

R + G + B =
230 + 195 + 201 = 626 (100%)
R 230 of 626 ~ 36.74%
G 195 of 626 ~ 31.15%
B 201 of 626 ~ 32.11%

%36.74
%31.15
%32.11

CMYK color model

#E6C3C9 color CMYK value is (0,15,13,10).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(0,15,13,10)
C0M15Y13K10 
(0%,15%,13%,10%)
(0.00/0.15/0.13/0.10)	

CMYK percentages

%0
%15.22
%12.61
%9.8

Codes

Color #E6C3C9 in popluar color models

E6C3C9
RGB230195201
HSL350°41.18%83.33%
HSB/HSV350°15.22%90.20%
CMYK0.00%15.22%12.61%
9.80%

Color #E6C3C9 in popluar number systems.

HEXE6C3C9
Decimal230195201
Binary111001101100001111001001
Octal346303311

Shades and tints

Shades of #E6C3C9

#E6C3C9
(230,195,201)
#D2B2B7
(210,178,183)
#BEA1A5
(190,161,165)
#AA9093
(170,144,147)
#967F81
(150,127,129)
#826E6F
(130,110,111)
#6E5D5D
(110,93,93)
#5A4C4B
(90,76,75)
#463B39
(70,59,57)
#322A27
(50,42,39)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6C3C9

#E6C3C9
(230,195,201)
#E8C8CD
(232,200,205)
#EACDD1
(234,205,209)
#ECD2D5
(236,210,213)
#EED7D9
(238,215,217)
#F0DCDD
(240,220,221)
#F2E1E1
(242,225,225)
#F4E6E5
(244,230,229)
#F6EBE9
(246,235,233)
#F8F0ED
(248,240,237)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C3C9; }

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

This text font color is #E6C3C9.


Background Color

.myBgColor { background-color: #E6C3C9; }

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

This div background color is #E6C3C9.


Border color

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

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

This div border color is #E6C3C9.


Opacity

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

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

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

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

This text has shadow with #E6C3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C3C9 on black background.


Color preview on white background

This text has color #E6C3C9 on white background.



Black color preview on #E6C3C9 background

This text has black color on #E6C3C9 background.


White color preview on #E6C3C9 background

This text has white color on #E6C3C9 background.