COLOR #E6CFD8

HEX: #E6CFD8
RGB: (230,207,216)

Color info

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

RGB color model

#E6CFD8 color RGB value is (230,207,216).

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

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 216 of 255 = 85%

230
207
216

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

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 216 = 653 (100%)
R 230 of 653 ~ 35.22%
G 207 of 653 ~ 31.7%
B 216 of 653 ~ 33.08%

%35.22
%31.7
%33.08

CMYK color model

#E6CFD8 color CMYK value is (0,10,6,10).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK:
(0,10,6,10)
C0M10Y6K10 
(0%,10%,6%,10%)
(0.00/0.10/0.06/0.10)	

CMYK percentages

%0
%10
%6.09
%9.8

Codes

Color #E6CFD8 in popluar color models

E6CFD8
RGB230207216
HSL337°31.51%85.69%
HSB/HSV337°10.00%90.20%
CMYK0.00%10.00%6.09%
9.80%

Color #E6CFD8 in popluar number systems.

HEXE6CFD8
Decimal230207216
Binary111001101100111111011000
Octal346317330

Shades and tints

Shades of #E6CFD8

#E6CFD8
(230,207,216)
#D2BDC5
(210,189,197)
#BEABB2
(190,171,178)
#AA999F
(170,153,159)
#96878C
(150,135,140)
#827579
(130,117,121)
#6E6366
(110,99,102)
#5A5153
(90,81,83)
#463F40
(70,63,64)
#322D2D
(50,45,45)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #E6CFD8

#E6CFD8
(230,207,216)
#E8D3DB
(232,211,219)
#EAD7DE
(234,215,222)
#ECDBE1
(236,219,225)
#EEDFE4
(238,223,228)
#F0E3E7
(240,227,231)
#F2E7EA
(242,231,234)
#F4EBED
(244,235,237)
#F6EFF0
(246,239,240)
#F8F3F3
(248,243,243)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CFD8; }

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

This text font color is #E6CFD8.


Background Color

.myBgColor { background-color: #E6CFD8; }

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

This div background color is #E6CFD8.


Border color

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

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

This div border color is #E6CFD8.


Opacity

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

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

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

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

This text has shadow with #E6CFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CFD8 on black background.


Color preview on white background

This text has color #E6CFD8 on white background.



Black color preview on #E6CFD8 background

This text has black color on #E6CFD8 background.


White color preview on #E6CFD8 background

This text has white color on #E6CFD8 background.