COLOR #E6C7C8

HEX: #E6C7C8
RGB: (230,199,200)

Color info

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

RGB color model

#E6C7C8 color RGB value is (230,199,200).

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

RGB channels and saturation

R 230 of 255 = 90%
G 199 of 255 = 78%
B 200 of 255 = 78%

230
199
200

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

Portions of RGB colors in percentages

R + G + B =
230 + 199 + 200 = 629 (100%)
R 230 of 629 ~ 36.57%
G 199 of 629 ~ 31.64%
B 200 of 629 ~ 31.8%

%36.57
%31.64
%31.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 13.04%
  • key color value is 9.80%
CMYK:
(0,13,13,10)
C0M13Y13K10 
(0%,13%,13%,10%)
(0.00/0.13/0.13/0.10)	

CMYK percentages

%0
%13.48
%13.04
%9.8

Codes

Color #E6C7C8 in popluar color models

E6C7C8
RGB230199200
HSL358°38.27%84.12%
HSB/HSV358°13.48%90.20%
CMYK0.00%13.48%13.04%
9.80%

Color #E6C7C8 in popluar number systems.

HEXE6C7C8
Decimal230199200
Binary111001101100011111001000
Octal346307310

Shades and tints

Shades of #E6C7C8

#E6C7C8
(230,199,200)
#D2B5B6
(210,181,182)
#BEA3A4
(190,163,164)
#AA9192
(170,145,146)
#967F80
(150,127,128)
#826D6E
(130,109,110)
#6E5B5C
(110,91,92)
#5A494A
(90,73,74)
#463738
(70,55,56)
#322526
(50,37,38)
#1E1314
(30,19,20)
#000000
(0,0,0)

Tints of #E6C7C8

#E6C7C8
(230,199,200)
#E8CCCD
(232,204,205)
#EAD1D2
(234,209,210)
#ECD6D7
(236,214,215)
#EEDBDC
(238,219,220)
#F0E0E1
(240,224,225)
#F2E5E6
(242,229,230)
#F4EAEB
(244,234,235)
#F6EFF0
(246,239,240)
#F8F4F5
(248,244,245)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C7C8; }

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

This text font color is #E6C7C8.


Background Color

.myBgColor { background-color: #E6C7C8; }

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

This div background color is #E6C7C8.


Border color

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

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

This div border color is #E6C7C8.


Opacity

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

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

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

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

This text has shadow with #E6C7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C7C8 on black background.


Color preview on white background

This text has color #E6C7C8 on white background.



Black color preview on #E6C7C8 background

This text has black color on #E6C7C8 background.


White color preview on #E6C7C8 background

This text has white color on #E6C7C8 background.