COLOR #E7F6C4

HEX: #E7F6C4
RGB: (231,246,196)

Color info

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

RGB color model

#E7F6C4 color RGB value is (231,246,196).

  • red value is 231;
  • green value is 246;
  • blue value is 196.
RGB:
(231,246,196)
(91%,96%,77%)

RGB channels and saturation

R 231 of 255 = 91%
G 246 of 255 = 96%
B 196 of 255 = 77%

231
246
196

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

Portions of RGB colors in percentages

R + G + B =
231 + 246 + 196 = 673 (100%)
R 231 of 673 ~ 34.32%
G 246 of 673 ~ 36.55%
B 196 of 673 ~ 29.12%

%34.32
%36.55
%29.12

CMYK color model

#E7F6C4 color CMYK value is (6,0,20,4).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 3.53%
CMYK:
(6,0,20,4)
C6M0Y20K4 
(6%,0%,20%,4%)
(0.06/0.00/0.20/0.04)	

CMYK percentages

%6.1
%0
%20.33
%3.53

Codes

Color #E7F6C4 in popluar color models

E7F6C4
RGB231246196
HSL78°73.53%86.67%
HSB/HSV78°20.33%96.47%
CMYK6.10%0.00%20.33%
3.53%

Color #E7F6C4 in popluar number systems.

HEXE7F6C4
Decimal231246196
Binary111001111111011011000100
Octal347366304

Shades and tints

Shades of #E7F6C4

#E7F6C4
(231,246,196)
#D2E0B3
(210,224,179)
#BDCAA2
(189,202,162)
#A8B491
(168,180,145)
#939E80
(147,158,128)
#7E886F
(126,136,111)
#69725E
(105,114,94)
#545C4D
(84,92,77)
#3F463C
(63,70,60)
#2A302B
(42,48,43)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #E7F6C4

#E7F6C4
(231,246,196)
#E9F6C9
(233,246,201)
#EBF6CE
(235,246,206)
#EDF6D3
(237,246,211)
#EFF6D8
(239,246,216)
#F1F6DD
(241,246,221)
#F3F6E2
(243,246,226)
#F5F6E7
(245,246,231)
#F7F6EC
(247,246,236)
#F9F6F1
(249,246,241)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F6C4 color. Also use rgb(231,246,196) instead hex code.

Text Font Color

.myTextColor { color: #E7F6C4; }

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

This text font color is #E7F6C4.


Background Color

.myBgColor { background-color: #E7F6C4; }

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

This div background color is #E7F6C4.


Border color

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

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

This div border color is #E7F6C4.


Opacity

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

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

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

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

This text has shadow with #E7F6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F6C4 on black background.


Color preview on white background

This text has color #E7F6C4 on white background.



Black color preview on #E7F6C4 background

This text has black color on #E7F6C4 background.


White color preview on #E7F6C4 background

This text has white color on #E7F6C4 background.