COLOR #E7EFBC

HEX: #E7EFBC
RGB: (231,239,188)

Color info

#E7EFBC contains red, green and blue colors in about the same proportion. Web safe color of #E7EFBC is #FFFFCC (or #FFC).

RGB color model

#E7EFBC color RGB value is (231,239,188).

  • red value is 231;
  • green value is 239;
  • blue value is 188.
RGB:
(231,239,188)
(91%,94%,74%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 188 of 255 = 74%

231
239
188

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

Portions of RGB colors in percentages

R + G + B =
231 + 239 + 188 = 658 (100%)
R 231 of 658 ~ 35.11%
G 239 of 658 ~ 36.32%
B 188 of 658 ~ 28.57%

%35.11
%36.32
%28.57

CMYK color model

#E7EFBC color CMYK value is (3,0,21,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 6.27%
CMYK:
(3,0,21,6)
C3M0Y21K6 
(3%,0%,21%,6%)
(0.03/0.00/0.21/0.06)	

CMYK percentages

%3.35
%0
%21.34
%6.27

Codes

Color #E7EFBC in popluar color models

E7EFBC
RGB231239188
HSL69°61.45%83.73%
HSB/HSV69°21.34%93.73%
CMYK3.35%0.00%21.34%
6.27%

Color #E7EFBC in popluar number systems.

HEXE7EFBC
Decimal231239188
Binary111001111110111110111100
Octal347357274

Shades and tints

Shades of #E7EFBC

#E7EFBC
(231,239,188)
#D2DAAB
(210,218,171)
#BDC59A
(189,197,154)
#A8B089
(168,176,137)
#939B78
(147,155,120)
#7E8667
(126,134,103)
#697156
(105,113,86)
#545C45
(84,92,69)
#3F4734
(63,71,52)
#2A3223
(42,50,35)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #E7EFBC

#E7EFBC
(231,239,188)
#E9F0C2
(233,240,194)
#EBF1C8
(235,241,200)
#EDF2CE
(237,242,206)
#EFF3D4
(239,243,212)
#F1F4DA
(241,244,218)
#F3F5E0
(243,245,224)
#F5F6E6
(245,246,230)
#F7F7EC
(247,247,236)
#F9F8F2
(249,248,242)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EFBC color. Also use rgb(231,239,188) instead hex code.

Text Font Color

.myTextColor { color: #E7EFBC; }

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

This text font color is #E7EFBC.


Background Color

.myBgColor { background-color: #E7EFBC; }

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

This div background color is #E7EFBC.


Border color

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

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

This div border color is #E7EFBC.


Opacity

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

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

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

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

This text has shadow with #E7EFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EFBC on black background.


Color preview on white background

This text has color #E7EFBC on white background.



Black color preview on #E7EFBC background

This text has black color on #E7EFBC background.


White color preview on #E7EFBC background

This text has white color on #E7EFBC background.