COLOR #E6EBF4

HEX: #E6EBF4 RGB: (230,235,244)

Color info

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

RGB color model

#E6EBF4 color RGB value is (230,235,244).

RGB: (230,235,244) (90%, 92%, 96%)

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 244 of 255 = 96%

230
235
244

R + G + B ~ 93%. #E6EBF4 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 235 + 244 = 709 (100%)
R 230 of 709 ~ 32.44%
G 235 of 709 ~ 33.15%
B 244 of 709 ~ 34.41'%

%32.44
%33.15
%34.41

CMYK color model

#E6EBF4 color CMYK value is (6,4,0,4).

  • cyan value is 5.74%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (6,4,0,4)
C6M4Y0K4 (6%, 4%, 0%, 4%)
(0.06 / 0.04 / 0.00 / 0.04)

CMYK percentages

%5.74
%3.69
%0
%4.31

Codes

Color #E6EBF4 in popluar color models

E6 EB F4
RGB 230 235 244
HSL 219° 38.89% 92.94%
HSB/HSV 219° 5.74% 95.69%
CMYK 5.74% 3.69% 0.00%
4.31%

Color #E6EBF4 in popluar number systems.

HEX E6 EB F4
Decimal 230 235 244
Binary 11100110 11101011 11110100
Octal 346 353 364

Shades and tints

Shades of #E6EBF4

#E6EBF4
(230,235,244)
#D2D6DE
(210,214,222)
#BEC1C8
(190,193,200)
#AAACB2
(170,172,178)
#96979C
(150,151,156)
#828286
(130,130,134)
#6E6D70
(110,109,112)
#5A585A
(90,88,90)
#464344
(70,67,68)
#322E2E
(50,46,46)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #E6EBF4

#E6EBF4
(230,235,244)
#E8ECF5
(232,236,245)
#EAEDF6
(234,237,246)
#ECEEF7
(236,238,247)
#EEEFF8
(238,239,248)
#F0F0F9
(240,240,249)
#F2F1FA
(242,241,250)
#F4F2FB
(244,242,251)
#F6F3FC
(246,243,252)
#F8F4FD
(248,244,253)
#FAF5FE
(250,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EBF4 color. Also use rgb(230,235,244) instead hex code.

Text Font Color

.myTextColor { color: #E6EBF4; }

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

This text font color is #E6EBF4.

Background Color

.myBgColor { background-color: #E6EBF4; }

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

This div background color is #E6EBF4.

Border color

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

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

This div border color is #E6EBF4.

Opacity

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

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

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

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

This text has shadow with #E6EBF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EBF4.

Preview

Color preview on black background

This text has color #E6EBF4 on black background.


Color preview on white background

This text has color #E6EBF4 on white background.


Black color preview on #E6EBF4 background

This text has black color on #E6EBF4 background.


White color preview on #E6EBF4 background

This text has white color on #E6EBF4 background.


Related colors

Complementary color

Complementary color for #hex is #19140B.


I love getcolorcode.com

Triadic colors

1 #F4E6EB and #EBF4E6 with #E6EBF4 are triadic colors.

2 #F4EBE6 and #EBE6F4 with #E6EBF4 are triadic colors.