COLOR #EBD8D7

HEX: #EBD8D7 RGB: (235,216,215)

Color info

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

RGB color model

#EBD8D7 color RGB value is (235,216,215).

RGB: (235,216,215) (92%, 85%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 215 of 255 = 84%

235
216
215

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

Portions of RGB colors in percentages

R + G + B = 235 + 216 + 215 = 666 (100%)
R 235 of 666 ~ 35.29%
G 216 of 666 ~ 32.43%
B 215 of 666 ~ 32.28'%

%35.29
%32.43
%32.28

CMYK color model

#EBD8D7 color CMYK value is (0,8,9,8).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 8.51%
  • key color value is 7.84%

CMYK: (0,8,9,8)
C0M8Y9K8 (0%, 8%, 9%, 8%)
(0.00 / 0.08 / 0.09 / 0.08)

CMYK percentages

%0
%8.09
%8.51
%7.84

Codes

Color #EBD8D7 in popluar color models

EB D8 D7
RGB 235 216 215
HSL 33.33% 88.24%
HSB/HSV 8.51% 92.16%
CMYK 0.00% 8.09% 8.51%
7.84%

Color #EBD8D7 in popluar number systems.

HEX EB D8 D7
Decimal 235 216 215
Binary 11101011 11011000 11010111
Octal 353 330 327

Shades and tints

Shades of #EBD8D7

#EBD8D7
(235,216,215)
#D6C5C4
(214,197,196)
#C1B2B1
(193,178,177)
#AC9F9E
(172,159,158)
#978C8B
(151,140,139)
#827978
(130,121,120)
#6D6665
(109,102,101)
#585352
(88,83,82)
#43403F
(67,64,63)
#2E2D2C
(46,45,44)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #EBD8D7

#EBD8D7
(235,216,215)
#ECDBDA
(236,219,218)
#EDDEDD
(237,222,221)
#EEE1E0
(238,225,224)
#EFE4E3
(239,228,227)
#F0E7E6
(240,231,230)
#F1EAE9
(241,234,233)
#F2EDEC
(242,237,236)
#F3F0EF
(243,240,239)
#F4F3F2
(244,243,242)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD8D7; }

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

This text font color is #EBD8D7.

Background Color

.myBgColor { background-color: #EBD8D7; }

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

This div background color is #EBD8D7.

Border color

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

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

This div border color is #EBD8D7.

Opacity

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

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

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

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

This text has shadow with #EBD8D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD8D7.

Preview

Color preview on black background

This text has color #EBD8D7 on black background.


Color preview on white background

This text has color #EBD8D7 on white background.


Black color preview on #EBD8D7 background

This text has black color on #EBD8D7 background.


White color preview on #EBD8D7 background

This text has white color on #EBD8D7 background.


Related colors

Complementary color

Complementary color for #hex is #142728.


I love getcolorcode.com

Triadic colors

1 #D7EBD8 and #D8D7EB with #EBD8D7 are triadic colors.

2 #D7D8EB and #D8EBD7 with #EBD8D7 are triadic colors.