COLOR #E6CFDB

HEX: #E6CFDB
RGB: (230,207,219)

Color info

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

RGB color model

#E6CFDB color RGB value is (230,207,219).

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

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 219 of 255 = 86%

230
207
219

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

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 219 = 656 (100%)
R 230 of 656 ~ 35.06%
G 207 of 656 ~ 31.55%
B 219 of 656 ~ 33.38%

%35.06
%31.55
%33.38

CMYK color model

#E6CFDB color CMYK value is (0,10,5,10).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK:
(0,10,5,10)
C0M10Y5K10 
(0%,10%,5%,10%)
(0.00/0.10/0.05/0.10)	

CMYK percentages

%0
%10
%4.78
%9.8

Codes

Color #E6CFDB in popluar color models

E6CFDB
RGB230207219
HSL329°31.51%85.69%
HSB/HSV329°10.00%90.20%
CMYK0.00%10.00%4.78%
9.80%

Color #E6CFDB in popluar number systems.

HEXE6CFDB
Decimal230207219
Binary111001101100111111011011
Octal346317333

Shades and tints

Shades of #E6CFDB

#E6CFDB
(230,207,219)
#D2BDC8
(210,189,200)
#BEABB5
(190,171,181)
#AA99A2
(170,153,162)
#96878F
(150,135,143)
#82757C
(130,117,124)
#6E6369
(110,99,105)
#5A5156
(90,81,86)
#463F43
(70,63,67)
#322D30
(50,45,48)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #E6CFDB

#E6CFDB
(230,207,219)
#E8D3DE
(232,211,222)
#EAD7E1
(234,215,225)
#ECDBE4
(236,219,228)
#EEDFE7
(238,223,231)
#F0E3EA
(240,227,234)
#F2E7ED
(242,231,237)
#F4EBF0
(244,235,240)
#F6EFF3
(246,239,243)
#F8F3F6
(248,243,246)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CFDB; }

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

This text font color is #E6CFDB.


Background Color

.myBgColor { background-color: #E6CFDB; }

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

This div background color is #E6CFDB.


Border color

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

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

This div border color is #E6CFDB.


Opacity

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

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

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

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

This text has shadow with #E6CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CFDB on black background.


Color preview on white background

This text has color #E6CFDB on white background.



Black color preview on #E6CFDB background

This text has black color on #E6CFDB background.


White color preview on #E6CFDB background

This text has white color on #E6CFDB background.