COLOR #E6CCD7

HEX: #E6CCD7
RGB: (230,204,215)

Color info

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

RGB color model

#E6CCD7 color RGB value is (230,204,215).

  • red value is 230;
  • green value is 204;
  • blue value is 215.
RGB:
(230,204,215)
(90%,80%,84%)

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 215 of 255 = 84%

230
204
215

R + G + B ~ 85%. #E6CCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 204 + 215 = 649 (100%)
R 230 of 649 ~ 35.44%
G 204 of 649 ~ 31.43%
B 215 of 649 ~ 33.13%

%35.44
%31.43
%33.13

CMYK color model

#E6CCD7 color CMYK value is (0,11,7,10).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(0,11,7,10)
C0M11Y7K10 
(0%,11%,7%,10%)
(0.00/0.11/0.07/0.10)	

CMYK percentages

%0
%11.3
%6.52
%9.8

Codes

Color #E6CCD7 in popluar color models

E6CCD7
RGB230204215
HSL335°34.21%85.10%
HSB/HSV335°11.30%90.20%
CMYK0.00%11.30%6.52%
9.80%

Color #E6CCD7 in popluar number systems.

HEXE6CCD7
Decimal230204215
Binary111001101100110011010111
Octal346314327

Shades and tints

Shades of #E6CCD7

#E6CCD7
(230,204,215)
#D2BAC4
(210,186,196)
#BEA8B1
(190,168,177)
#AA969E
(170,150,158)
#96848B
(150,132,139)
#827278
(130,114,120)
#6E6065
(110,96,101)
#5A4E52
(90,78,82)
#463C3F
(70,60,63)
#322A2C
(50,42,44)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6CCD7

#E6CCD7
(230,204,215)
#E8D0DA
(232,208,218)
#EAD4DD
(234,212,221)
#ECD8E0
(236,216,224)
#EEDCE3
(238,220,227)
#F0E0E6
(240,224,230)
#F2E4E9
(242,228,233)
#F4E8EC
(244,232,236)
#F6ECEF
(246,236,239)
#F8F0F2
(248,240,242)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CCD7 color. Also use rgb(230,204,215) instead hex code.

Text Font Color

.myTextColor { color: #E6CCD7; }

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

This text font color is #E6CCD7.


Background Color

.myBgColor { background-color: #E6CCD7; }

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

This div background color is #E6CCD7.


Border color

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

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

This div border color is #E6CCD7.


Opacity

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

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

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

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

This text has shadow with #E6CCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCD7 on black background.


Color preview on white background

This text has color #E6CCD7 on white background.



Black color preview on #E6CCD7 background

This text has black color on #E6CCD7 background.


White color preview on #E6CCD7 background

This text has white color on #E6CCD7 background.