COLOR #E1EBEF

HEX: #E1EBEF RGB: (225,235,239)

Color info

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

RGB color model

#E1EBEF color RGB value is (225,235,239).

RGB: (225,235,239) (88%, 92%, 94%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 239 of 255 = 94%

225
235
239

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

Portions of RGB colors in percentages

R + G + B = 225 + 235 + 239 = 699 (100%)
R 225 of 699 ~ 32.19%
G 235 of 699 ~ 33.62%
B 239 of 699 ~ 34.19'%

%32.19
%33.62
%34.19

CMYK color model

#E1EBEF color CMYK value is (6,2,0,6).

  • cyan value is 5.86%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (6,2,0,6) C6M2Y0K6 (6%,2%,0%,6%) (0.06/0.02/0.00/0.06) 

CMYK percentages

%5.86
%1.67
%0
%6.27

Codes

Color #E1EBEF in popluar color models

E1 EB EF
RGB 225 235 239
HSL 197° 30.43% 90.98%
HSB/HSV 197° 5.86% 93.73%
CMYK 5.86% 1.67% 0.00%
6.27%

Color #E1EBEF in popluar number systems.

HEX E1 EB EF
Decimal 225 235 239
Binary 11100001 11101011 11101111
Octal 341 353 357

Shades and tints

Shades of #E1EBEF

#E1EBEF
(225,235,239)
#CDD6DA
(205,214,218)
#B9C1C5
(185,193,197)
#A5ACB0
(165,172,176)
#91979B
(145,151,155)
#7D8286
(125,130,134)
#696D71
(105,109,113)
#55585C
(85,88,92)
#414347
(65,67,71)
#2D2E32
(45,46,50)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #E1EBEF

#E1EBEF
(225,235,239)
#E3ECF0
(227,236,240)
#E5EDF1
(229,237,241)
#E7EEF2
(231,238,242)
#E9EFF3
(233,239,243)
#EBF0F4
(235,240,244)
#EDF1F5
(237,241,245)
#EFF2F6
(239,242,246)
#F1F3F7
(241,243,247)
#F3F4F8
(243,244,248)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBEF; }

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

This text font color is #E1EBEF.

Background Color

.myBgColor { background-color: #E1EBEF; }

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

This div background color is #E1EBEF.

Border color

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

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

This div border color is #E1EBEF.

Opacity

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

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

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

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

This text has shadow with #E1EBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EBEF.

Preview

Color preview on black background

This text has color #E1EBEF on black background.


Color preview on white background

This text has color #E1EBEF on white background.


Black color preview on #E1EBEF background

This text has black color on #E1EBEF background.


White color preview on #E1EBEF background

This text has white color on #E1EBEF background.


Related colors

Complementary color

Complementary color for #hex is #1E1410.


I love getcolorcode.com

Triadic colors

1 #EFE1EB and #EBEFE1 with #E1EBEF are triadic colors.

2 #EFEBE1 and #EBE1EF with #E1EBEF are triadic colors.