COLOR #EBEDE5

HEX: #EBEDE5
RGB: (235,237,229)

Color info

#EBEDE5 contains red, green and blue colors in about the same proportion. Web safe color of #EBEDE5 is #FFFFCC (or #FFC).

RGB color model

#EBEDE5 color RGB value is (235,237,229).

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

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 229 of 255 = 90%

235
237
229

R + G + B ~ 92%. #EBEDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 229 = 701 (100%)
R 235 of 701 ~ 33.52%
G 237 of 701 ~ 33.81%
B 229 of 701 ~ 32.67%

%33.52
%33.81
%32.67

CMYK color model

#EBEDE5 color CMYK value is (1,0,3,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(1,0,3,7)
C1M0Y3K7 
(1%,0%,3%,7%)
(0.01/0.00/0.03/0.07)	

CMYK percentages

%0.84
%0
%3.38
%7.06

Codes

Color #EBEDE5 in popluar color models

EBEDE5
RGB235237229
HSL75°18.18%91.37%
HSB/HSV75°3.38%92.94%
CMYK0.84%0.00%3.38%
7.06%

Color #EBEDE5 in popluar number systems.

HEXEBEDE5
Decimal235237229
Binary111010111110110111100101
Octal353355345

Shades and tints

Shades of #EBEDE5

#EBEDE5
(235,237,229)
#D6D8D1
(214,216,209)
#C1C3BD
(193,195,189)
#ACAEA9
(172,174,169)
#979995
(151,153,149)
#828481
(130,132,129)
#6D6F6D
(109,111,109)
#585A59
(88,90,89)
#434545
(67,69,69)
#2E3031
(46,48,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #EBEDE5

#EBEDE5
(235,237,229)
#ECEEE7
(236,238,231)
#EDEFE9
(237,239,233)
#EEF0EB
(238,240,235)
#EFF1ED
(239,241,237)
#F0F2EF
(240,242,239)
#F1F3F1
(241,243,241)
#F2F4F3
(242,244,243)
#F3F5F5
(243,245,245)
#F4F6F7
(244,246,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDE5; }

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

This text font color is #EBEDE5.


Background Color

.myBgColor { background-color: #EBEDE5; }

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

This div background color is #EBEDE5.


Border color

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

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

This div border color is #EBEDE5.


Opacity

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

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

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

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

This text has shadow with #EBEDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDE5 on black background.


Color preview on white background

This text has color #EBEDE5 on white background.



Black color preview on #EBEDE5 background

This text has black color on #EBEDE5 background.


White color preview on #EBEDE5 background

This text has white color on #EBEDE5 background.