COLOR #E7F0CF

HEX: #E7F0CF
RGB: (231,240,207)

Color info

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

RGB color model

#E7F0CF color RGB value is (231,240,207).

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

RGB channels and saturation

R 231 of 255 = 91%
G 240 of 255 = 94%
B 207 of 255 = 81%

231
240
207

R + G + B ~ 89%. #E7F0CF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 240 + 207 = 678 (100%)
R 231 of 678 ~ 34.07%
G 240 of 678 ~ 35.4%
B 207 of 678 ~ 30.53%

%34.07
%35.4
%30.53

CMYK color model

#E7F0CF color CMYK value is (4,0,14,6).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(4,0,14,6)
C4M0Y14K6 
(4%,0%,14%,6%)
(0.04/0.00/0.14/0.06)	

CMYK percentages

%3.75
%0
%13.75
%5.88

Codes

Color #E7F0CF in popluar color models

E7F0CF
RGB231240207
HSL76°52.38%87.65%
HSB/HSV76°13.75%94.12%
CMYK3.75%0.00%13.75%
5.88%

Color #E7F0CF in popluar number systems.

HEXE7F0CF
Decimal231240207
Binary111001111111000011001111
Octal347360317

Shades and tints

Shades of #E7F0CF

#E7F0CF
(231,240,207)
#D2DBBD
(210,219,189)
#BDC6AB
(189,198,171)
#A8B199
(168,177,153)
#939C87
(147,156,135)
#7E8775
(126,135,117)
#697263
(105,114,99)
#545D51
(84,93,81)
#3F483F
(63,72,63)
#2A332D
(42,51,45)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #E7F0CF

#E7F0CF
(231,240,207)
#E9F1D3
(233,241,211)
#EBF2D7
(235,242,215)
#EDF3DB
(237,243,219)
#EFF4DF
(239,244,223)
#F1F5E3
(241,245,227)
#F3F6E7
(243,246,231)
#F5F7EB
(245,247,235)
#F7F8EF
(247,248,239)
#F9F9F3
(249,249,243)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F0CF; }

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

This text font color is #E7F0CF.


Background Color

.myBgColor { background-color: #E7F0CF; }

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

This div background color is #E7F0CF.


Border color

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

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

This div border color is #E7F0CF.


Opacity

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

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

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

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

This text has shadow with #E7F0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F0CF on black background.


Color preview on white background

This text has color #E7F0CF on white background.



Black color preview on #E7F0CF background

This text has black color on #E7F0CF background.


White color preview on #E7F0CF background

This text has white color on #E7F0CF background.