COLOR #EBE4E7

HEX: #EBE4E7
RGB: (235,228,231)

Color info

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

RGB color model

#EBE4E7 color RGB value is (235,228,231).

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

RGB channels and saturation

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

235
228
231

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

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 231 = 694 (100%)
R 235 of 694 ~ 33.86%
G 228 of 694 ~ 32.85%
B 231 of 694 ~ 33.29%

%33.86
%32.85
%33.29

CMYK color model

#EBE4E7 color CMYK value is (0,3,2,8).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(0,3,2,8)
C0M3Y2K8 
(0%,3%,2%,8%)
(0.00/0.03/0.02/0.08)	

CMYK percentages

%0
%2.98
%1.7
%7.84

Codes

Color #EBE4E7 in popluar color models

EBE4E7
RGB235228231
HSL334°14.89%90.78%
HSB/HSV334°2.98%92.16%
CMYK0.00%2.98%1.70%
7.84%

Color #EBE4E7 in popluar number systems.

HEXEBE4E7
Decimal235228231
Binary111010111110010011100111
Octal353344347

Shades and tints

Shades of #EBE4E7

#EBE4E7
(235,228,231)
#D6D0D2
(214,208,210)
#C1BCBD
(193,188,189)
#ACA8A8
(172,168,168)
#979493
(151,148,147)
#82807E
(130,128,126)
#6D6C69
(109,108,105)
#585854
(88,88,84)
#43443F
(67,68,63)
#2E302A
(46,48,42)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #EBE4E7

#EBE4E7
(235,228,231)
#ECE6E9
(236,230,233)
#EDE8EB
(237,232,235)
#EEEAED
(238,234,237)
#EFECEF
(239,236,239)
#F0EEF1
(240,238,241)
#F1F0F3
(241,240,243)
#F2F2F5
(242,242,245)
#F3F4F7
(243,244,247)
#F4F6F9
(244,246,249)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4E7; }

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

This text font color is #EBE4E7.


Background Color

.myBgColor { background-color: #EBE4E7; }

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

This div background color is #EBE4E7.


Border color

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

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

This div border color is #EBE4E7.


Opacity

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

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

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

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

This text has shadow with #EBE4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE4E7 on black background.


Color preview on white background

This text has color #EBE4E7 on white background.



Black color preview on #EBE4E7 background

This text has black color on #EBE4E7 background.


White color preview on #EBE4E7 background

This text has white color on #EBE4E7 background.