COLOR #E9CFE5

HEX: #E9CFE5 RGB: (233,207,229)

Color info

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

RGB color model

#E9CFE5 color RGB value is (233,207,229).

RGB: (233,207,229) (91%, 81%, 90%)

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 229 of 255 = 90%

233
207
229

R + G + B ~ 87%. #E9CFE5 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 207 + 229 = 669 (100%)
R 233 of 669 ~ 34.83%
G 207 of 669 ~ 30.94%
B 229 of 669 ~ 34.23'%

%34.83
%30.94
%34.23

CMYK color model

#E9CFE5 color CMYK value is (0,11,2,9).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 1.72%
  • key color value is 8.63%

CMYK: (0,11,2,9)
C0M11Y2K9 (0%, 11%, 2%, 9%)
(0.00 / 0.11 / 0.02 / 0.09)

CMYK percentages

%0
%11.16
%1.72
%8.63

Codes

Color #E9CFE5 in popluar color models

E9 CF E5
RGB 233 207 229
HSL 309° 37.14% 86.27%
HSB/HSV 309° 11.16% 91.37%
CMYK 0.00% 11.16% 1.72%
8.63%

Color #E9CFE5 in popluar number systems.

HEX E9 CF E5
Decimal 233 207 229
Binary 11101001 11001111 11100101
Octal 351 317 345

Shades and tints

Shades of #E9CFE5

#E9CFE5
(233,207,229)
#D4BDD1
(212,189,209)
#BFABBD
(191,171,189)
#AA99A9
(170,153,169)
#958795
(149,135,149)
#807581
(128,117,129)
#6B636D
(107,99,109)
#565159
(86,81,89)
#413F45
(65,63,69)
#2C2D31
(44,45,49)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #E9CFE5

#E9CFE5
(233,207,229)
#EBD3E7
(235,211,231)
#EDD7E9
(237,215,233)
#EFDBEB
(239,219,235)
#F1DFED
(241,223,237)
#F3E3EF
(243,227,239)
#F5E7F1
(245,231,241)
#F7EBF3
(247,235,243)
#F9EFF5
(249,239,245)
#FBF3F7
(251,243,247)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CFE5 color. Also use rgb(233,207,229) instead hex code.

Text Font Color

.myTextColor { color: #E9CFE5; }

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

This text font color is #E9CFE5.

Background Color

.myBgColor { background-color: #E9CFE5; }

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

This div background color is #E9CFE5.

Border color

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

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

This div border color is #E9CFE5.

Opacity

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

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

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

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

This text has shadow with #E9CFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CFE5.

Preview

Color preview on black background

This text has color #E9CFE5 on black background.


Color preview on white background

This text has color #E9CFE5 on white background.


Black color preview on #E9CFE5 background

This text has black color on #E9CFE5 background.


White color preview on #E9CFE5 background

This text has white color on #E9CFE5 background.


Related colors

Complementary color

Complementary color for #hex is #16301A.


I love getcolorcode.com

Triadic colors

1 #E5E9CF and #CFE5E9 with #E9CFE5 are triadic colors.

2 #E5CFE9 and #CFE9E5 with #E9CFE5 are triadic colors.