COLOR #E7EBC0

HEX: #E7EBC0 RGB: (231,235,192)

Color info

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

RGB color model

#E7EBC0 color RGB value is (231,235,192).

RGB: (231,235,192) (91%, 92%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 192 of 255 = 75%

231
235
192

R + G + B ~ 86%. #E7EBC0 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 235 + 192 = 658 (100%)
R 231 of 658 ~ 35.11%
G 235 of 658 ~ 35.71%
B 192 of 658 ~ 29.18'%

%35.11
%35.71
%29.18

CMYK color model

#E7EBC0 color CMYK value is (2,0,18,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 7.84%

CMYK: (2,0,18,8)
C2M0Y18K8 (2%, 0%, 18%, 8%)
(0.02 / 0.00 / 0.18 / 0.08)

CMYK percentages

%1.7
%0
%18.3
%7.84

Codes

Color #E7EBC0 in popluar color models

E7 EB C0
RGB 231 235 192
HSL 66° 51.81% 83.73%
HSB/HSV 66° 18.30% 92.16%
CMYK 1.70% 0.00% 18.30%
7.84%

Color #E7EBC0 in popluar number systems.

HEX E7 EB C0
Decimal 231 235 192
Binary 11100111 11101011 11000000
Octal 347 353 300

Shades and tints

Shades of #E7EBC0

#E7EBC0
(231,235,192)
#D2D6AF
(210,214,175)
#BDC19E
(189,193,158)
#A8AC8D
(168,172,141)
#93977C
(147,151,124)
#7E826B
(126,130,107)
#696D5A
(105,109,90)
#545849
(84,88,73)
#3F4338
(63,67,56)
#2A2E27
(42,46,39)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #E7EBC0

#E7EBC0
(231,235,192)
#E9ECC5
(233,236,197)
#EBEDCA
(235,237,202)
#EDEECF
(237,238,207)
#EFEFD4
(239,239,212)
#F1F0D9
(241,240,217)
#F3F1DE
(243,241,222)
#F5F2E3
(245,242,227)
#F7F3E8
(247,243,232)
#F9F4ED
(249,244,237)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EBC0; }

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

This text font color is #E7EBC0.

Background Color

.myBgColor { background-color: #E7EBC0; }

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

This div background color is #E7EBC0.

Border color

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

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

This div border color is #E7EBC0.

Opacity

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

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

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

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

This text has shadow with #E7EBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EBC0.

Preview

Color preview on black background

This text has color #E7EBC0 on black background.


Color preview on white background

This text has color #E7EBC0 on white background.


Black color preview on #E7EBC0 background

This text has black color on #E7EBC0 background.


White color preview on #E7EBC0 background

This text has white color on #E7EBC0 background.


Related colors

Complementary color

Complementary color for #hex is #18143F.


I love getcolorcode.com

Triadic colors

1 #C0E7EB and #EBC0E7 with #E7EBC0 are triadic colors.

2 #C0EBE7 and #EBE7C0 with #E7EBC0 are triadic colors.