COLOR #EBE1DC

HEX: #EBE1DC RGB: (235,225,220)

Color info

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

RGB color model

#EBE1DC color RGB value is (235,225,220).

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

RGB channels and saturation

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

235
225
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 225 + 220 = 680 (100%)
R 235 of 680 ~ 34.56%
G 225 of 680 ~ 33.09%
B 220 of 680 ~ 32.35'%

%34.56
%33.09
%32.35

CMYK color model

#EBE1DC color CMYK value is (0,4,6,8).

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

CMYK: (0,4,6,8)
C0M4Y6K8 (0%, 4%, 6%, 8%)
(0.00 / 0.04 / 0.06 / 0.08)

CMYK percentages

%0
%4.26
%6.38
%7.84

Codes

Color #EBE1DC in popluar color models

EB E1 DC
RGB 235 225 220
HSL 20° 27.27% 89.22%
HSB/HSV 20° 6.38% 92.16%
CMYK 0.00% 4.26% 6.38%
7.84%

Color #EBE1DC in popluar number systems.

HEX EB E1 DC
Decimal 235 225 220
Binary 11101011 11100001 11011100
Octal 353 341 334

Shades and tints

Shades of #EBE1DC

#EBE1DC
(235,225,220)
#D6CDC8
(214,205,200)
#C1B9B4
(193,185,180)
#ACA5A0
(172,165,160)
#97918C
(151,145,140)
#827D78
(130,125,120)
#6D6964
(109,105,100)
#585550
(88,85,80)
#43413C
(67,65,60)
#2E2D28
(46,45,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBE1DC

#EBE1DC
(235,225,220)
#ECE3DF
(236,227,223)
#EDE5E2
(237,229,226)
#EEE7E5
(238,231,229)
#EFE9E8
(239,233,232)
#F0EBEB
(240,235,235)
#F1EDEE
(241,237,238)
#F2EFF1
(242,239,241)
#F3F1F4
(243,241,244)
#F4F3F7
(244,243,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1DC; }

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

This text font color is #EBE1DC.

Background Color

.myBgColor { background-color: #EBE1DC; }

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

This div background color is #EBE1DC.

Border color

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

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

This div border color is #EBE1DC.

Opacity

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

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

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

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

This text has shadow with #EBE1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE1DC.

Preview

Color preview on black background

This text has color #EBE1DC on black background.


Color preview on white background

This text has color #EBE1DC on white background.


Black color preview on #EBE1DC background

This text has black color on #EBE1DC background.


White color preview on #EBE1DC background

This text has white color on #EBE1DC background.


Related colors

Complementary color

Complementary color for #hex is #141E23.


I love getcolorcode.com

Triadic colors

1 #DCEBE1 and #E1DCEB with #EBE1DC are triadic colors.

2 #DCE1EB and #E1EBDC with #EBE1DC are triadic colors.