COLOR #EBD0D0

HEX: #EBD0D0
RGB: (235,208,208)

Color info

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

RGB color model

#EBD0D0 color RGB value is (235,208,208).

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

RGB channels and saturation

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

235
208
208

R + G + B ~ 85%. #EBD0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 208 + 208 = 651 (100%)
R 235 of 651 ~ 36.1%
G 208 of 651 ~ 31.95%
B 208 of 651 ~ 31.95%

%36.1
%31.95
%31.95

CMYK color model

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

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

CMYK percentages

%0
%11.49
%11.49
%7.84

Codes

Color #EBD0D0 in popluar color models

EBD0D0
RGB235208208
HSL40.30%86.86%
HSB/HSV11.49%92.16%
CMYK0.00%11.49%11.49%
7.84%

Color #EBD0D0 in popluar number systems.

HEXEBD0D0
Decimal235208208
Binary111010111101000011010000
Octal353320320

Shades and tints

Shades of #EBD0D0

#EBD0D0
(235,208,208)
#D6BEBE
(214,190,190)
#C1ACAC
(193,172,172)
#AC9A9A
(172,154,154)
#978888
(151,136,136)
#827676
(130,118,118)
#6D6464
(109,100,100)
#585252
(88,82,82)
#434040
(67,64,64)
#2E2E2E
(46,46,46)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #EBD0D0

#EBD0D0
(235,208,208)
#ECD4D4
(236,212,212)
#EDD8D8
(237,216,216)
#EEDCDC
(238,220,220)
#EFE0E0
(239,224,224)
#F0E4E4
(240,228,228)
#F1E8E8
(241,232,232)
#F2ECEC
(242,236,236)
#F3F0F0
(243,240,240)
#F4F4F4
(244,244,244)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD0D0; }

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

This text font color is #EBD0D0.


Background Color

.myBgColor { background-color: #EBD0D0; }

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

This div background color is #EBD0D0.


Border color

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

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

This div border color is #EBD0D0.


Opacity

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

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

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

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

This text has shadow with #EBD0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD0D0 on black background.


Color preview on white background

This text has color #EBD0D0 on white background.



Black color preview on #EBD0D0 background

This text has black color on #EBD0D0 background.


White color preview on #EBD0D0 background

This text has white color on #EBD0D0 background.