COLOR #EBE2E8

HEX: #EBE2E8
RGB: (235,226,232)

Color info

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

RGB color model

#EBE2E8 color RGB value is (235,226,232).

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

RGB channels and saturation

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

235
226
232

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

Portions of RGB colors in percentages

R + G + B =
235 + 226 + 232 = 693 (100%)
R 235 of 693 ~ 33.91%
G 226 of 693 ~ 32.61%
B 232 of 693 ~ 33.48%

%33.91
%32.61
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.83%
  • 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
%3.83
%1.28
%7.84

Codes

Color #EBE2E8 in popluar color models

EBE2E8
RGB235226232
HSL320°18.37%90.39%
HSB/HSV320°3.83%92.16%
CMYK0.00%3.83%1.28%
7.84%

Color #EBE2E8 in popluar number systems.

HEXEBE2E8
Decimal235226232
Binary111010111110001011101000
Octal353342350

Shades and tints

Shades of #EBE2E8

#EBE2E8
(235,226,232)
#D6CED3
(214,206,211)
#C1BABE
(193,186,190)
#ACA6A9
(172,166,169)
#979294
(151,146,148)
#827E7F
(130,126,127)
#6D6A6A
(109,106,106)
#585655
(88,86,85)
#434240
(67,66,64)
#2E2E2B
(46,46,43)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #EBE2E8

#EBE2E8
(235,226,232)
#ECE4EA
(236,228,234)
#EDE6EC
(237,230,236)
#EEE8EE
(238,232,238)
#EFEAF0
(239,234,240)
#F0ECF2
(240,236,242)
#F1EEF4
(241,238,244)
#F2F0F6
(242,240,246)
#F3F2F8
(243,242,248)
#F4F4FA
(244,244,250)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2E8; }

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

This text font color is #EBE2E8.


Background Color

.myBgColor { background-color: #EBE2E8; }

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

This div background color is #EBE2E8.


Border color

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

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

This div border color is #EBE2E8.


Opacity

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

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

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

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

This text has shadow with #EBE2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE2E8 on black background.


Color preview on white background

This text has color #EBE2E8 on white background.



Black color preview on #EBE2E8 background

This text has black color on #EBE2E8 background.


White color preview on #EBE2E8 background

This text has white color on #EBE2E8 background.