COLOR #E8CFDB

HEX: #E8CFDB
RGB: (232,207,219)

Color info

#E8CFDB contains red, green and blue colors in about the same proportion. Web safe color of #E8CFDB is #FFCCCC (or #FCC).

RGB color model

#E8CFDB color RGB value is (232,207,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 207 of 255 = 81%
B 219 of 255 = 86%

232
207
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 207 + 219 = 658 (100%)
R 232 of 658 ~ 35.26%
G 207 of 658 ~ 31.46%
B 219 of 658 ~ 33.28%

%35.26
%31.46
%33.28

CMYK color model

#E8CFDB color CMYK value is (0,11,6,9).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,11,6,9)
C0M11Y6K9 
(0%,11%,6%,9%)
(0.00/0.11/0.06/0.09)	

CMYK percentages

%0
%10.78
%5.6
%9.02

Codes

Color #E8CFDB in popluar color models

E8CFDB
RGB232207219
HSL331°35.21%86.08%
HSB/HSV331°10.78%90.98%
CMYK0.00%10.78%5.60%
9.02%

Color #E8CFDB in popluar number systems.

HEXE8CFDB
Decimal232207219
Binary111010001100111111011011
Octal350317333

Shades and tints

Shades of #E8CFDB

#E8CFDB
(232,207,219)
#D3BDC8
(211,189,200)
#BEABB5
(190,171,181)
#A999A2
(169,153,162)
#94878F
(148,135,143)
#7F757C
(127,117,124)
#6A6369
(106,99,105)
#555156
(85,81,86)
#403F43
(64,63,67)
#2B2D30
(43,45,48)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #E8CFDB

#E8CFDB
(232,207,219)
#EAD3DE
(234,211,222)
#ECD7E1
(236,215,225)
#EEDBE4
(238,219,228)
#F0DFE7
(240,223,231)
#F2E3EA
(242,227,234)
#F4E7ED
(244,231,237)
#F6EBF0
(246,235,240)
#F8EFF3
(248,239,243)
#FAF3F6
(250,243,246)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CFDB; }

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

This text font color is #E8CFDB.


Background Color

.myBgColor { background-color: #E8CFDB; }

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

This div background color is #E8CFDB.


Border color

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

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

This div border color is #E8CFDB.


Opacity

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

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

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

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

This text has shadow with #E8CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CFDB on black background.


Color preview on white background

This text has color #E8CFDB on white background.



Black color preview on #E8CFDB background

This text has black color on #E8CFDB background.


White color preview on #E8CFDB background

This text has white color on #E8CFDB background.