COLOR #EBE4E9

HEX: #EBE4E9
RGB: (235,228,233)

Color info

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

RGB color model

#EBE4E9 color RGB value is (235,228,233).

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

RGB channels and saturation

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

235
228
233

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

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 233 = 696 (100%)
R 235 of 696 ~ 33.76%
G 228 of 696 ~ 32.76%
B 233 of 696 ~ 33.48%

%33.76
%32.76
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 0.85%
  • 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
%0.85
%7.84

Codes

Color #EBE4E9 in popluar color models

EBE4E9
RGB235228233
HSL317°14.89%90.78%
HSB/HSV317°2.98%92.16%
CMYK0.00%2.98%0.85%
7.84%

Color #EBE4E9 in popluar number systems.

HEXEBE4E9
Decimal235228233
Binary111010111110010011101001
Octal353344351

Shades and tints

Shades of #EBE4E9

#EBE4E9
(235,228,233)
#D6D0D4
(214,208,212)
#C1BCBF
(193,188,191)
#ACA8AA
(172,168,170)
#979495
(151,148,149)
#828080
(130,128,128)
#6D6C6B
(109,108,107)
#585856
(88,88,86)
#434441
(67,68,65)
#2E302C
(46,48,44)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #EBE4E9

#EBE4E9
(235,228,233)
#ECE6EB
(236,230,235)
#EDE8ED
(237,232,237)
#EEEAEF
(238,234,239)
#EFECF1
(239,236,241)
#F0EEF3
(240,238,243)
#F1F0F5
(241,240,245)
#F2F2F7
(242,242,247)
#F3F4F9
(243,244,249)
#F4F6FB
(244,246,251)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4E9; }

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

This text font color is #EBE4E9.


Background Color

.myBgColor { background-color: #EBE4E9; }

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

This div background color is #EBE4E9.


Border color

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

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

This div border color is #EBE4E9.


Opacity

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

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

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

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

This text has shadow with #EBE4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE4E9 on black background.


Color preview on white background

This text has color #EBE4E9 on white background.



Black color preview on #EBE4E9 background

This text has black color on #EBE4E9 background.


White color preview on #EBE4E9 background

This text has white color on #EBE4E9 background.