COLOR #EBE0D1

HEX: #EBE0D1 RGB: (235,224,209)

Color info

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

RGB color model

#EBE0D1 color RGB value is (235,224,209).

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

RGB channels and saturation

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

235
224
209

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

Portions of RGB colors in percentages

R + G + B = 235 + 224 + 209 = 668 (100%)
R 235 of 668 ~ 35.18%
G 224 of 668 ~ 33.53%
B 209 of 668 ~ 31.29'%

%35.18
%33.53
%31.29

CMYK color model

#EBE0D1 color CMYK value is (0,5,11,8).

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

CMYK: (0,5,11,8)
C0M5Y11K8 (0%, 5%, 11%, 8%)
(0.00 / 0.05 / 0.11 / 0.08)

CMYK percentages

%0
%4.68
%11.06
%7.84

Codes

Color #EBE0D1 in popluar color models

EB E0 D1
RGB 235 224 209
HSL 35° 39.39% 87.06%
HSB/HSV 35° 11.06% 92.16%
CMYK 0.00% 4.68% 11.06%
7.84%

Color #EBE0D1 in popluar number systems.

HEX EB E0 D1
Decimal 235 224 209
Binary 11101011 11100000 11010001
Octal 353 340 321

Shades and tints

Shades of #EBE0D1

#EBE0D1
(235,224,209)
#D6CCBE
(214,204,190)
#C1B8AB
(193,184,171)
#ACA498
(172,164,152)
#979085
(151,144,133)
#827C72
(130,124,114)
#6D685F
(109,104,95)
#58544C
(88,84,76)
#434039
(67,64,57)
#2E2C26
(46,44,38)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #EBE0D1

#EBE0D1
(235,224,209)
#ECE2D5
(236,226,213)
#EDE4D9
(237,228,217)
#EEE6DD
(238,230,221)
#EFE8E1
(239,232,225)
#F0EAE5
(240,234,229)
#F1ECE9
(241,236,233)
#F2EEED
(242,238,237)
#F3F0F1
(243,240,241)
#F4F2F5
(244,242,245)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE0D1; }

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

This text font color is #EBE0D1.

Background Color

.myBgColor { background-color: #EBE0D1; }

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

This div background color is #EBE0D1.

Border color

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

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

This div border color is #EBE0D1.

Opacity

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

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

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

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

This text has shadow with #EBE0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE0D1.

Preview

Color preview on black background

This text has color #EBE0D1 on black background.


Color preview on white background

This text has color #EBE0D1 on white background.


Black color preview on #EBE0D1 background

This text has black color on #EBE0D1 background.


White color preview on #EBE0D1 background

This text has white color on #EBE0D1 background.


Related colors

Complementary color

Complementary color for #hex is #141F2E.


I love getcolorcode.com

Triadic colors

1 #D1EBE0 and #E0D1EB with #EBE0D1 are triadic colors.

2 #D1E0EB and #E0EBD1 with #EBE0D1 are triadic colors.