COLOR #EBE5E7

HEX: #EBE5E7
RGB: (235,229,231)

Color info

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

RGB color model

#EBE5E7 color RGB value is (235,229,231).

  • red value is 235;
  • green value is 229;
  • blue value is 231.
RGB:
(235,229,231)
(92%,90%,91%)

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 231 of 255 = 91%

235
229
231

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

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 231 = 695 (100%)
R 235 of 695 ~ 33.81%
G 229 of 695 ~ 32.95%
B 231 of 695 ~ 33.24%

%33.81
%32.95
%33.24

CMYK color model

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

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

CMYK percentages

%0
%2.55
%1.7
%7.84

Codes

Color #EBE5E7 in popluar color models

EBE5E7
RGB235229231
HSL340°13.04%90.98%
HSB/HSV340°2.55%92.16%
CMYK0.00%2.55%1.70%
7.84%

Color #EBE5E7 in popluar number systems.

HEXEBE5E7
Decimal235229231
Binary111010111110010111100111
Octal353345347

Shades and tints

Shades of #EBE5E7

#EBE5E7
(235,229,231)
#D6D1D2
(214,209,210)
#C1BDBD
(193,189,189)
#ACA9A8
(172,169,168)
#979593
(151,149,147)
#82817E
(130,129,126)
#6D6D69
(109,109,105)
#585954
(88,89,84)
#43453F
(67,69,63)
#2E312A
(46,49,42)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #EBE5E7

#EBE5E7
(235,229,231)
#ECE7E9
(236,231,233)
#EDE9EB
(237,233,235)
#EEEBED
(238,235,237)
#EFEDEF
(239,237,239)
#F0EFF1
(240,239,241)
#F1F1F3
(241,241,243)
#F2F3F5
(242,243,245)
#F3F5F7
(243,245,247)
#F4F7F9
(244,247,249)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5E7; }

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

This text font color is #EBE5E7.


Background Color

.myBgColor { background-color: #EBE5E7; }

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

This div background color is #EBE5E7.


Border color

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

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

This div border color is #EBE5E7.


Opacity

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

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

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

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

This text has shadow with #EBE5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5E7 on black background.


Color preview on white background

This text has color #EBE5E7 on white background.



Black color preview on #EBE5E7 background

This text has black color on #EBE5E7 background.


White color preview on #EBE5E7 background

This text has white color on #EBE5E7 background.