COLOR #EBD8D1

HEX: #EBD8D1 RGB: (235,216,209)

Color info

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

RGB color model

#EBD8D1 color RGB value is (235,216,209).

RGB: (235,216,209) (92%, 85%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 209 of 255 = 82%

235
216
209

R + G + B ~ 86%. #EBD8D1 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 216 + 209 = 660 (100%)
R 235 of 660 ~ 35.61%
G 216 of 660 ~ 32.73%
B 209 of 660 ~ 31.67'%

%35.61
%32.73
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK: (0,8,11,8) C0M8Y11K8 (0%,8%,11%,8%) (0.00/0.08/0.11/0.08) 

CMYK percentages

%0
%8.09
%11.06
%7.84

Codes

Color #EBD8D1 in popluar color models

EB D8 D1
RGB 235 216 209
HSL 16° 39.39% 87.06%
HSB/HSV 16° 11.06% 92.16%
CMYK 0.00% 8.09% 11.06%
7.84%

Color #EBD8D1 in popluar number systems.

HEX EB D8 D1
Decimal 235 216 209
Binary 11101011 11011000 11010001
Octal 353 330 321

Shades and tints

Shades of #EBD8D1

#EBD8D1
(235,216,209)
#D6C5BE
(214,197,190)
#C1B2AB
(193,178,171)
#AC9F98
(172,159,152)
#978C85
(151,140,133)
#827972
(130,121,114)
#6D665F
(109,102,95)
#58534C
(88,83,76)
#434039
(67,64,57)
#2E2D26
(46,45,38)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #EBD8D1

#EBD8D1
(235,216,209)
#ECDBD5
(236,219,213)
#EDDED9
(237,222,217)
#EEE1DD
(238,225,221)
#EFE4E1
(239,228,225)
#F0E7E5
(240,231,229)
#F1EAE9
(241,234,233)
#F2EDED
(242,237,237)
#F3F0F1
(243,240,241)
#F4F3F5
(244,243,245)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD8D1; }

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

This text font color is #EBD8D1.

Background Color

.myBgColor { background-color: #EBD8D1; }

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

This div background color is #EBD8D1.

Border color

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

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

This div border color is #EBD8D1.

Opacity

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

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

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

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

This text has shadow with #EBD8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD8D1.

Preview

Color preview on black background

This text has color #EBD8D1 on black background.


Color preview on white background

This text has color #EBD8D1 on white background.


Black color preview on #EBD8D1 background

This text has black color on #EBD8D1 background.


White color preview on #EBD8D1 background

This text has white color on #EBD8D1 background.


Related colors

Complementary color

Complementary color for #hex is #14272E.


I love getcolorcode.com

Triadic colors

1 #D1EBD8 and #D8D1EB with #EBD8D1 are triadic colors.

2 #D1D8EB and #D8EBD1 with #EBD8D1 are triadic colors.