COLOR #E7EBDF

HEX: #E7EBDF RGB: (231,235,223)

Color info

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

RGB color model

#E7EBDF color RGB value is (231,235,223).

RGB: (231,235,223) (91%, 92%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 223 of 255 = 87%

231
235
223

R + G + B ~ 90%. #E7EBDF is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 235 + 223 = 689 (100%)
R 231 of 689 ~ 33.53%
G 235 of 689 ~ 34.11%
B 223 of 689 ~ 32.37'%

%33.53
%34.11
%32.37

CMYK color model

#E7EBDF color CMYK value is (2,0,5,8).

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

CMYK: (2,0,5,8)
C2M0Y5K8 (2%, 0%, 5%, 8%)
(0.02 / 0.00 / 0.05 / 0.08)

CMYK percentages

%1.7
%0
%5.11
%7.84

Codes

Color #E7EBDF in popluar color models

E7 EB DF
RGB 231 235 223
HSL 80° 23.08% 89.80%
HSB/HSV 80° 5.11% 92.16%
CMYK 1.70% 0.00% 5.11%
7.84%

Color #E7EBDF in popluar number systems.

HEX E7 EB DF
Decimal 231 235 223
Binary 11100111 11101011 11011111
Octal 347 353 337

Shades and tints

Shades of #E7EBDF

#E7EBDF
(231,235,223)
#D2D6CB
(210,214,203)
#BDC1B7
(189,193,183)
#A8ACA3
(168,172,163)
#93978F
(147,151,143)
#7E827B
(126,130,123)
#696D67
(105,109,103)
#545853
(84,88,83)
#3F433F
(63,67,63)
#2A2E2B
(42,46,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #E7EBDF

#E7EBDF
(231,235,223)
#E9ECE1
(233,236,225)
#EBEDE3
(235,237,227)
#EDEEE5
(237,238,229)
#EFEFE7
(239,239,231)
#F1F0E9
(241,240,233)
#F3F1EB
(243,241,235)
#F5F2ED
(245,242,237)
#F7F3EF
(247,243,239)
#F9F4F1
(249,244,241)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EBDF; }

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

This text font color is #E7EBDF.

Background Color

.myBgColor { background-color: #E7EBDF; }

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

This div background color is #E7EBDF.

Border color

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

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

This div border color is #E7EBDF.

Opacity

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

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

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

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

This text has shadow with #E7EBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EBDF.

Preview

Color preview on black background

This text has color #E7EBDF on black background.


Color preview on white background

This text has color #E7EBDF on white background.


Black color preview on #E7EBDF background

This text has black color on #E7EBDF background.


White color preview on #E7EBDF background

This text has white color on #E7EBDF background.


Related colors

Complementary color

Complementary color for #hex is #181420.


I love getcolorcode.com

Triadic colors

1 #DFE7EB and #EBDFE7 with #E7EBDF are triadic colors.

2 #DFEBE7 and #EBE7DF with #E7EBDF are triadic colors.