COLOR #E6C1C7

HEX: #E6C1C7
RGB: (230,193,199)

Color info

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

RGB color model

#E6C1C7 color RGB value is (230,193,199).

  • red value is 230;
  • green value is 193;
  • blue value is 199.
RGB:
(230,193,199)
(90%,76%,78%)

RGB channels and saturation

R 230 of 255 = 90%
G 193 of 255 = 76%
B 199 of 255 = 78%

230
193
199

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

Portions of RGB colors in percentages

R + G + B =
230 + 193 + 199 = 622 (100%)
R 230 of 622 ~ 36.98%
G 193 of 622 ~ 31.03%
B 199 of 622 ~ 31.99%

%36.98
%31.03
%31.99

CMYK color model

#E6C1C7 color CMYK value is (0,16,13,10).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 13.48%
  • key color value is 9.80%
CMYK:
(0,16,13,10)
C0M16Y13K10 
(0%,16%,13%,10%)
(0.00/0.16/0.13/0.10)	

CMYK percentages

%0
%16.09
%13.48
%9.8

Codes

Color #E6C1C7 in popluar color models

E6C1C7
RGB230193199
HSL350°42.53%82.94%
HSB/HSV350°16.09%90.20%
CMYK0.00%16.09%13.48%
9.80%

Color #E6C1C7 in popluar number systems.

HEXE6C1C7
Decimal230193199
Binary111001101100000111000111
Octal346301307

Shades and tints

Shades of #E6C1C7

#E6C1C7
(230,193,199)
#D2B0B5
(210,176,181)
#BE9FA3
(190,159,163)
#AA8E91
(170,142,145)
#967D7F
(150,125,127)
#826C6D
(130,108,109)
#6E5B5B
(110,91,91)
#5A4A49
(90,74,73)
#463937
(70,57,55)
#322825
(50,40,37)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #E6C1C7

#E6C1C7
(230,193,199)
#E8C6CC
(232,198,204)
#EACBD1
(234,203,209)
#ECD0D6
(236,208,214)
#EED5DB
(238,213,219)
#F0DAE0
(240,218,224)
#F2DFE5
(242,223,229)
#F4E4EA
(244,228,234)
#F6E9EF
(246,233,239)
#F8EEF4
(248,238,244)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C1C7 color. Also use rgb(230,193,199) instead hex code.

Text Font Color

.myTextColor { color: #E6C1C7; }

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

This text font color is #E6C1C7.


Background Color

.myBgColor { background-color: #E6C1C7; }

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

This div background color is #E6C1C7.


Border color

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

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

This div border color is #E6C1C7.


Opacity

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

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

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

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

This text has shadow with #E6C1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C1C7 on black background.


Color preview on white background

This text has color #E6C1C7 on white background.



Black color preview on #E6C1C7 background

This text has black color on #E6C1C7 background.


White color preview on #E6C1C7 background

This text has white color on #E6C1C7 background.