COLOR #E1CFDB

HEX: #E1CFDB
RGB: (225,207,219)

Color info

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

RGB color model

#E1CFDB color RGB value is (225,207,219).

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

RGB channels and saturation

R 225 of 255 = 88%
G 207 of 255 = 81%
B 219 of 255 = 86%

225
207
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 207 + 219 = 651 (100%)
R 225 of 651 ~ 34.56%
G 207 of 651 ~ 31.8%
B 219 of 651 ~ 33.64%

%34.56
%31.8
%33.64

CMYK color model

#E1CFDB color CMYK value is (0,8,3,12).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(0,8,3,12)
C0M8Y3K12 
(0%,8%,3%,12%)
(0.00/0.08/0.03/0.12)	

CMYK percentages

%0
%8
%2.67
%11.76

Codes

Color #E1CFDB in popluar color models

E1CFDB
RGB225207219
HSL320°23.08%84.71%
HSB/HSV320°8.00%88.24%
CMYK0.00%8.00%2.67%
11.76%

Color #E1CFDB in popluar number systems.

HEXE1CFDB
Decimal225207219
Binary111000011100111111011011
Octal341317333

Shades and tints

Shades of #E1CFDB

#E1CFDB
(225,207,219)
#CDBDC8
(205,189,200)
#B9ABB5
(185,171,181)
#A599A2
(165,153,162)
#91878F
(145,135,143)
#7D757C
(125,117,124)
#696369
(105,99,105)
#555156
(85,81,86)
#413F43
(65,63,67)
#2D2D30
(45,45,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #E1CFDB

#E1CFDB
(225,207,219)
#E3D3DE
(227,211,222)
#E5D7E1
(229,215,225)
#E7DBE4
(231,219,228)
#E9DFE7
(233,223,231)
#EBE3EA
(235,227,234)
#EDE7ED
(237,231,237)
#EFEBF0
(239,235,240)
#F1EFF3
(241,239,243)
#F3F3F6
(243,243,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CFDB; }

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

This text font color is #E1CFDB.


Background Color

.myBgColor { background-color: #E1CFDB; }

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

This div background color is #E1CFDB.


Border color

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

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

This div border color is #E1CFDB.


Opacity

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

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

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

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

This text has shadow with #E1CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CFDB on black background.


Color preview on white background

This text has color #E1CFDB on white background.



Black color preview on #E1CFDB background

This text has black color on #E1CFDB background.


White color preview on #E1CFDB background

This text has white color on #E1CFDB background.