COLOR #EBE1D1

HEX: #EBE1D1 RGB: (235,225,209)

Color info

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

RGB color model

#EBE1D1 color RGB value is (235,225,209).

RGB: (235,225,209) (92%, 88%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 209 of 255 = 82%

235
225
209

R + G + B ~ 87%. #EBE1D1 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 225 + 209 = 669 (100%)
R 235 of 669 ~ 35.13%
G 225 of 669 ~ 33.63%
B 209 of 669 ~ 31.24'%

%35.13
%33.63
%31.24

CMYK color model

#EBE1D1 color CMYK value is (0,4,11,8).

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

CMYK: (0,4,11,8)
C0M4Y11K8 (0%, 4%, 11%, 8%)
(0.00 / 0.04 / 0.11 / 0.08)

CMYK percentages

%0
%4.26
%11.06
%7.84

Codes

Color #EBE1D1 in popluar color models

EB E1 D1
RGB 235 225 209
HSL 37° 39.39% 87.06%
HSB/HSV 37° 11.06% 92.16%
CMYK 0.00% 4.26% 11.06%
7.84%

Color #EBE1D1 in popluar number systems.

HEX EB E1 D1
Decimal 235 225 209
Binary 11101011 11100001 11010001
Octal 353 341 321

Shades and tints

Shades of #EBE1D1

#EBE1D1
(235,225,209)
#D6CDBE
(214,205,190)
#C1B9AB
(193,185,171)
#ACA598
(172,165,152)
#979185
(151,145,133)
#827D72
(130,125,114)
#6D695F
(109,105,95)
#58554C
(88,85,76)
#434139
(67,65,57)
#2E2D26
(46,45,38)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #EBE1D1

#EBE1D1
(235,225,209)
#ECE3D5
(236,227,213)
#EDE5D9
(237,229,217)
#EEE7DD
(238,231,221)
#EFE9E1
(239,233,225)
#F0EBE5
(240,235,229)
#F1EDE9
(241,237,233)
#F2EFED
(242,239,237)
#F3F1F1
(243,241,241)
#F4F3F5
(244,243,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1D1; }

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

This text font color is #EBE1D1.

Background Color

.myBgColor { background-color: #EBE1D1; }

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

This div background color is #EBE1D1.

Border color

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

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

This div border color is #EBE1D1.

Opacity

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

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

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

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

This text has shadow with #EBE1D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE1D1.

Preview

Color preview on black background

This text has color #EBE1D1 on black background.


Color preview on white background

This text has color #EBE1D1 on white background.


Black color preview on #EBE1D1 background

This text has black color on #EBE1D1 background.


White color preview on #EBE1D1 background

This text has white color on #EBE1D1 background.


Related colors

Complementary color

Complementary color for #hex is #141E2E.


I love getcolorcode.com

Triadic colors

1 #D1EBE1 and #E1D1EB with #EBE1D1 are triadic colors.

2 #D1E1EB and #E1EBD1 with #EBE1D1 are triadic colors.