COLOR #E9EBD6

HEX: #E9EBD6 RGB: (233,235,214)

Color info

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

RGB color model

#E9EBD6 color RGB value is (233,235,214).

RGB: (233,235,214) (91%, 92%, 84%)

RGB channels and saturation

R 233 of 255 = 91%
G 235 of 255 = 92%
B 214 of 255 = 84%

233
235
214

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

Portions of RGB colors in percentages

R + G + B = 233 + 235 + 214 = 682 (100%)
R 233 of 682 ~ 34.16%
G 235 of 682 ~ 34.46%
B 214 of 682 ~ 31.38'%

%34.16
%34.46
%31.38

CMYK color model

#E9EBD6 color CMYK value is (1,0,9,8).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%

CMYK: (1,0,9,8)
C1M0Y9K8 (1%, 0%, 9%, 8%)
(0.01 / 0.00 / 0.09 / 0.08)

CMYK percentages

%0.85
%0
%8.94
%7.84

Codes

Color #E9EBD6 in popluar color models

E9 EB D6
RGB 233 235 214
HSL 66° 34.43% 88.04%
HSB/HSV 66° 8.94% 92.16%
CMYK 0.85% 0.00% 8.94%
7.84%

Color #E9EBD6 in popluar number systems.

HEX E9 EB D6
Decimal 233 235 214
Binary 11101001 11101011 11010110
Octal 351 353 326

Shades and tints

Shades of #E9EBD6

#E9EBD6
(233,235,214)
#D4D6C3
(212,214,195)
#BFC1B0
(191,193,176)
#AAAC9D
(170,172,157)
#95978A
(149,151,138)
#808277
(128,130,119)
#6B6D64
(107,109,100)
#565851
(86,88,81)
#41433E
(65,67,62)
#2C2E2B
(44,46,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #E9EBD6

#E9EBD6
(233,235,214)
#EBECD9
(235,236,217)
#EDEDDC
(237,237,220)
#EFEEDF
(239,238,223)
#F1EFE2
(241,239,226)
#F3F0E5
(243,240,229)
#F5F1E8
(245,241,232)
#F7F2EB
(247,242,235)
#F9F3EE
(249,243,238)
#FBF4F1
(251,244,241)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9EBD6 color. Also use rgb(233,235,214) instead hex code.

Text Font Color

.myTextColor { color: #E9EBD6; }

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

This text font color is #E9EBD6.

Background Color

.myBgColor { background-color: #E9EBD6; }

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

This div background color is #E9EBD6.

Border color

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

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

This div border color is #E9EBD6.

Opacity

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

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

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

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

This text has shadow with #E9EBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EBD6.

Preview

Color preview on black background

This text has color #E9EBD6 on black background.


Color preview on white background

This text has color #E9EBD6 on white background.


Black color preview on #E9EBD6 background

This text has black color on #E9EBD6 background.


White color preview on #E9EBD6 background

This text has white color on #E9EBD6 background.


Related colors

Complementary color

Complementary color for #hex is #161429.


I love getcolorcode.com

Triadic colors

1 #D6E9EB and #EBD6E9 with #E9EBD6 are triadic colors.

2 #D6EBE9 and #EBE9D6 with #E9EBD6 are triadic colors.