COLOR #EBDBE4

HEX: #EBDBE4
RGB: (235,219,228)

Color info

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

RGB color model

#EBDBE4 color RGB value is (235,219,228).

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

RGB channels and saturation

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

235
219
228

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

Portions of RGB colors in percentages

R + G + B =
235 + 219 + 228 = 682 (100%)
R 235 of 682 ~ 34.46%
G 219 of 682 ~ 32.11%
B 228 of 682 ~ 33.43%

%34.46
%32.11
%33.43

CMYK color model

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

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

CMYK percentages

%0
%6.81
%2.98
%7.84

Codes

Color #EBDBE4 in popluar color models

EBDBE4
RGB235219228
HSL326°28.57%89.02%
HSB/HSV326°6.81%92.16%
CMYK0.00%6.81%2.98%
7.84%

Color #EBDBE4 in popluar number systems.

HEXEBDBE4
Decimal235219228
Binary111010111101101111100100
Octal353333344

Shades and tints

Shades of #EBDBE4

#EBDBE4
(235,219,228)
#D6C8D0
(214,200,208)
#C1B5BC
(193,181,188)
#ACA2A8
(172,162,168)
#978F94
(151,143,148)
#827C80
(130,124,128)
#6D696C
(109,105,108)
#585658
(88,86,88)
#434344
(67,67,68)
#2E3030
(46,48,48)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #EBDBE4

#EBDBE4
(235,219,228)
#ECDEE6
(236,222,230)
#EDE1E8
(237,225,232)
#EEE4EA
(238,228,234)
#EFE7EC
(239,231,236)
#F0EAEE
(240,234,238)
#F1EDF0
(241,237,240)
#F2F0F2
(242,240,242)
#F3F3F4
(243,243,244)
#F4F6F6
(244,246,246)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBE4; }

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

This text font color is #EBDBE4.


Background Color

.myBgColor { background-color: #EBDBE4; }

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

This div background color is #EBDBE4.


Border color

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

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

This div border color is #EBDBE4.


Opacity

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

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

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

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

This text has shadow with #EBDBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBE4 on black background.


Color preview on white background

This text has color #EBDBE4 on white background.



Black color preview on #EBDBE4 background

This text has black color on #EBDBE4 background.


White color preview on #EBDBE4 background

This text has white color on #EBDBE4 background.