COLOR #E6EFB6

HEX: #E6EFB6
RGB: (230,239,182)

Color info

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

RGB color model

#E6EFB6 color RGB value is (230,239,182).

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

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 182 of 255 = 71%

230
239
182

R + G + B ~ 85%. #E6EFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 239 + 182 = 651 (100%)
R 230 of 651 ~ 35.33%
G 239 of 651 ~ 36.71%
B 182 of 651 ~ 27.96%

%35.33
%36.71
%27.96

CMYK color model

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

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(4,0,24,6)
C4M0Y24K6 
(4%,0%,24%,6%)
(0.04/0.00/0.24/0.06)	

CMYK percentages

%3.77
%0
%23.85
%6.27

Codes

Color #E6EFB6 in popluar color models

E6EFB6
RGB230239182
HSL69°64.04%82.55%
HSB/HSV69°23.85%93.73%
CMYK3.77%0.00%23.85%
6.27%

Color #E6EFB6 in popluar number systems.

HEXE6EFB6
Decimal230239182
Binary111001101110111110110110
Octal346357266

Shades and tints

Shades of #E6EFB6

#E6EFB6
(230,239,182)
#D2DAA6
(210,218,166)
#BEC596
(190,197,150)
#AAB086
(170,176,134)
#969B76
(150,155,118)
#828666
(130,134,102)
#6E7156
(110,113,86)
#5A5C46
(90,92,70)
#464736
(70,71,54)
#323226
(50,50,38)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #E6EFB6

#E6EFB6
(230,239,182)
#E8F0BC
(232,240,188)
#EAF1C2
(234,241,194)
#ECF2C8
(236,242,200)
#EEF3CE
(238,243,206)
#F0F4D4
(240,244,212)
#F2F5DA
(242,245,218)
#F4F6E0
(244,246,224)
#F6F7E6
(246,247,230)
#F8F8EC
(248,248,236)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFB6; }

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

This text font color is #E6EFB6.


Background Color

.myBgColor { background-color: #E6EFB6; }

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

This div background color is #E6EFB6.


Border color

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

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

This div border color is #E6EFB6.


Opacity

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

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

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

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

This text has shadow with #E6EFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFB6 on black background.


Color preview on white background

This text has color #E6EFB6 on white background.



Black color preview on #E6EFB6 background

This text has black color on #E6EFB6 background.


White color preview on #E6EFB6 background

This text has white color on #E6EFB6 background.