COLOR #EBE1E2

HEX: #EBE1E2
RGB: (235,225,226)

Color info

#EBE1E2 contains red, green and blue colors in about the same proportion. Web safe color of #EBE1E2 is #FFCCCC (or #FCC).

RGB color model

#EBE1E2 color RGB value is (235,225,226).

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

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 226 of 255 = 89%

235
225
226

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

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 226 = 686 (100%)
R 235 of 686 ~ 34.26%
G 225 of 686 ~ 32.8%
B 226 of 686 ~ 32.94%

%34.26
%32.8
%32.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(0,4,4,8)
C0M4Y4K8 
(0%,4%,4%,8%)
(0.00/0.04/0.04/0.08)	

CMYK percentages

%0
%4.26
%3.83
%7.84

Codes

Color #EBE1E2 in popluar color models

EBE1E2
RGB235225226
HSL354°20.00%90.20%
HSB/HSV354°4.26%92.16%
CMYK0.00%4.26%3.83%
7.84%

Color #EBE1E2 in popluar number systems.

HEXEBE1E2
Decimal235225226
Binary111010111110000111100010
Octal353341342

Shades and tints

Shades of #EBE1E2

#EBE1E2
(235,225,226)
#D6CDCE
(214,205,206)
#C1B9BA
(193,185,186)
#ACA5A6
(172,165,166)
#979192
(151,145,146)
#827D7E
(130,125,126)
#6D696A
(109,105,106)
#585556
(88,85,86)
#434142
(67,65,66)
#2E2D2E
(46,45,46)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBE1E2

#EBE1E2
(235,225,226)
#ECE3E4
(236,227,228)
#EDE5E6
(237,229,230)
#EEE7E8
(238,231,232)
#EFE9EA
(239,233,234)
#F0EBEC
(240,235,236)
#F1EDEE
(241,237,238)
#F2EFF0
(242,239,240)
#F3F1F2
(243,241,242)
#F4F3F4
(244,243,244)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1E2; }

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

This text font color is #EBE1E2.


Background Color

.myBgColor { background-color: #EBE1E2; }

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

This div background color is #EBE1E2.


Border color

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

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

This div border color is #EBE1E2.


Opacity

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

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

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

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

This text has shadow with #EBE1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1E2 on black background.


Color preview on white background

This text has color #EBE1E2 on white background.



Black color preview on #EBE1E2 background

This text has black color on #EBE1E2 background.


White color preview on #EBE1E2 background

This text has white color on #EBE1E2 background.