COLOR #EBEDD5

HEX: #EBEDD5
RGB: (235,237,213)

Color info

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

RGB color model

#EBEDD5 color RGB value is (235,237,213).

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

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 213 of 255 = 84%

235
237
213

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

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 213 = 685 (100%)
R 235 of 685 ~ 34.31%
G 237 of 685 ~ 34.6%
B 213 of 685 ~ 31.09%

%34.31
%34.6
%31.09

CMYK color model

#EBEDD5 color CMYK value is (1,0,10,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(1,0,10,7)
C1M0Y10K7 
(1%,0%,10%,7%)
(0.01/0.00/0.10/0.07)	

CMYK percentages

%0.84
%0
%10.13
%7.06

Codes

Color #EBEDD5 in popluar color models

EBEDD5
RGB235237213
HSL65°40.00%88.24%
HSB/HSV65°10.13%92.94%
CMYK0.84%0.00%10.13%
7.06%

Color #EBEDD5 in popluar number systems.

HEXEBEDD5
Decimal235237213
Binary111010111110110111010101
Octal353355325

Shades and tints

Shades of #EBEDD5

#EBEDD5
(235,237,213)
#D6D8C2
(214,216,194)
#C1C3AF
(193,195,175)
#ACAE9C
(172,174,156)
#979989
(151,153,137)
#828476
(130,132,118)
#6D6F63
(109,111,99)
#585A50
(88,90,80)
#43453D
(67,69,61)
#2E302A
(46,48,42)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #EBEDD5

#EBEDD5
(235,237,213)
#ECEED8
(236,238,216)
#EDEFDB
(237,239,219)
#EEF0DE
(238,240,222)
#EFF1E1
(239,241,225)
#F0F2E4
(240,242,228)
#F1F3E7
(241,243,231)
#F2F4EA
(242,244,234)
#F3F5ED
(243,245,237)
#F4F6F0
(244,246,240)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDD5; }

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

This text font color is #EBEDD5.


Background Color

.myBgColor { background-color: #EBEDD5; }

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

This div background color is #EBEDD5.


Border color

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

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

This div border color is #EBEDD5.


Opacity

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

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

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

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

This text has shadow with #EBEDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDD5 on black background.


Color preview on white background

This text has color #EBEDD5 on white background.



Black color preview on #EBEDD5 background

This text has black color on #EBEDD5 background.


White color preview on #EBEDD5 background

This text has white color on #EBEDD5 background.