COLOR #EBDBEB

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

Color info

#EBDBEB contains red, green and blue colors in about the same proportion. Web safe color of #EBDBEB is #FFCCFF (or #FCF).

RGB color model

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

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

RGB channels and saturation

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

235
219
235

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

Portions of RGB colors in percentages

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

%34.11
%31.79
%34.11

CMYK color model

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

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

CMYK percentages

%0
%6.81
%0
%7.84

Codes

Color #EBDBEB in popluar color models

EBDBEB
RGB235219235
HSL300°28.57%89.02%
HSB/HSV300°6.81%92.16%
CMYK0.00%6.81%0.00%
7.84%

Color #EBDBEB in popluar number systems.

HEXEBDBEB
Decimal235219235
Binary111010111101101111101011
Octal353333353

Shades and tints

Shades of #EBDBEB

#EBDBEB
(235,219,235)
#D6C8D6
(214,200,214)
#C1B5C1
(193,181,193)
#ACA2AC
(172,162,172)
#978F97
(151,143,151)
#827C82
(130,124,130)
#6D696D
(109,105,109)
#585658
(88,86,88)
#434343
(67,67,67)
#2E302E
(46,48,46)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #EBDBEB

#EBDBEB
(235,219,235)
#ECDEEC
(236,222,236)
#EDE1ED
(237,225,237)
#EEE4EE
(238,228,238)
#EFE7EF
(239,231,239)
#F0EAF0
(240,234,240)
#F1EDF1
(241,237,241)
#F2F0F2
(242,240,242)
#F3F3F3
(243,243,243)
#F4F6F4
(244,246,244)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBEB; }

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

This text font color is #EBDBEB.


Background Color

.myBgColor { background-color: #EBDBEB; }

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

This div background color is #EBDBEB.


Border color

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

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

This div border color is #EBDBEB.


Opacity

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

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

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

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

This text has shadow with #EBDBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBEB on black background.


Color preview on white background

This text has color #EBDBEB on white background.



Black color preview on #EBDBEB background

This text has black color on #EBDBEB background.


White color preview on #EBDBEB background

This text has white color on #EBDBEB background.