COLOR #E5E2EB

HEX: #E5E2EB RGB: (229,226,235)

Color info

#E5E2EB contains red, green and blue colors in about the same proportion. Web safe color of #E5E2EB is #CCCCFF (or #CCF).

RGB color model

#E5E2EB color RGB value is (229,226,235).

RGB: (229,226,235) (90%, 89%, 92%)

RGB channels and saturation

R 229 of 255 = 90%
G 226 of 255 = 89%
B 235 of 255 = 92%

229
226
235

R + G + B ~ 90%. #E5E2EB is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 226 + 235 = 690 (100%)
R 229 of 690 ~ 33.19%
G 226 of 690 ~ 32.75%
B 235 of 690 ~ 34.06'%

%33.19
%32.75
%34.06

CMYK color model

#E5E2EB color CMYK value is (3,4,0,8).

  • cyan value is 2.55%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,4,0,8)
C3M4Y0K8 (3%, 4%, 0%, 8%)
(0.03 / 0.04 / 0.00 / 0.08)

CMYK percentages

%2.55
%3.83
%0
%7.84

Codes

Color #E5E2EB in popluar color models

E5 E2 EB
RGB 229 226 235
HSL 260° 18.37% 90.39%
HSB/HSV 260° 3.83% 92.16%
CMYK 2.55% 3.83% 0.00%
7.84%

Color #E5E2EB in popluar number systems.

HEX E5 E2 EB
Decimal 229 226 235
Binary 11100101 11100010 11101011
Octal 345 342 353

Shades and tints

Shades of #E5E2EB

#E5E2EB
(229,226,235)
#D1CED6
(209,206,214)
#BDBAC1
(189,186,193)
#A9A6AC
(169,166,172)
#959297
(149,146,151)
#817E82
(129,126,130)
#6D6A6D
(109,106,109)
#595658
(89,86,88)
#454243
(69,66,67)
#312E2E
(49,46,46)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5E2EB

#E5E2EB
(229,226,235)
#E7E4EC
(231,228,236)
#E9E6ED
(233,230,237)
#EBE8EE
(235,232,238)
#EDEAEF
(237,234,239)
#EFECF0
(239,236,240)
#F1EEF1
(241,238,241)
#F3F0F2
(243,240,242)
#F5F2F3
(245,242,243)
#F7F4F4
(247,244,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E2EB color. Also use rgb(229,226,235) instead hex code.

Text Font Color

.myTextColor { color: #E5E2EB; }

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

This text font color is #E5E2EB.

Background Color

.myBgColor { background-color: #E5E2EB; }

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

This div background color is #E5E2EB.

Border color

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

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

This div border color is #E5E2EB.

Opacity

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

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

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

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

This text has shadow with #E5E2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E2EB.

Preview

Color preview on black background

This text has color #E5E2EB on black background.


Color preview on white background

This text has color #E5E2EB on white background.


Black color preview on #E5E2EB background

This text has black color on #E5E2EB background.


White color preview on #E5E2EB background

This text has white color on #E5E2EB background.


Related colors

Complementary color

Complementary color for #hex is #1A1D14.


I love getcolorcode.com

Triadic colors

1 #EBE5E2 and #E2EBE5 with #E5E2EB are triadic colors.

2 #EBE2E5 and #E2E5EB with #E5E2EB are triadic colors.