COLOR #E7EBD3

HEX: #E7EBD3 RGB: (231,235,211)

Color info

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

RGB color model

#E7EBD3 color RGB value is (231,235,211).

RGB: (231,235,211) (91%, 92%, 83%)

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 211 of 255 = 83%

231
235
211

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

Portions of RGB colors in percentages

R + G + B = 231 + 235 + 211 = 677 (100%)
R 231 of 677 ~ 34.12%
G 235 of 677 ~ 34.71%
B 211 of 677 ~ 31.17'%

%34.12
%34.71
%31.17

CMYK color model

#E7EBD3 color CMYK value is (2,0,10,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK: (2,0,10,8) C2M0Y10K8 (2%,0%,10%,8%) (0.02/0.00/0.10/0.08) 

CMYK percentages

%1.7
%0
%10.21
%7.84

Codes

Color #E7EBD3 in popluar color models

E7 EB D3
RGB 231 235 211
HSL 70° 37.50% 87.45%
HSB/HSV 70° 10.21% 92.16%
CMYK 1.70% 0.00% 10.21%
7.84%

Color #E7EBD3 in popluar number systems.

HEX E7 EB D3
Decimal 231 235 211
Binary 11100111 11101011 11010011
Octal 347 353 323

Shades and tints

Shades of #E7EBD3

#E7EBD3
(231,235,211)
#D2D6C0
(210,214,192)
#BDC1AD
(189,193,173)
#A8AC9A
(168,172,154)
#939787
(147,151,135)
#7E8274
(126,130,116)
#696D61
(105,109,97)
#54584E
(84,88,78)
#3F433B
(63,67,59)
#2A2E28
(42,46,40)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #E7EBD3

#E7EBD3
(231,235,211)
#E9ECD7
(233,236,215)
#EBEDDB
(235,237,219)
#EDEEDF
(237,238,223)
#EFEFE3
(239,239,227)
#F1F0E7
(241,240,231)
#F3F1EB
(243,241,235)
#F5F2EF
(245,242,239)
#F7F3F3
(247,243,243)
#F9F4F7
(249,244,247)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EBD3; }

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

This text font color is #E7EBD3.

Background Color

.myBgColor { background-color: #E7EBD3; }

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

This div background color is #E7EBD3.

Border color

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

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

This div border color is #E7EBD3.

Opacity

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

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

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

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

This text has shadow with #E7EBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EBD3.

Preview

Color preview on black background

This text has color #E7EBD3 on black background.


Color preview on white background

This text has color #E7EBD3 on white background.


Black color preview on #E7EBD3 background

This text has black color on #E7EBD3 background.


White color preview on #E7EBD3 background

This text has white color on #E7EBD3 background.


Related colors

Complementary color

Complementary color for #hex is #18142C.


I love getcolorcode.com

Triadic colors

1 #D3E7EB and #EBD3E7 with #E7EBD3 are triadic colors.

2 #D3EBE7 and #EBE7D3 with #E7EBD3 are triadic colors.