COLOR #E6EFBF

HEX: #E6EFBF
RGB: (230,239,191)

Color info

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

RGB color model

#E6EFBF color RGB value is (230,239,191).

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

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 191 of 255 = 75%

230
239
191

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

Portions of RGB colors in percentages

R + G + B =
230 + 239 + 191 = 660 (100%)
R 230 of 660 ~ 34.85%
G 239 of 660 ~ 36.21%
B 191 of 660 ~ 28.94%

%34.85
%36.21
%28.94

CMYK color model

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

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(4,0,20,6)
C4M0Y20K6 
(4%,0%,20%,6%)
(0.04/0.00/0.20/0.06)	

CMYK percentages

%3.77
%0
%20.08
%6.27

Codes

Color #E6EFBF in popluar color models

E6EFBF
RGB230239191
HSL71°60.00%84.31%
HSB/HSV71°20.08%93.73%
CMYK3.77%0.00%20.08%
6.27%

Color #E6EFBF in popluar number systems.

HEXE6EFBF
Decimal230239191
Binary111001101110111110111111
Octal346357277

Shades and tints

Shades of #E6EFBF

#E6EFBF
(230,239,191)
#D2DAAE
(210,218,174)
#BEC59D
(190,197,157)
#AAB08C
(170,176,140)
#969B7B
(150,155,123)
#82866A
(130,134,106)
#6E7159
(110,113,89)
#5A5C48
(90,92,72)
#464737
(70,71,55)
#323226
(50,50,38)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #E6EFBF

#E6EFBF
(230,239,191)
#E8F0C4
(232,240,196)
#EAF1C9
(234,241,201)
#ECF2CE
(236,242,206)
#EEF3D3
(238,243,211)
#F0F4D8
(240,244,216)
#F2F5DD
(242,245,221)
#F4F6E2
(244,246,226)
#F6F7E7
(246,247,231)
#F8F8EC
(248,248,236)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EFBF color. Also use rgb(230,239,191) instead hex code.

Text Font Color

.myTextColor { color: #E6EFBF; }

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

This text font color is #E6EFBF.


Background Color

.myBgColor { background-color: #E6EFBF; }

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

This div background color is #E6EFBF.


Border color

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

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

This div border color is #E6EFBF.


Opacity

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

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

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

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

This text has shadow with #E6EFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFBF on black background.


Color preview on white background

This text has color #E6EFBF on white background.



Black color preview on #E6EFBF background

This text has black color on #E6EFBF background.


White color preview on #E6EFBF background

This text has white color on #E6EFBF background.