COLOR #E7EBCF

HEX: #E7EBCF
RGB: (231,235,207)

Color info

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

RGB color model

#E7EBCF color RGB value is (231,235,207).

  • red value is 231;
  • green value is 235;
  • blue value is 207.
RGB:
(231,235,207)
(91%,92%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 207 of 255 = 81%

231
235
207

R + G + B ~ 88%. #E7EBCF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 235 + 207 = 673 (100%)
R 231 of 673 ~ 34.32%
G 235 of 673 ~ 34.92%
B 207 of 673 ~ 30.76%

%34.32
%34.92
%30.76

CMYK color model

#E7EBCF color CMYK value is (2,0,12,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(2,0,12,8)
C2M0Y12K8 
(2%,0%,12%,8%)
(0.02/0.00/0.12/0.08)	

CMYK percentages

%1.7
%0
%11.91
%7.84

Codes

Color #E7EBCF in popluar color models

E7EBCF
RGB231235207
HSL69°41.18%86.67%
HSB/HSV69°11.91%92.16%
CMYK1.70%0.00%11.91%
7.84%

Color #E7EBCF in popluar number systems.

HEXE7EBCF
Decimal231235207
Binary111001111110101111001111
Octal347353317

Shades and tints

Shades of #E7EBCF

#E7EBCF
(231,235,207)
#D2D6BD
(210,214,189)
#BDC1AB
(189,193,171)
#A8AC99
(168,172,153)
#939787
(147,151,135)
#7E8275
(126,130,117)
#696D63
(105,109,99)
#545851
(84,88,81)
#3F433F
(63,67,63)
#2A2E2D
(42,46,45)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #E7EBCF

#E7EBCF
(231,235,207)
#E9ECD3
(233,236,211)
#EBEDD7
(235,237,215)
#EDEEDB
(237,238,219)
#EFEFDF
(239,239,223)
#F1F0E3
(241,240,227)
#F3F1E7
(243,241,231)
#F5F2EB
(245,242,235)
#F7F3EF
(247,243,239)
#F9F4F3
(249,244,243)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EBCF color. Also use rgb(231,235,207) instead hex code.

Text Font Color

.myTextColor { color: #E7EBCF; }

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

This text font color is #E7EBCF.


Background Color

.myBgColor { background-color: #E7EBCF; }

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

This div background color is #E7EBCF.


Border color

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

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

This div border color is #E7EBCF.


Opacity

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

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

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

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

This text has shadow with #E7EBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EBCF on black background.


Color preview on white background

This text has color #E7EBCF on white background.



Black color preview on #E7EBCF background

This text has black color on #E7EBCF background.


White color preview on #E7EBCF background

This text has white color on #E7EBCF background.