COLOR #E6F0E7

HEX: #E6F0E7
RGB: (230,240,231)

Color info

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

RGB color model

#E6F0E7 color RGB value is (230,240,231).

  • red value is 230;
  • green value is 240;
  • blue value is 231.
RGB:
(230,240,231)
(90%,94%,91%)

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 231 of 255 = 91%

230
240
231

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

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 231 = 701 (100%)
R 230 of 701 ~ 32.81%
G 240 of 701 ~ 34.24%
B 231 of 701 ~ 32.95%

%32.81
%34.24
%32.95

CMYK color model

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

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK:
(4,0,4,6)
C4M0Y4K6 
(4%,0%,4%,6%)
(0.04/0.00/0.04/0.06)	

CMYK percentages

%4.17
%0
%3.75
%5.88

Codes

Color #E6F0E7 in popluar color models

E6F0E7
RGB230240231
HSL126°25.00%92.16%
HSB/HSV126°4.17%94.12%
CMYK4.17%0.00%3.75%
5.88%

Color #E6F0E7 in popluar number systems.

HEXE6F0E7
Decimal230240231
Binary111001101111000011100111
Octal346360347

Shades and tints

Shades of #E6F0E7

#E6F0E7
(230,240,231)
#D2DBD2
(210,219,210)
#BEC6BD
(190,198,189)
#AAB1A8
(170,177,168)
#969C93
(150,156,147)
#82877E
(130,135,126)
#6E7269
(110,114,105)
#5A5D54
(90,93,84)
#46483F
(70,72,63)
#32332A
(50,51,42)
#1E1E15
(30,30,21)
#000000
(0,0,0)

Tints of #E6F0E7

#E6F0E7
(230,240,231)
#E8F1E9
(232,241,233)
#EAF2EB
(234,242,235)
#ECF3ED
(236,243,237)
#EEF4EF
(238,244,239)
#F0F5F1
(240,245,241)
#F2F6F3
(242,246,243)
#F4F7F5
(244,247,245)
#F6F8F7
(246,248,247)
#F8F9F9
(248,249,249)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F0E7 color. Also use rgb(230,240,231) instead hex code.

Text Font Color

.myTextColor { color: #E6F0E7; }

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

This text font color is #E6F0E7.


Background Color

.myBgColor { background-color: #E6F0E7; }

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

This div background color is #E6F0E7.


Border color

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

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

This div border color is #E6F0E7.


Opacity

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

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

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

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

This text has shadow with #E6F0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0E7 on black background.


Color preview on white background

This text has color #E6F0E7 on white background.



Black color preview on #E6F0E7 background

This text has black color on #E6F0E7 background.


White color preview on #E6F0E7 background

This text has white color on #E6F0E7 background.