COLOR #E6F0EB

HEX: #E6F0EB
RGB: (230,240,235)

Color info

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

RGB color model

#E6F0EB color RGB value is (230,240,235).

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

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 235 of 255 = 92%

230
240
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 235 = 705 (100%)
R 230 of 705 ~ 32.62%
G 240 of 705 ~ 34.04%
B 235 of 705 ~ 33.33%

%32.62
%34.04
%33.33

CMYK color model

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

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(4,0,2,6)
C4M0Y2K6 
(4%,0%,2%,6%)
(0.04/0.00/0.02/0.06)	

CMYK percentages

%4.17
%0
%2.08
%5.88

Codes

Color #E6F0EB in popluar color models

E6F0EB
RGB230240235
HSL150°25.00%92.16%
HSB/HSV150°4.17%94.12%
CMYK4.17%0.00%2.08%
5.88%

Color #E6F0EB in popluar number systems.

HEXE6F0EB
Decimal230240235
Binary111001101111000011101011
Octal346360353

Shades and tints

Shades of #E6F0EB

#E6F0EB
(230,240,235)
#D2DBD6
(210,219,214)
#BEC6C1
(190,198,193)
#AAB1AC
(170,177,172)
#969C97
(150,156,151)
#828782
(130,135,130)
#6E726D
(110,114,109)
#5A5D58
(90,93,88)
#464843
(70,72,67)
#32332E
(50,51,46)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6F0EB

#E6F0EB
(230,240,235)
#E8F1EC
(232,241,236)
#EAF2ED
(234,242,237)
#ECF3EE
(236,243,238)
#EEF4EF
(238,244,239)
#F0F5F0
(240,245,240)
#F2F6F1
(242,246,241)
#F4F7F2
(244,247,242)
#F6F8F3
(246,248,243)
#F8F9F4
(248,249,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F0EB; }

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

This text font color is #E6F0EB.


Background Color

.myBgColor { background-color: #E6F0EB; }

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

This div background color is #E6F0EB.


Border color

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

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

This div border color is #E6F0EB.


Opacity

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

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

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

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

This text has shadow with #E6F0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0EB on black background.


Color preview on white background

This text has color #E6F0EB on white background.



Black color preview on #E6F0EB background

This text has black color on #E6F0EB background.


White color preview on #E6F0EB background

This text has white color on #E6F0EB background.