COLOR #E7F1CF

HEX: #E7F1CF RGB: (231,241,207)

Color info

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

RGB color model

#E7F1CF color RGB value is (231,241,207).

RGB: (231,241,207) (91%, 95%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 241 of 255 = 95%
B 207 of 255 = 81%

231
241
207

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

Portions of RGB colors in percentages

R + G + B = 231 + 241 + 207 = 679 (100%)
R 231 of 679 ~ 34.02%
G 241 of 679 ~ 35.49%
B 207 of 679 ~ 30.49'%

%34.02
%35.49
%30.49

CMYK color model

#E7F1CF color CMYK value is (4,0,14,5).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 5.49%

CMYK: (4,0,14,5)
C4M0Y14K5 (4%, 0%, 14%, 5%)
(0.04 / 0.00 / 0.14 / 0.05)

CMYK percentages

%4.15
%0
%14.11
%5.49

Codes

Color #E7F1CF in popluar color models

E7 F1 CF
RGB 231 241 207
HSL 78° 54.84% 87.84%
HSB/HSV 78° 14.11% 94.51%
CMYK 4.15% 0.00% 14.11%
5.49%

Color #E7F1CF in popluar number systems.

HEX E7 F1 CF
Decimal 231 241 207
Binary 11100111 11110001 11001111
Octal 347 361 317

Shades and tints

Shades of #E7F1CF

#E7F1CF
(231,241,207)
#D2DCBD
(210,220,189)
#BDC7AB
(189,199,171)
#A8B299
(168,178,153)
#939D87
(147,157,135)
#7E8875
(126,136,117)
#697363
(105,115,99)
#545E51
(84,94,81)
#3F493F
(63,73,63)
#2A342D
(42,52,45)
#151F1B
(21,31,27)
#000000
(0,0,0)

Tints of #E7F1CF

#E7F1CF
(231,241,207)
#E9F2D3
(233,242,211)
#EBF3D7
(235,243,215)
#EDF4DB
(237,244,219)
#EFF5DF
(239,245,223)
#F1F6E3
(241,246,227)
#F3F7E7
(243,247,231)
#F5F8EB
(245,248,235)
#F7F9EF
(247,249,239)
#F9FAF3
(249,250,243)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F1CF; }

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

This text font color is #E7F1CF.

Background Color

.myBgColor { background-color: #E7F1CF; }

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

This div background color is #E7F1CF.

Border color

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

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

This div border color is #E7F1CF.

Opacity

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

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

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

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

This text has shadow with #E7F1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F1CF.

Preview

Color preview on black background

This text has color #E7F1CF on black background.


Color preview on white background

This text has color #E7F1CF on white background.


Black color preview on #E7F1CF background

This text has black color on #E7F1CF background.


White color preview on #E7F1CF background

This text has white color on #E7F1CF background.


Related colors

Complementary color

Complementary color for #hex is #180E30.


I love getcolorcode.com

Triadic colors

1 #CFE7F1 and #F1CFE7 with #E7F1CF are triadic colors.

2 #CFF1E7 and #F1E7CF with #E7F1CF are triadic colors.