COLOR #EBE4F6

HEX: #EBE4F6
RGB: (235,228,246)

Color info

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

RGB color model

#EBE4F6 color RGB value is (235,228,246).

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

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 246 of 255 = 96%

235
228
246

R + G + B ~ 92%. #EBE4F6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 246 = 709 (100%)
R 235 of 709 ~ 33.15%
G 228 of 709 ~ 32.16%
B 246 of 709 ~ 34.7%

%33.15
%32.16
%34.7

CMYK color model

#EBE4F6 color CMYK value is (4,7,0,4).

  • cyan value is 4.47%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,7,0,4)
C4M7Y0K4 
(4%,7%,0%,4%)
(0.04/0.07/0.00/0.04)	

CMYK percentages

%4.47
%7.32
%0
%3.53

Codes

Color #EBE4F6 in popluar color models

EBE4F6
RGB235228246
HSL263°50.00%92.94%
HSB/HSV263°7.32%96.47%
CMYK4.47%7.32%0.00%
3.53%

Color #EBE4F6 in popluar number systems.

HEXEBE4F6
Decimal235228246
Binary111010111110010011110110
Octal353344366

Shades and tints

Shades of #EBE4F6

#EBE4F6
(235,228,246)
#D6D0E0
(214,208,224)
#C1BCCA
(193,188,202)
#ACA8B4
(172,168,180)
#97949E
(151,148,158)
#828088
(130,128,136)
#6D6C72
(109,108,114)
#58585C
(88,88,92)
#434446
(67,68,70)
#2E3030
(46,48,48)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #EBE4F6

#EBE4F6
(235,228,246)
#ECE6F6
(236,230,246)
#EDE8F6
(237,232,246)
#EEEAF6
(238,234,246)
#EFECF6
(239,236,246)
#F0EEF6
(240,238,246)
#F1F0F6
(241,240,246)
#F2F2F6
(242,242,246)
#F3F4F6
(243,244,246)
#F4F6F6
(244,246,246)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4F6; }

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

This text font color is #EBE4F6.


Background Color

.myBgColor { background-color: #EBE4F6; }

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

This div background color is #EBE4F6.


Border color

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

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

This div border color is #EBE4F6.


Opacity

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

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

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

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

This text has shadow with #EBE4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE4F6 on black background.


Color preview on white background

This text has color #EBE4F6 on white background.



Black color preview on #EBE4F6 background

This text has black color on #EBE4F6 background.


White color preview on #EBE4F6 background

This text has white color on #EBE4F6 background.