COLOR #E9E2EC

HEX: #E9E2EC RGB: (233,226,236)

Color info

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

RGB color model

#E9E2EC color RGB value is (233,226,236).

RGB: (233,226,236) (91%, 89%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 226 of 255 = 89%
B 236 of 255 = 93%

233
226
236

R + G + B ~ 91%. #E9E2EC is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 226 + 236 = 695 (100%)
R 233 of 695 ~ 33.53%
G 226 of 695 ~ 32.52%
B 236 of 695 ~ 33.96'%

%33.53
%32.52
%33.96

CMYK color model

#E9E2EC color CMYK value is (1,4,0,7).

  • cyan value is 1.27%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (1,4,0,7) C1M4Y0K7 (1%,4%,0%,7%) (0.01/0.04/0.00/0.07) 

CMYK percentages

%1.27
%4.24
%0
%7.45

Codes

Color #E9E2EC in popluar color models

E9 E2 EC
RGB 233 226 236
HSL 282° 20.83% 90.59%
HSB/HSV 282° 4.24% 92.55%
CMYK 1.27% 4.24% 0.00%
7.45%

Color #E9E2EC in popluar number systems.

HEX E9 E2 EC
Decimal 233 226 236
Binary 11101001 11100010 11101100
Octal 351 342 354

Shades and tints

Shades of #E9E2EC

#E9E2EC
(233,226,236)
#D4CED7
(212,206,215)
#BFBAC2
(191,186,194)
#AAA6AD
(170,166,173)
#959298
(149,146,152)
#807E83
(128,126,131)
#6B6A6E
(107,106,110)
#565659
(86,86,89)
#414244
(65,66,68)
#2C2E2F
(44,46,47)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #E9E2EC

#E9E2EC
(233,226,236)
#EBE4ED
(235,228,237)
#EDE6EE
(237,230,238)
#EFE8EF
(239,232,239)
#F1EAF0
(241,234,240)
#F3ECF1
(243,236,241)
#F5EEF2
(245,238,242)
#F7F0F3
(247,240,243)
#F9F2F4
(249,242,244)
#FBF4F5
(251,244,245)
#FDF6F6
(253,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E2EC color. Also use rgb(233,226,236) instead hex code.

Text Font Color

.myTextColor { color: #E9E2EC; }

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

This text font color is #E9E2EC.

Background Color

.myBgColor { background-color: #E9E2EC; }

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

This div background color is #E9E2EC.

Border color

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

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

This div border color is #E9E2EC.

Opacity

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

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

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

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

This text has shadow with #E9E2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E2EC.

Preview

Color preview on black background

This text has color #E9E2EC on black background.


Color preview on white background

This text has color #E9E2EC on white background.


Black color preview on #E9E2EC background

This text has black color on #E9E2EC background.


White color preview on #E9E2EC background

This text has white color on #E9E2EC background.


Related colors

Complementary color

Complementary color for #hex is #161D13.


I love getcolorcode.com

Triadic colors

1 #ECE9E2 and #E2ECE9 with #E9E2EC are triadic colors.

2 #ECE2E9 and #E2E9EC with #E9E2EC are triadic colors.