COLOR #EBE0DC

HEX: #EBE0DC RGB: (235,224,220)

Color info

#EBE0DC contains red, green and blue colors in about the same proportion. Web safe color of #EBE0DC is #FFCCCC (or #FCC).

RGB color model

#EBE0DC color RGB value is (235,224,220).

RGB: (235,224,220) (92%, 88%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 220 of 255 = 86%

235
224
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 224 + 220 = 679 (100%)
R 235 of 679 ~ 34.61%
G 224 of 679 ~ 32.99%
B 220 of 679 ~ 32.4'%

%34.61
%32.99
%32.4

CMYK color model

#EBE0DC color CMYK value is (0,5,6,8).

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

CMYK: (0,5,6,8)
C0M5Y6K8 (0%, 5%, 6%, 8%)
(0.00 / 0.05 / 0.06 / 0.08)

CMYK percentages

%0
%4.68
%6.38
%7.84

Codes

Color #EBE0DC in popluar color models

EB E0 DC
RGB 235 224 220
HSL 16° 27.27% 89.22%
HSB/HSV 16° 6.38% 92.16%
CMYK 0.00% 4.68% 6.38%
7.84%

Color #EBE0DC in popluar number systems.

HEX EB E0 DC
Decimal 235 224 220
Binary 11101011 11100000 11011100
Octal 353 340 334

Shades and tints

Shades of #EBE0DC

#EBE0DC
(235,224,220)
#D6CCC8
(214,204,200)
#C1B8B4
(193,184,180)
#ACA4A0
(172,164,160)
#97908C
(151,144,140)
#827C78
(130,124,120)
#6D6864
(109,104,100)
#585450
(88,84,80)
#43403C
(67,64,60)
#2E2C28
(46,44,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBE0DC

#EBE0DC
(235,224,220)
#ECE2DF
(236,226,223)
#EDE4E2
(237,228,226)
#EEE6E5
(238,230,229)
#EFE8E8
(239,232,232)
#F0EAEB
(240,234,235)
#F1ECEE
(241,236,238)
#F2EEF1
(242,238,241)
#F3F0F4
(243,240,244)
#F4F2F7
(244,242,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE0DC; }

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

This text font color is #EBE0DC.

Background Color

.myBgColor { background-color: #EBE0DC; }

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

This div background color is #EBE0DC.

Border color

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

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

This div border color is #EBE0DC.

Opacity

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

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

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

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

This text has shadow with #EBE0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE0DC.

Preview

Color preview on black background

This text has color #EBE0DC on black background.


Color preview on white background

This text has color #EBE0DC on white background.


Black color preview on #EBE0DC background

This text has black color on #EBE0DC background.


White color preview on #EBE0DC background

This text has white color on #EBE0DC background.


Related colors

Complementary color

Complementary color for #hex is #141F23.


I love getcolorcode.com

Triadic colors

1 #DCEBE0 and #E0DCEB with #EBE0DC are triadic colors.

2 #DCE0EB and #E0EBDC with #EBE0DC are triadic colors.