COLOR #E6CFDE

HEX: #E6CFDE
RGB: (230,207,222)

Color info

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

RGB color model

#E6CFDE color RGB value is (230,207,222).

  • red value is 230;
  • green value is 207;
  • blue value is 222.
RGB:
(230,207,222)
(90%,81%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 222 of 255 = 87%

230
207
222

R + G + B ~ 86%. #E6CFDE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 222 = 659 (100%)
R 230 of 659 ~ 34.9%
G 207 of 659 ~ 31.41%
B 222 of 659 ~ 33.69%

%34.9
%31.41
%33.69

CMYK color model

#E6CFDE color CMYK value is (0,10,3,10).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(0,10,3,10)
C0M10Y3K10 
(0%,10%,3%,10%)
(0.00/0.10/0.03/0.10)	

CMYK percentages

%0
%10
%3.48
%9.8

Codes

Color #E6CFDE in popluar color models

E6CFDE
RGB230207222
HSL321°31.51%85.69%
HSB/HSV321°10.00%90.20%
CMYK0.00%10.00%3.48%
9.80%

Color #E6CFDE in popluar number systems.

HEXE6CFDE
Decimal230207222
Binary111001101100111111011110
Octal346317336

Shades and tints

Shades of #E6CFDE

#E6CFDE
(230,207,222)
#D2BDCA
(210,189,202)
#BEABB6
(190,171,182)
#AA99A2
(170,153,162)
#96878E
(150,135,142)
#82757A
(130,117,122)
#6E6366
(110,99,102)
#5A5152
(90,81,82)
#463F3E
(70,63,62)
#322D2A
(50,45,42)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6CFDE

#E6CFDE
(230,207,222)
#E8D3E1
(232,211,225)
#EAD7E4
(234,215,228)
#ECDBE7
(236,219,231)
#EEDFEA
(238,223,234)
#F0E3ED
(240,227,237)
#F2E7F0
(242,231,240)
#F4EBF3
(244,235,243)
#F6EFF6
(246,239,246)
#F8F3F9
(248,243,249)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CFDE color. Also use rgb(230,207,222) instead hex code.

Text Font Color

.myTextColor { color: #E6CFDE; }

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

This text font color is #E6CFDE.


Background Color

.myBgColor { background-color: #E6CFDE; }

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

This div background color is #E6CFDE.


Border color

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

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

This div border color is #E6CFDE.


Opacity

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

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

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

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

This text has shadow with #E6CFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CFDE on black background.


Color preview on white background

This text has color #E6CFDE on white background.



Black color preview on #E6CFDE background

This text has black color on #E6CFDE background.


White color preview on #E6CFDE background

This text has white color on #E6CFDE background.