COLOR #E1EBE8

HEX: #E1EBE8 RGB: (225,235,232)

Color info

#E1EBE8 contains red, green and blue colors in about the same proportion. Web safe color of #E1EBE8 is #CCFFFF (or #CFF).

RGB color model

#E1EBE8 color RGB value is (225,235,232).

RGB: (225,235,232) (88%, 92%, 91%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 232 of 255 = 91%

225
235
232

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

Portions of RGB colors in percentages

R + G + B = 225 + 235 + 232 = 692 (100%)
R 225 of 692 ~ 32.51%
G 235 of 692 ~ 33.96%
B 232 of 692 ~ 33.53'%

%32.51
%33.96
%33.53

CMYK color model

#E1EBE8 color CMYK value is (4,0,1,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 7.84%

CMYK: (4,0,1,8)
C4M0Y1K8 (4%, 0%, 1%, 8%)
(0.04 / 0.00 / 0.01 / 0.08)

CMYK percentages

%4.26
%0
%1.28
%7.84

Codes

Color #E1EBE8 in popluar color models

E1 EB E8
RGB 225 235 232
HSL 162° 20.00% 90.20%
HSB/HSV 162° 4.26% 92.16%
CMYK 4.26% 0.00% 1.28%
7.84%

Color #E1EBE8 in popluar number systems.

HEX E1 EB E8
Decimal 225 235 232
Binary 11100001 11101011 11101000
Octal 341 353 350

Shades and tints

Shades of #E1EBE8

#E1EBE8
(225,235,232)
#CDD6D3
(205,214,211)
#B9C1BE
(185,193,190)
#A5ACA9
(165,172,169)
#919794
(145,151,148)
#7D827F
(125,130,127)
#696D6A
(105,109,106)
#555855
(85,88,85)
#414340
(65,67,64)
#2D2E2B
(45,46,43)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #E1EBE8

#E1EBE8
(225,235,232)
#E3ECEA
(227,236,234)
#E5EDEC
(229,237,236)
#E7EEEE
(231,238,238)
#E9EFF0
(233,239,240)
#EBF0F2
(235,240,242)
#EDF1F4
(237,241,244)
#EFF2F6
(239,242,246)
#F1F3F8
(241,243,248)
#F3F4FA
(243,244,250)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EBE8 color. Also use rgb(225,235,232) instead hex code.

Text Font Color

.myTextColor { color: #E1EBE8; }

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

This text font color is #E1EBE8.

Background Color

.myBgColor { background-color: #E1EBE8; }

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

This div background color is #E1EBE8.

Border color

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

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

This div border color is #E1EBE8.

Opacity

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

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

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

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

This text has shadow with #E1EBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EBE8.

Preview

Color preview on black background

This text has color #E1EBE8 on black background.


Color preview on white background

This text has color #E1EBE8 on white background.


Black color preview on #E1EBE8 background

This text has black color on #E1EBE8 background.


White color preview on #E1EBE8 background

This text has white color on #E1EBE8 background.


Related colors

Complementary color

Complementary color for #hex is #1E1417.


I love getcolorcode.com

Triadic colors

1 #E8E1EB and #EBE8E1 with #E1EBE8 are triadic colors.

2 #E8EBE1 and #EBE1E8 with #E1EBE8 are triadic colors.