COLOR #E6F0BE

HEX: #E6F0BE
RGB: (230,240,190)

Color info

#E6F0BE contains red, green and blue colors in about the same proportion. Web safe color of #E6F0BE is #CCFFCC (or #CFC).

RGB color model

#E6F0BE color RGB value is (230,240,190).

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

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 190 of 255 = 75%

230
240
190

R + G + B ~ 86%. #E6F0BE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 190 = 660 (100%)
R 230 of 660 ~ 34.85%
G 240 of 660 ~ 36.36%
B 190 of 660 ~ 28.79%

%34.85
%36.36
%28.79

CMYK color model

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

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(4,0,21,6)
C4M0Y21K6 
(4%,0%,21%,6%)
(0.04/0.00/0.21/0.06)	

CMYK percentages

%4.17
%0
%20.83
%5.88

Codes

Color #E6F0BE in popluar color models

E6F0BE
RGB230240190
HSL72°62.50%84.31%
HSB/HSV72°20.83%94.12%
CMYK4.17%0.00%20.83%
5.88%

Color #E6F0BE in popluar number systems.

HEXE6F0BE
Decimal230240190
Binary111001101111000010111110
Octal346360276

Shades and tints

Shades of #E6F0BE

#E6F0BE
(230,240,190)
#D2DBAD
(210,219,173)
#BEC69C
(190,198,156)
#AAB18B
(170,177,139)
#969C7A
(150,156,122)
#828769
(130,135,105)
#6E7258
(110,114,88)
#5A5D47
(90,93,71)
#464836
(70,72,54)
#323325
(50,51,37)
#1E1E14
(30,30,20)
#000000
(0,0,0)

Tints of #E6F0BE

#E6F0BE
(230,240,190)
#E8F1C3
(232,241,195)
#EAF2C8
(234,242,200)
#ECF3CD
(236,243,205)
#EEF4D2
(238,244,210)
#F0F5D7
(240,245,215)
#F2F6DC
(242,246,220)
#F4F7E1
(244,247,225)
#F6F8E6
(246,248,230)
#F8F9EB
(248,249,235)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F0BE; }

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

This text font color is #E6F0BE.


Background Color

.myBgColor { background-color: #E6F0BE; }

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

This div background color is #E6F0BE.


Border color

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

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

This div border color is #E6F0BE.


Opacity

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

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

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

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

This text has shadow with #E6F0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0BE on black background.


Color preview on white background

This text has color #E6F0BE on white background.



Black color preview on #E6F0BE background

This text has black color on #E6F0BE background.


White color preview on #E6F0BE background

This text has white color on #E6F0BE background.