COLOR #E6F3EB

HEX: #E6F3EB
RGB: (230,243,235)

Color info

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

RGB color model

#E6F3EB color RGB value is (230,243,235).

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

RGB channels and saturation

R 230 of 255 = 90%
G 243 of 255 = 95%
B 235 of 255 = 92%

230
243
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 243 + 235 = 708 (100%)
R 230 of 708 ~ 32.49%
G 243 of 708 ~ 34.32%
B 235 of 708 ~ 33.19%

%32.49
%34.32
%33.19

CMYK color model

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

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 4.71%
CMYK:
(5,0,3,5)
C5M0Y3K5 
(5%,0%,3%,5%)
(0.05/0.00/0.03/0.05)	

CMYK percentages

%5.35
%0
%3.29
%4.71

Codes

Color #E6F3EB in popluar color models

E6F3EB
RGB230243235
HSL143°35.14%92.75%
HSB/HSV143°5.35%95.29%
CMYK5.35%0.00%3.29%
4.71%

Color #E6F3EB in popluar number systems.

HEXE6F3EB
Decimal230243235
Binary111001101111001111101011
Octal346363353

Shades and tints

Shades of #E6F3EB

#E6F3EB
(230,243,235)
#D2DDD6
(210,221,214)
#BEC7C1
(190,199,193)
#AAB1AC
(170,177,172)
#969B97
(150,155,151)
#828582
(130,133,130)
#6E6F6D
(110,111,109)
#5A5958
(90,89,88)
#464343
(70,67,67)
#322D2E
(50,45,46)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6F3EB

#E6F3EB
(230,243,235)
#E8F4EC
(232,244,236)
#EAF5ED
(234,245,237)
#ECF6EE
(236,246,238)
#EEF7EF
(238,247,239)
#F0F8F0
(240,248,240)
#F2F9F1
(242,249,241)
#F4FAF2
(244,250,242)
#F6FBF3
(246,251,243)
#F8FCF4
(248,252,244)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F3EB; }

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

This text font color is #E6F3EB.


Background Color

.myBgColor { background-color: #E6F3EB; }

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

This div background color is #E6F3EB.


Border color

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

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

This div border color is #E6F3EB.


Opacity

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

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

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

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

This text has shadow with #E6F3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3EB on black background.


Color preview on white background

This text has color #E6F3EB on white background.



Black color preview on #E6F3EB background

This text has black color on #E6F3EB background.


White color preview on #E6F3EB background

This text has white color on #E6F3EB background.