COLOR #E7EFC6

HEX: #E7EFC6 RGB: (231,239,198)

Color info

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

RGB color model

#E7EFC6 color RGB value is (231,239,198).

RGB: (231,239,198) (91%, 94%, 78%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 198 of 255 = 78%

231
239
198

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

Portions of RGB colors in percentages

R + G + B = 231 + 239 + 198 = 668 (100%)
R 231 of 668 ~ 34.58%
G 239 of 668 ~ 35.78%
B 198 of 668 ~ 29.64'%

%34.58
%35.78
%29.64

CMYK color model

#E7EFC6 color CMYK value is (3,0,17,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 17.15%
  • key color value is 6.27%

CMYK: (3,0,17,6)
C3M0Y17K6 (3%, 0%, 17%, 6%)
(0.03 / 0.00 / 0.17 / 0.06)

CMYK percentages

%3.35
%0
%17.15
%6.27

Codes

Color #E7EFC6 in popluar color models

E7 EF C6
RGB 231 239 198
HSL 72° 56.16% 85.69%
HSB/HSV 72° 17.15% 93.73%
CMYK 3.35% 0.00% 17.15%
6.27%

Color #E7EFC6 in popluar number systems.

HEX E7 EF C6
Decimal 231 239 198
Binary 11100111 11101111 11000110
Octal 347 357 306

Shades and tints

Shades of #E7EFC6

#E7EFC6
(231,239,198)
#D2DAB4
(210,218,180)
#BDC5A2
(189,197,162)
#A8B090
(168,176,144)
#939B7E
(147,155,126)
#7E866C
(126,134,108)
#69715A
(105,113,90)
#545C48
(84,92,72)
#3F4736
(63,71,54)
#2A3224
(42,50,36)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #E7EFC6

#E7EFC6
(231,239,198)
#E9F0CB
(233,240,203)
#EBF1D0
(235,241,208)
#EDF2D5
(237,242,213)
#EFF3DA
(239,243,218)
#F1F4DF
(241,244,223)
#F3F5E4
(243,245,228)
#F5F6E9
(245,246,233)
#F7F7EE
(247,247,238)
#F9F8F3
(249,248,243)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFC6; }

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

This text font color is #E7EFC6.

Background Color

.myBgColor { background-color: #E7EFC6; }

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

This div background color is #E7EFC6.

Border color

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

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

This div border color is #E7EFC6.

Opacity

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

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

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

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

This text has shadow with #E7EFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EFC6.

Preview

Color preview on black background

This text has color #E7EFC6 on black background.


Color preview on white background

This text has color #E7EFC6 on white background.


Black color preview on #E7EFC6 background

This text has black color on #E7EFC6 background.


White color preview on #E7EFC6 background

This text has white color on #E7EFC6 background.


Related colors

Complementary color

Complementary color for #hex is #181039.


I love getcolorcode.com

Triadic colors

1 #C6E7EF and #EFC6E7 with #E7EFC6 are triadic colors.

2 #C6EFE7 and #EFE7C6 with #E7EFC6 are triadic colors.