COLOR #EBD0D6

HEX: #EBD0D6
RGB: (235,208,214)

Color info

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

RGB color model

#EBD0D6 color RGB value is (235,208,214).

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

RGB channels and saturation

R 235 of 255 = 92%
G 208 of 255 = 82%
B 214 of 255 = 84%

235
208
214

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

Portions of RGB colors in percentages

R + G + B =
235 + 208 + 214 = 657 (100%)
R 235 of 657 ~ 35.77%
G 208 of 657 ~ 31.66%
B 214 of 657 ~ 32.57%

%35.77
%31.66
%32.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(0,11,9,8)
C0M11Y9K8 
(0%,11%,9%,8%)
(0.00/0.11/0.09/0.08)	

CMYK percentages

%0
%11.49
%8.94
%7.84

Codes

Color #EBD0D6 in popluar color models

EBD0D6
RGB235208214
HSL347°40.30%86.86%
HSB/HSV347°11.49%92.16%
CMYK0.00%11.49%8.94%
7.84%

Color #EBD0D6 in popluar number systems.

HEXEBD0D6
Decimal235208214
Binary111010111101000011010110
Octal353320326

Shades and tints

Shades of #EBD0D6

#EBD0D6
(235,208,214)
#D6BEC3
(214,190,195)
#C1ACB0
(193,172,176)
#AC9A9D
(172,154,157)
#97888A
(151,136,138)
#827677
(130,118,119)
#6D6464
(109,100,100)
#585251
(88,82,81)
#43403E
(67,64,62)
#2E2E2B
(46,46,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #EBD0D6

#EBD0D6
(235,208,214)
#ECD4D9
(236,212,217)
#EDD8DC
(237,216,220)
#EEDCDF
(238,220,223)
#EFE0E2
(239,224,226)
#F0E4E5
(240,228,229)
#F1E8E8
(241,232,232)
#F2ECEB
(242,236,235)
#F3F0EE
(243,240,238)
#F4F4F1
(244,244,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD0D6; }

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

This text font color is #EBD0D6.


Background Color

.myBgColor { background-color: #EBD0D6; }

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

This div background color is #EBD0D6.


Border color

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

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

This div border color is #EBD0D6.


Opacity

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

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

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

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

This text has shadow with #EBD0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD0D6 on black background.


Color preview on white background

This text has color #EBD0D6 on white background.



Black color preview on #EBD0D6 background

This text has black color on #EBD0D6 background.


White color preview on #EBD0D6 background

This text has white color on #EBD0D6 background.