COLOR #EBE1E8

HEX: #EBE1E8
RGB: (235,225,232)

Color info

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

RGB color model

#EBE1E8 color RGB value is (235,225,232).

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

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 232 of 255 = 91%

235
225
232

R + G + B ~ 90%. #EBE1E8 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 232 = 692 (100%)
R 235 of 692 ~ 33.96%
G 225 of 692 ~ 32.51%
B 232 of 692 ~ 33.53%

%33.96
%32.51
%33.53

CMYK color model

#EBE1E8 color CMYK value is (0,4,1,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(0,4,1,8)
C0M4Y1K8 
(0%,4%,1%,8%)
(0.00/0.04/0.01/0.08)	

CMYK percentages

%0
%4.26
%1.28
%7.84

Codes

Color #EBE1E8 in popluar color models

EBE1E8
RGB235225232
HSL318°20.00%90.20%
HSB/HSV318°4.26%92.16%
CMYK0.00%4.26%1.28%
7.84%

Color #EBE1E8 in popluar number systems.

HEXEBE1E8
Decimal235225232
Binary111010111110000111101000
Octal353341350

Shades and tints

Shades of #EBE1E8

#EBE1E8
(235,225,232)
#D6CDD3
(214,205,211)
#C1B9BE
(193,185,190)
#ACA5A9
(172,165,169)
#979194
(151,145,148)
#827D7F
(130,125,127)
#6D696A
(109,105,106)
#585555
(88,85,85)
#434140
(67,65,64)
#2E2D2B
(46,45,43)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #EBE1E8

#EBE1E8
(235,225,232)
#ECE3EA
(236,227,234)
#EDE5EC
(237,229,236)
#EEE7EE
(238,231,238)
#EFE9F0
(239,233,240)
#F0EBF2
(240,235,242)
#F1EDF4
(241,237,244)
#F2EFF6
(242,239,246)
#F3F1F8
(243,241,248)
#F4F3FA
(244,243,250)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1E8; }

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

This text font color is #EBE1E8.


Background Color

.myBgColor { background-color: #EBE1E8; }

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

This div background color is #EBE1E8.


Border color

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

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

This div border color is #EBE1E8.


Opacity

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

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

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

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

This text has shadow with #EBE1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1E8 on black background.


Color preview on white background

This text has color #EBE1E8 on white background.



Black color preview on #EBE1E8 background

This text has black color on #EBE1E8 background.


White color preview on #EBE1E8 background

This text has white color on #EBE1E8 background.