COLOR #E9E5EF

HEX: #E9E5EF RGB: (233,229,239)

Color info

#E9E5EF contains red, green and blue colors in about the same proportion. Web safe color of #E9E5EF is #FFCCFF (or #FCF).

RGB color model

#E9E5EF color RGB value is (233,229,239).

RGB: (233,229,239) (91%, 90%, 94%)

RGB channels and saturation

R 233 of 255 = 91%
G 229 of 255 = 90%
B 239 of 255 = 94%

233
229
239

R + G + B ~ 92%. #E9E5EF is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 229 + 239 = 701 (100%)
R 233 of 701 ~ 33.24%
G 229 of 701 ~ 32.67%
B 239 of 701 ~ 34.09'%

%33.24
%32.67
%34.09

CMYK color model

#E9E5EF color CMYK value is (3,4,0,6).

  • cyan value is 2.51%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (3,4,0,6)
C3M4Y0K6 (3%, 4%, 0%, 6%)
(0.03 / 0.04 / 0.00 / 0.06)

CMYK percentages

%2.51
%4.18
%0
%6.27

Codes

Color #E9E5EF in popluar color models

E9 E5 EF
RGB 233 229 239
HSL 264° 23.81% 91.76%
HSB/HSV 264° 4.18% 93.73%
CMYK 2.51% 4.18% 0.00%
6.27%

Color #E9E5EF in popluar number systems.

HEX E9 E5 EF
Decimal 233 229 239
Binary 11101001 11100101 11101111
Octal 351 345 357

Shades and tints

Shades of #E9E5EF

#E9E5EF
(233,229,239)
#D4D1DA
(212,209,218)
#BFBDC5
(191,189,197)
#AAA9B0
(170,169,176)
#95959B
(149,149,155)
#808186
(128,129,134)
#6B6D71
(107,109,113)
#56595C
(86,89,92)
#414547
(65,69,71)
#2C3132
(44,49,50)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #E9E5EF

#E9E5EF
(233,229,239)
#EBE7F0
(235,231,240)
#EDE9F1
(237,233,241)
#EFEBF2
(239,235,242)
#F1EDF3
(241,237,243)
#F3EFF4
(243,239,244)
#F5F1F5
(245,241,245)
#F7F3F6
(247,243,246)
#F9F5F7
(249,245,247)
#FBF7F8
(251,247,248)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E5EF; }

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

This text font color is #E9E5EF.

Background Color

.myBgColor { background-color: #E9E5EF; }

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

This div background color is #E9E5EF.

Border color

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

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

This div border color is #E9E5EF.

Opacity

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

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

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

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

This text has shadow with #E9E5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E5EF.

Preview

Color preview on black background

This text has color #E9E5EF on black background.


Color preview on white background

This text has color #E9E5EF on white background.


Black color preview on #E9E5EF background

This text has black color on #E9E5EF background.


White color preview on #E9E5EF background

This text has white color on #E9E5EF background.


Related colors

Complementary color

Complementary color for #hex is #161A10.


I love getcolorcode.com

Triadic colors

1 #EFE9E5 and #E5EFE9 with #E9E5EF are triadic colors.

2 #EFE5E9 and #E5E9EF with #E9E5EF are triadic colors.