COLOR #EBDBE0

HEX: #EBDBE0
RGB: (235,219,224)

Color info

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

RGB color model

#EBDBE0 color RGB value is (235,219,224).

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

RGB channels and saturation

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

235
219
224

R + G + B ~ 89%. #EBDBE0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 219 + 224 = 678 (100%)
R 235 of 678 ~ 34.66%
G 219 of 678 ~ 32.3%
B 224 of 678 ~ 33.04%

%34.66
%32.3
%33.04

CMYK color model

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

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

CMYK percentages

%0
%6.81
%4.68
%7.84

Codes

Color #EBDBE0 in popluar color models

EBDBE0
RGB235219224
HSL341°28.57%89.02%
HSB/HSV341°6.81%92.16%
CMYK0.00%6.81%4.68%
7.84%

Color #EBDBE0 in popluar number systems.

HEXEBDBE0
Decimal235219224
Binary111010111101101111100000
Octal353333340

Shades and tints

Shades of #EBDBE0

#EBDBE0
(235,219,224)
#D6C8CC
(214,200,204)
#C1B5B8
(193,181,184)
#ACA2A4
(172,162,164)
#978F90
(151,143,144)
#827C7C
(130,124,124)
#6D6968
(109,105,104)
#585654
(88,86,84)
#434340
(67,67,64)
#2E302C
(46,48,44)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #EBDBE0

#EBDBE0
(235,219,224)
#ECDEE2
(236,222,226)
#EDE1E4
(237,225,228)
#EEE4E6
(238,228,230)
#EFE7E8
(239,231,232)
#F0EAEA
(240,234,234)
#F1EDEC
(241,237,236)
#F2F0EE
(242,240,238)
#F3F3F0
(243,243,240)
#F4F6F2
(244,246,242)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBE0; }

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

This text font color is #EBDBE0.


Background Color

.myBgColor { background-color: #EBDBE0; }

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

This div background color is #EBDBE0.


Border color

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

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

This div border color is #EBDBE0.


Opacity

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

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

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

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

This text has shadow with #EBDBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBE0 on black background.


Color preview on white background

This text has color #EBDBE0 on white background.



Black color preview on #EBDBE0 background

This text has black color on #EBDBE0 background.


White color preview on #EBDBE0 background

This text has white color on #EBDBE0 background.