COLOR #E4EBF2

HEX: #E4EBF2 RGB: (228,235,242)

Color info

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

RGB color model

#E4EBF2 color RGB value is (228,235,242).

RGB: (228,235,242) (89%, 92%, 95%)

RGB channels and saturation

R 228 of 255 = 89%
G 235 of 255 = 92%
B 242 of 255 = 95%

228
235
242

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

Portions of RGB colors in percentages

R + G + B = 228 + 235 + 242 = 705 (100%)
R 228 of 705 ~ 32.34%
G 235 of 705 ~ 33.33%
B 242 of 705 ~ 34.33'%

%32.34
%33.33
%34.33

CMYK color model

#E4EBF2 color CMYK value is (6,3,0,5).

  • cyan value is 5.79%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (6,3,0,5)
C6M3Y0K5 (6%, 3%, 0%, 5%)
(0.06 / 0.03 / 0.00 / 0.05)

CMYK percentages

%5.79
%2.89
%0
%5.1

Codes

Color #E4EBF2 in popluar color models

E4 EB F2
RGB 228 235 242
HSL 210° 35.00% 92.16%
HSB/HSV 210° 5.79% 94.90%
CMYK 5.79% 2.89% 0.00%
5.10%

Color #E4EBF2 in popluar number systems.

HEX E4 EB F2
Decimal 228 235 242
Binary 11100100 11101011 11110010
Octal 344 353 362

Shades and tints

Shades of #E4EBF2

#E4EBF2
(228,235,242)
#D0D6DC
(208,214,220)
#BCC1C6
(188,193,198)
#A8ACB0
(168,172,176)
#94979A
(148,151,154)
#808284
(128,130,132)
#6C6D6E
(108,109,110)
#585858
(88,88,88)
#444342
(68,67,66)
#302E2C
(48,46,44)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #E4EBF2

#E4EBF2
(228,235,242)
#E6ECF3
(230,236,243)
#E8EDF4
(232,237,244)
#EAEEF5
(234,238,245)
#ECEFF6
(236,239,246)
#EEF0F7
(238,240,247)
#F0F1F8
(240,241,248)
#F2F2F9
(242,242,249)
#F4F3FA
(244,243,250)
#F6F4FB
(246,244,251)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EBF2 color. Also use rgb(228,235,242) instead hex code.

Text Font Color

.myTextColor { color: #E4EBF2; }

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

This text font color is #E4EBF2.

Background Color

.myBgColor { background-color: #E4EBF2; }

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

This div background color is #E4EBF2.

Border color

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

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

This div border color is #E4EBF2.

Opacity

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

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

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

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

This text has shadow with #E4EBF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EBF2.

Preview

Color preview on black background

This text has color #E4EBF2 on black background.


Color preview on white background

This text has color #E4EBF2 on white background.


Black color preview on #E4EBF2 background

This text has black color on #E4EBF2 background.


White color preview on #E4EBF2 background

This text has white color on #E4EBF2 background.


Related colors

Complementary color

Complementary color for #hex is #1B140D.


I love getcolorcode.com

Triadic colors

1 #F2E4EB and #EBF2E4 with #E4EBF2 are triadic colors.

2 #F2EBE4 and #EBE4F2 with #E4EBF2 are triadic colors.