COLOR #EBE5EA

HEX: #EBE5EA
RGB: (235,229,234)

Color info

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

RGB color model

#EBE5EA color RGB value is (235,229,234).

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

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 234 of 255 = 92%

235
229
234

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

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 234 = 698 (100%)
R 235 of 698 ~ 33.67%
G 229 of 698 ~ 32.81%
B 234 of 698 ~ 33.52%

%33.67
%32.81
%33.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,3,0,8)
C0M3Y0K8 
(0%,3%,0%,8%)
(0.00/0.03/0.00/0.08)	

CMYK percentages

%0
%2.55
%0.43
%7.84

Codes

Color #EBE5EA in popluar color models

EBE5EA
RGB235229234
HSL310°13.04%90.98%
HSB/HSV310°2.55%92.16%
CMYK0.00%2.55%0.43%
7.84%

Color #EBE5EA in popluar number systems.

HEXEBE5EA
Decimal235229234
Binary111010111110010111101010
Octal353345352

Shades and tints

Shades of #EBE5EA

#EBE5EA
(235,229,234)
#D6D1D5
(214,209,213)
#C1BDC0
(193,189,192)
#ACA9AB
(172,169,171)
#979596
(151,149,150)
#828181
(130,129,129)
#6D6D6C
(109,109,108)
#585957
(88,89,87)
#434542
(67,69,66)
#2E312D
(46,49,45)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #EBE5EA

#EBE5EA
(235,229,234)
#ECE7EB
(236,231,235)
#EDE9EC
(237,233,236)
#EEEBED
(238,235,237)
#EFEDEE
(239,237,238)
#F0EFEF
(240,239,239)
#F1F1F0
(241,241,240)
#F2F3F1
(242,243,241)
#F3F5F2
(243,245,242)
#F4F7F3
(244,247,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5EA; }

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

This text font color is #EBE5EA.


Background Color

.myBgColor { background-color: #EBE5EA; }

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

This div background color is #EBE5EA.


Border color

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

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

This div border color is #EBE5EA.


Opacity

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

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

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

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

This text has shadow with #EBE5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5EA on black background.


Color preview on white background

This text has color #EBE5EA on white background.



Black color preview on #EBE5EA background

This text has black color on #EBE5EA background.


White color preview on #EBE5EA background

This text has white color on #EBE5EA background.