COLOR #EBDBDB

HEX: #EBDBDB
RGB: (235,219,219)

Color info

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

RGB color model

#EBDBDB color RGB value is (235,219,219).

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

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 219 of 255 = 86%

235
219
219

R + G + B ~ 88%. #EBDBDB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 219 + 219 = 673 (100%)
R 235 of 673 ~ 34.92%
G 219 of 673 ~ 32.54%
B 219 of 673 ~ 32.54%

%34.92
%32.54
%32.54

CMYK color model

#EBDBDB color CMYK value is (0,7,7,8).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(0,7,7,8)
C0M7Y7K8 
(0%,7%,7%,8%)
(0.00/0.07/0.07/0.08)	

CMYK percentages

%0
%6.81
%6.81
%7.84

Codes

Color #EBDBDB in popluar color models

EBDBDB
RGB235219219
HSL28.57%89.02%
HSB/HSV6.81%92.16%
CMYK0.00%6.81%6.81%
7.84%

Color #EBDBDB in popluar number systems.

HEXEBDBDB
Decimal235219219
Binary111010111101101111011011
Octal353333333

Shades and tints

Shades of #EBDBDB

#EBDBDB
(235,219,219)
#D6C8C8
(214,200,200)
#C1B5B5
(193,181,181)
#ACA2A2
(172,162,162)
#978F8F
(151,143,143)
#827C7C
(130,124,124)
#6D6969
(109,105,105)
#585656
(88,86,86)
#434343
(67,67,67)
#2E3030
(46,48,48)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #EBDBDB

#EBDBDB
(235,219,219)
#ECDEDE
(236,222,222)
#EDE1E1
(237,225,225)
#EEE4E4
(238,228,228)
#EFE7E7
(239,231,231)
#F0EAEA
(240,234,234)
#F1EDED
(241,237,237)
#F2F0F0
(242,240,240)
#F3F3F3
(243,243,243)
#F4F6F6
(244,246,246)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBDB; }

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

This text font color is #EBDBDB.


Background Color

.myBgColor { background-color: #EBDBDB; }

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

This div background color is #EBDBDB.


Border color

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

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

This div border color is #EBDBDB.


Opacity

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

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

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

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

This text has shadow with #EBDBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBDB on black background.


Color preview on white background

This text has color #EBDBDB on white background.



Black color preview on #EBDBDB background

This text has black color on #EBDBDB background.


White color preview on #EBDBDB background

This text has white color on #EBDBDB background.