COLOR #EBE2E9

HEX: #EBE2E9
RGB: (235,226,233)

Color info

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

RGB color model

#EBE2E9 color RGB value is (235,226,233).

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

RGB channels and saturation

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

235
226
233

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

Portions of RGB colors in percentages

R + G + B =
235 + 226 + 233 = 694 (100%)
R 235 of 694 ~ 33.86%
G 226 of 694 ~ 32.56%
B 233 of 694 ~ 33.57%

%33.86
%32.56
%33.57

CMYK color model

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

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

Codes

Color #EBE2E9 in popluar color models

EBE2E9
RGB235226233
HSL313°18.37%90.39%
HSB/HSV313°3.83%92.16%
CMYK0.00%3.83%0.85%
7.84%

Color #EBE2E9 in popluar number systems.

HEXEBE2E9
Decimal235226233
Binary111010111110001011101001
Octal353342351

Shades and tints

Shades of #EBE2E9

#EBE2E9
(235,226,233)
#D6CED4
(214,206,212)
#C1BABF
(193,186,191)
#ACA6AA
(172,166,170)
#979295
(151,146,149)
#827E80
(130,126,128)
#6D6A6B
(109,106,107)
#585656
(88,86,86)
#434241
(67,66,65)
#2E2E2C
(46,46,44)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBE2E9

#EBE2E9
(235,226,233)
#ECE4EB
(236,228,235)
#EDE6ED
(237,230,237)
#EEE8EF
(238,232,239)
#EFEAF1
(239,234,241)
#F0ECF3
(240,236,243)
#F1EEF5
(241,238,245)
#F2F0F7
(242,240,247)
#F3F2F9
(243,242,249)
#F4F4FB
(244,244,251)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2E9; }

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

This text font color is #EBE2E9.


Background Color

.myBgColor { background-color: #EBE2E9; }

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

This div background color is #EBE2E9.


Border color

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

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

This div border color is #EBE2E9.


Opacity

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

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

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

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

This text has shadow with #EBE2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE2E9 on black background.


Color preview on white background

This text has color #EBE2E9 on white background.



Black color preview on #EBE2E9 background

This text has black color on #EBE2E9 background.


White color preview on #EBE2E9 background

This text has white color on #EBE2E9 background.