COLOR #EBE6E4

HEX: #EBE6E4
RGB: (235,230,228)

Color info

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

RGB color model

#EBE6E4 color RGB value is (235,230,228).

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

RGB channels and saturation

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

235
230
228

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

Portions of RGB colors in percentages

R + G + B =
235 + 230 + 228 = 693 (100%)
R 235 of 693 ~ 33.91%
G 230 of 693 ~ 33.19%
B 228 of 693 ~ 32.9%

%33.91
%33.19
%32.9

CMYK color model

#EBE6E4 color CMYK value is (0,2,3,8).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,2,3,8)
C0M2Y3K8 
(0%,2%,3%,8%)
(0.00/0.02/0.03/0.08)	

CMYK percentages

%0
%2.13
%2.98
%7.84

Codes

Color #EBE6E4 in popluar color models

EBE6E4
RGB235230228
HSL17°14.89%90.78%
HSB/HSV17°2.98%92.16%
CMYK0.00%2.13%2.98%
7.84%

Color #EBE6E4 in popluar number systems.

HEXEBE6E4
Decimal235230228
Binary111010111110011011100100
Octal353346344

Shades and tints

Shades of #EBE6E4

#EBE6E4
(235,230,228)
#D6D2D0
(214,210,208)
#C1BEBC
(193,190,188)
#ACAAA8
(172,170,168)
#979694
(151,150,148)
#828280
(130,130,128)
#6D6E6C
(109,110,108)
#585A58
(88,90,88)
#434644
(67,70,68)
#2E3230
(46,50,48)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #EBE6E4

#EBE6E4
(235,230,228)
#ECE8E6
(236,232,230)
#EDEAE8
(237,234,232)
#EEECEA
(238,236,234)
#EFEEEC
(239,238,236)
#F0F0EE
(240,240,238)
#F1F2F0
(241,242,240)
#F2F4F2
(242,244,242)
#F3F6F4
(243,246,244)
#F4F8F6
(244,248,246)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE6E4; }

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

This text font color is #EBE6E4.


Background Color

.myBgColor { background-color: #EBE6E4; }

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

This div background color is #EBE6E4.


Border color

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

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

This div border color is #EBE6E4.


Opacity

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

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

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

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

This text has shadow with #EBE6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE6E4 on black background.


Color preview on white background

This text has color #EBE6E4 on white background.



Black color preview on #EBE6E4 background

This text has black color on #EBE6E4 background.


White color preview on #EBE6E4 background

This text has white color on #EBE6E4 background.