COLOR #EBD6D5

HEX: #EBD6D5 RGB: (235,214,213)

Color info

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

RGB color model

#EBD6D5 color RGB value is (235,214,213).

RGB: (235,214,213) (92%, 84%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 213 of 255 = 84%

235
214
213

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

Portions of RGB colors in percentages

R + G + B = 235 + 214 + 213 = 662 (100%)
R 235 of 662 ~ 35.5%
G 214 of 662 ~ 32.33%
B 213 of 662 ~ 32.18'%

%35.5
%32.33
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 9.36%
  • key color value is 7.84%

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

CMYK percentages

%0
%8.94
%9.36
%7.84

Codes

Color #EBD6D5 in popluar color models

EB D6 D5
RGB 235 214 213
HSL 35.48% 87.84%
HSB/HSV 9.36% 92.16%
CMYK 0.00% 8.94% 9.36%
7.84%

Color #EBD6D5 in popluar number systems.

HEX EB D6 D5
Decimal 235 214 213
Binary 11101011 11010110 11010101
Octal 353 326 325

Shades and tints

Shades of #EBD6D5

#EBD6D5
(235,214,213)
#D6C3C2
(214,195,194)
#C1B0AF
(193,176,175)
#AC9D9C
(172,157,156)
#978A89
(151,138,137)
#827776
(130,119,118)
#6D6463
(109,100,99)
#585150
(88,81,80)
#433E3D
(67,62,61)
#2E2B2A
(46,43,42)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #EBD6D5

#EBD6D5
(235,214,213)
#ECD9D8
(236,217,216)
#EDDCDB
(237,220,219)
#EEDFDE
(238,223,222)
#EFE2E1
(239,226,225)
#F0E5E4
(240,229,228)
#F1E8E7
(241,232,231)
#F2EBEA
(242,235,234)
#F3EEED
(243,238,237)
#F4F1F0
(244,241,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD6D5 color. Also use rgb(235,214,213) instead hex code.

Text Font Color

.myTextColor { color: #EBD6D5; }

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

This text font color is #EBD6D5.

Background Color

.myBgColor { background-color: #EBD6D5; }

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

This div background color is #EBD6D5.

Border color

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

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

This div border color is #EBD6D5.

Opacity

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

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

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

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

This text has shadow with #EBD6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD6D5.

Preview

Color preview on black background

This text has color #EBD6D5 on black background.


Color preview on white background

This text has color #EBD6D5 on white background.


Black color preview on #EBD6D5 background

This text has black color on #EBD6D5 background.


White color preview on #EBD6D5 background

This text has white color on #EBD6D5 background.


Related colors

Complementary color

Complementary color for #hex is #14292A.


I love getcolorcode.com

Triadic colors

1 #D5EBD6 and #D6D5EB with #EBD6D5 are triadic colors.

2 #D5D6EB and #D6EBD5 with #EBD6D5 are triadic colors.