COLOR #EBE7DC

HEX: #EBE7DC RGB: (235,231,220)

Color info

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

RGB color model

#EBE7DC color RGB value is (235,231,220).

RGB: (235,231,220) (92%, 91%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 231 of 255 = 91%
B 220 of 255 = 86%

235
231
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 231 + 220 = 686 (100%)
R 235 of 686 ~ 34.26%
G 231 of 686 ~ 33.67%
B 220 of 686 ~ 32.07'%

%34.26
%33.67
%32.07

CMYK color model

#EBE7DC color CMYK value is (0,2,6,8).

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

CMYK: (0,2,6,8)
C0M2Y6K8 (0%, 2%, 6%, 8%)
(0.00 / 0.02 / 0.06 / 0.08)

CMYK percentages

%0
%1.7
%6.38
%7.84

Codes

Color #EBE7DC in popluar color models

EB E7 DC
RGB 235 231 220
HSL 44° 27.27% 89.22%
HSB/HSV 44° 6.38% 92.16%
CMYK 0.00% 1.70% 6.38%
7.84%

Color #EBE7DC in popluar number systems.

HEX EB E7 DC
Decimal 235 231 220
Binary 11101011 11100111 11011100
Octal 353 347 334

Shades and tints

Shades of #EBE7DC

#EBE7DC
(235,231,220)
#D6D2C8
(214,210,200)
#C1BDB4
(193,189,180)
#ACA8A0
(172,168,160)
#97938C
(151,147,140)
#827E78
(130,126,120)
#6D6964
(109,105,100)
#585450
(88,84,80)
#433F3C
(67,63,60)
#2E2A28
(46,42,40)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #EBE7DC

#EBE7DC
(235,231,220)
#ECE9DF
(236,233,223)
#EDEBE2
(237,235,226)
#EEEDE5
(238,237,229)
#EFEFE8
(239,239,232)
#F0F1EB
(240,241,235)
#F1F3EE
(241,243,238)
#F2F5F1
(242,245,241)
#F3F7F4
(243,247,244)
#F4F9F7
(244,249,247)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE7DC; }

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

This text font color is #EBE7DC.

Background Color

.myBgColor { background-color: #EBE7DC; }

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

This div background color is #EBE7DC.

Border color

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

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

This div border color is #EBE7DC.

Opacity

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

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

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

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

This text has shadow with #EBE7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE7DC.

Preview

Color preview on black background

This text has color #EBE7DC on black background.


Color preview on white background

This text has color #EBE7DC on white background.


Black color preview on #EBE7DC background

This text has black color on #EBE7DC background.


White color preview on #EBE7DC background

This text has white color on #EBE7DC background.


Related colors

Complementary color

Complementary color for #hex is #141823.


I love getcolorcode.com

Triadic colors

1 #DCEBE7 and #E7DCEB with #EBE7DC are triadic colors.

2 #DCE7EB and #E7EBDC with #EBE7DC are triadic colors.