COLOR #EBE4E8

HEX: #EBE4E8
RGB: (235,228,232)

Color info

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

RGB color model

#EBE4E8 color RGB value is (235,228,232).

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

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 232 of 255 = 91%

235
228
232

R + G + B ~ 91%. #EBE4E8 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 232 = 695 (100%)
R 235 of 695 ~ 33.81%
G 228 of 695 ~ 32.81%
B 232 of 695 ~ 33.38%

%33.81
%32.81
%33.38

CMYK color model

#EBE4E8 color CMYK value is (0,3,1,8).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(0,3,1,8)
C0M3Y1K8 
(0%,3%,1%,8%)
(0.00/0.03/0.01/0.08)	

CMYK percentages

%0
%2.98
%1.28
%7.84

Codes

Color #EBE4E8 in popluar color models

EBE4E8
RGB235228232
HSL326°14.89%90.78%
HSB/HSV326°2.98%92.16%
CMYK0.00%2.98%1.28%
7.84%

Color #EBE4E8 in popluar number systems.

HEXEBE4E8
Decimal235228232
Binary111010111110010011101000
Octal353344350

Shades and tints

Shades of #EBE4E8

#EBE4E8
(235,228,232)
#D6D0D3
(214,208,211)
#C1BCBE
(193,188,190)
#ACA8A9
(172,168,169)
#979494
(151,148,148)
#82807F
(130,128,127)
#6D6C6A
(109,108,106)
#585855
(88,88,85)
#434440
(67,68,64)
#2E302B
(46,48,43)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #EBE4E8

#EBE4E8
(235,228,232)
#ECE6EA
(236,230,234)
#EDE8EC
(237,232,236)
#EEEAEE
(238,234,238)
#EFECF0
(239,236,240)
#F0EEF2
(240,238,242)
#F1F0F4
(241,240,244)
#F2F2F6
(242,242,246)
#F3F4F8
(243,244,248)
#F4F6FA
(244,246,250)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4E8; }

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

This text font color is #EBE4E8.


Background Color

.myBgColor { background-color: #EBE4E8; }

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

This div background color is #EBE4E8.


Border color

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

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

This div border color is #EBE4E8.


Opacity

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

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

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

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

This text has shadow with #EBE4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE4E8 on black background.


Color preview on white background

This text has color #EBE4E8 on white background.



Black color preview on #EBE4E8 background

This text has black color on #EBE4E8 background.


White color preview on #EBE4E8 background

This text has white color on #EBE4E8 background.