COLOR #EBD6D8

HEX: #EBD6D8
RGB: (235,214,216)

Color info

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

RGB color model

#EBD6D8 color RGB value is (235,214,216).

  • red value is 235;
  • green value is 214;
  • blue value is 216.
RGB:
(235,214,216)
(92%,84%,85%)

RGB channels and saturation

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

235
214
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 216 = 665 (100%)
R 235 of 665 ~ 35.34%
G 214 of 665 ~ 32.18%
B 216 of 665 ~ 32.48%

%35.34
%32.18
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,9,8,8)
C0M9Y8K8 
(0%,9%,8%,8%)
(0.00/0.09/0.08/0.08)	

CMYK percentages

%0
%8.94
%8.09
%7.84

Codes

Color #EBD6D8 in popluar color models

EBD6D8
RGB235214216
HSL354°34.43%88.04%
HSB/HSV354°8.94%92.16%
CMYK0.00%8.94%8.09%
7.84%

Color #EBD6D8 in popluar number systems.

HEXEBD6D8
Decimal235214216
Binary111010111101011011011000
Octal353326330

Shades and tints

Shades of #EBD6D8

#EBD6D8
(235,214,216)
#D6C3C5
(214,195,197)
#C1B0B2
(193,176,178)
#AC9D9F
(172,157,159)
#978A8C
(151,138,140)
#827779
(130,119,121)
#6D6466
(109,100,102)
#585153
(88,81,83)
#433E40
(67,62,64)
#2E2B2D
(46,43,45)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #EBD6D8

#EBD6D8
(235,214,216)
#ECD9DB
(236,217,219)
#EDDCDE
(237,220,222)
#EEDFE1
(238,223,225)
#EFE2E4
(239,226,228)
#F0E5E7
(240,229,231)
#F1E8EA
(241,232,234)
#F2EBED
(242,235,237)
#F3EEF0
(243,238,240)
#F4F1F3
(244,241,243)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD6D8; }

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

This text font color is #EBD6D8.


Background Color

.myBgColor { background-color: #EBD6D8; }

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

This div background color is #EBD6D8.


Border color

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

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

This div border color is #EBD6D8.


Opacity

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

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

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

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

This text has shadow with #EBD6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6D8 on black background.


Color preview on white background

This text has color #EBD6D8 on white background.



Black color preview on #EBD6D8 background

This text has black color on #EBD6D8 background.


White color preview on #EBD6D8 background

This text has white color on #EBD6D8 background.