COLOR #E3EFB6

HEX: #E3EFB6
RGB: (227,239,182)

Color info

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

RGB color model

#E3EFB6 color RGB value is (227,239,182).

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

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 182 of 255 = 71%

227
239
182

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

Portions of RGB colors in percentages

R + G + B =
227 + 239 + 182 = 648 (100%)
R 227 of 648 ~ 35.03%
G 239 of 648 ~ 36.88%
B 182 of 648 ~ 28.09%

%35.03
%36.88
%28.09

CMYK color model

#E3EFB6 color CMYK value is (5,0,24,6).

  • cyan value is 5.02%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(5,0,24,6)
C5M0Y24K6 
(5%,0%,24%,6%)
(0.05/0.00/0.24/0.06)	

CMYK percentages

%5.02
%0
%23.85
%6.27

Codes

Color #E3EFB6 in popluar color models

E3EFB6
RGB227239182
HSL73°64.04%82.55%
HSB/HSV73°23.85%93.73%
CMYK5.02%0.00%23.85%
6.27%

Color #E3EFB6 in popluar number systems.

HEXE3EFB6
Decimal227239182
Binary111000111110111110110110
Octal343357266

Shades and tints

Shades of #E3EFB6

#E3EFB6
(227,239,182)
#CFDAA6
(207,218,166)
#BBC596
(187,197,150)
#A7B086
(167,176,134)
#939B76
(147,155,118)
#7F8666
(127,134,102)
#6B7156
(107,113,86)
#575C46
(87,92,70)
#434736
(67,71,54)
#2F3226
(47,50,38)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #E3EFB6

#E3EFB6
(227,239,182)
#E5F0BC
(229,240,188)
#E7F1C2
(231,241,194)
#E9F2C8
(233,242,200)
#EBF3CE
(235,243,206)
#EDF4D4
(237,244,212)
#EFF5DA
(239,245,218)
#F1F6E0
(241,246,224)
#F3F7E6
(243,247,230)
#F5F8EC
(245,248,236)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EFB6; }

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

This text font color is #E3EFB6.


Background Color

.myBgColor { background-color: #E3EFB6; }

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

This div background color is #E3EFB6.


Border color

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

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

This div border color is #E3EFB6.


Opacity

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

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

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

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

This text has shadow with #E3EFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EFB6 on black background.


Color preview on white background

This text has color #E3EFB6 on white background.



Black color preview on #E3EFB6 background

This text has black color on #E3EFB6 background.


White color preview on #E3EFB6 background

This text has white color on #E3EFB6 background.