COLOR #EBEBDB

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

Color info

#EBEBDB contains red, green and blue colors in about the same proportion. Web safe color of #EBEBDB is #FFFFCC (or #FFC).

RGB color model

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

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

RGB channels and saturation

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

235
235
219

R + G + B ~ 90%. #EBEBDB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 219 = 689 (100%)
R 235 of 689 ~ 34.11%
G 235 of 689 ~ 34.11%
B 219 of 689 ~ 31.79%

%34.11
%34.11
%31.79

CMYK color model

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

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

CMYK percentages

%0
%0
%6.81
%7.84

Codes

Color #EBEBDB in popluar color models

EBEBDB
RGB235235219
HSL60°28.57%89.02%
HSB/HSV60°6.81%92.16%
CMYK0.00%0.00%6.81%
7.84%

Color #EBEBDB in popluar number systems.

HEXEBEBDB
Decimal235235219
Binary111010111110101111011011
Octal353353333

Shades and tints

Shades of #EBEBDB

#EBEBDB
(235,235,219)
#D6D6C8
(214,214,200)
#C1C1B5
(193,193,181)
#ACACA2
(172,172,162)
#97978F
(151,151,143)
#82827C
(130,130,124)
#6D6D69
(109,109,105)
#585856
(88,88,86)
#434343
(67,67,67)
#2E2E30
(46,46,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #EBEBDB

#EBEBDB
(235,235,219)
#ECECDE
(236,236,222)
#EDEDE1
(237,237,225)
#EEEEE4
(238,238,228)
#EFEFE7
(239,239,231)
#F0F0EA
(240,240,234)
#F1F1ED
(241,241,237)
#F2F2F0
(242,242,240)
#F3F3F3
(243,243,243)
#F4F4F6
(244,244,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBDB; }

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

This text font color is #EBEBDB.


Background Color

.myBgColor { background-color: #EBEBDB; }

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

This div background color is #EBEBDB.


Border color

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

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

This div border color is #EBEBDB.


Opacity

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

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

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

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

This text has shadow with #EBEBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBDB on black background.


Color preview on white background

This text has color #EBEBDB on white background.



Black color preview on #EBEBDB background

This text has black color on #EBEBDB background.


White color preview on #EBEBDB background

This text has white color on #EBEBDB background.