COLOR #EBE2E2

HEX: #EBE2E2
RGB: (235,226,226)

Color info

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

RGB color model

#EBE2E2 color RGB value is (235,226,226).

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

RGB channels and saturation

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

235
226
226

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

Portions of RGB colors in percentages

R + G + B =
235 + 226 + 226 = 687 (100%)
R 235 of 687 ~ 34.21%
G 226 of 687 ~ 32.9%
B 226 of 687 ~ 32.9%

%34.21
%32.9
%32.9

CMYK color model

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

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

Codes

Color #EBE2E2 in popluar color models

EBE2E2
RGB235226226
HSL18.37%90.39%
HSB/HSV3.83%92.16%
CMYK0.00%3.83%3.83%
7.84%

Color #EBE2E2 in popluar number systems.

HEXEBE2E2
Decimal235226226
Binary111010111110001011100010
Octal353342342

Shades and tints

Shades of #EBE2E2

#EBE2E2
(235,226,226)
#D6CECE
(214,206,206)
#C1BABA
(193,186,186)
#ACA6A6
(172,166,166)
#979292
(151,146,146)
#827E7E
(130,126,126)
#6D6A6A
(109,106,106)
#585656
(88,86,86)
#434242
(67,66,66)
#2E2E2E
(46,46,46)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #EBE2E2

#EBE2E2
(235,226,226)
#ECE4E4
(236,228,228)
#EDE6E6
(237,230,230)
#EEE8E8
(238,232,232)
#EFEAEA
(239,234,234)
#F0ECEC
(240,236,236)
#F1EEEE
(241,238,238)
#F2F0F0
(242,240,240)
#F3F2F2
(243,242,242)
#F4F4F4
(244,244,244)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2E2; }

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

This text font color is #EBE2E2.


Background Color

.myBgColor { background-color: #EBE2E2; }

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

This div background color is #EBE2E2.


Border color

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

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

This div border color is #EBE2E2.


Opacity

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

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

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

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

This text has shadow with #EBE2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE2E2 on black background.


Color preview on white background

This text has color #EBE2E2 on white background.



Black color preview on #EBE2E2 background

This text has black color on #EBE2E2 background.


White color preview on #EBE2E2 background

This text has white color on #EBE2E2 background.