COLOR #EBE6E2

HEX: #EBE6E2
RGB: (235,230,226)

Color info

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

RGB color model

#EBE6E2 color RGB value is (235,230,226).

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

RGB channels and saturation

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

235
230
226

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

Portions of RGB colors in percentages

R + G + B =
235 + 230 + 226 = 691 (100%)
R 235 of 691 ~ 34.01%
G 230 of 691 ~ 33.29%
B 226 of 691 ~ 32.71%

%34.01
%33.29
%32.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(0,2,4,8)
C0M2Y4K8 
(0%,2%,4%,8%)
(0.00/0.02/0.04/0.08)	

CMYK percentages

%0
%2.13
%3.83
%7.84

Codes

Color #EBE6E2 in popluar color models

EBE6E2
RGB235230226
HSL27°18.37%90.39%
HSB/HSV27°3.83%92.16%
CMYK0.00%2.13%3.83%
7.84%

Color #EBE6E2 in popluar number systems.

HEXEBE6E2
Decimal235230226
Binary111010111110011011100010
Octal353346342

Shades and tints

Shades of #EBE6E2

#EBE6E2
(235,230,226)
#D6D2CE
(214,210,206)
#C1BEBA
(193,190,186)
#ACAAA6
(172,170,166)
#979692
(151,150,146)
#82827E
(130,130,126)
#6D6E6A
(109,110,106)
#585A56
(88,90,86)
#434642
(67,70,66)
#2E322E
(46,50,46)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #EBE6E2

#EBE6E2
(235,230,226)
#ECE8E4
(236,232,228)
#EDEAE6
(237,234,230)
#EEECE8
(238,236,232)
#EFEEEA
(239,238,234)
#F0F0EC
(240,240,236)
#F1F2EE
(241,242,238)
#F2F4F0
(242,244,240)
#F3F6F2
(243,246,242)
#F4F8F4
(244,248,244)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE6E2; }

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

This text font color is #EBE6E2.


Background Color

.myBgColor { background-color: #EBE6E2; }

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

This div background color is #EBE6E2.


Border color

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

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

This div border color is #EBE6E2.


Opacity

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

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

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

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

This text has shadow with #EBE6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE6E2 on black background.


Color preview on white background

This text has color #EBE6E2 on white background.



Black color preview on #EBE6E2 background

This text has black color on #EBE6E2 background.


White color preview on #EBE6E2 background

This text has white color on #EBE6E2 background.