COLOR #EBEBDA

HEX: #EBEBDA
RGB: (235,235,218)

Color info

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

RGB color model

#EBEBDA color RGB value is (235,235,218).

  • red value is 235;
  • green value is 235;
  • blue value is 218.
RGB:
(235,235,218)
(92%,92%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 235 of 255 = 92%
B 218 of 255 = 85%

235
235
218

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

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 218 = 688 (100%)
R 235 of 688 ~ 34.16%
G 235 of 688 ~ 34.16%
B 218 of 688 ~ 31.69%

%34.16
%34.16
%31.69

CMYK color model

#EBEBDA color CMYK value is (0,0,7,8).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(0,0,7,8)
C0M0Y7K8 
(0%,0%,7%,8%)
(0.00/0.00/0.07/0.08)	

CMYK percentages

%0
%0
%7.23
%7.84

Codes

Color #EBEBDA in popluar color models

EBEBDA
RGB235235218
HSL60°29.82%88.82%
HSB/HSV60°7.23%92.16%
CMYK0.00%0.00%7.23%
7.84%

Color #EBEBDA in popluar number systems.

HEXEBEBDA
Decimal235235218
Binary111010111110101111011010
Octal353353332

Shades and tints

Shades of #EBEBDA

#EBEBDA
(235,235,218)
#D6D6C7
(214,214,199)
#C1C1B4
(193,193,180)
#ACACA1
(172,172,161)
#97978E
(151,151,142)
#82827B
(130,130,123)
#6D6D68
(109,109,104)
#585855
(88,88,85)
#434342
(67,67,66)
#2E2E2F
(46,46,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #EBEBDA

#EBEBDA
(235,235,218)
#ECECDD
(236,236,221)
#EDEDE0
(237,237,224)
#EEEEE3
(238,238,227)
#EFEFE6
(239,239,230)
#F0F0E9
(240,240,233)
#F1F1EC
(241,241,236)
#F2F2EF
(242,242,239)
#F3F3F2
(243,243,242)
#F4F4F5
(244,244,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBDA; }

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

This text font color is #EBEBDA.


Background Color

.myBgColor { background-color: #EBEBDA; }

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

This div background color is #EBEBDA.


Border color

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

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

This div border color is #EBEBDA.


Opacity

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

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

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

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

This text has shadow with #EBEBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBDA on black background.


Color preview on white background

This text has color #EBEBDA on white background.



Black color preview on #EBEBDA background

This text has black color on #EBEBDA background.


White color preview on #EBEBDA background

This text has white color on #EBEBDA background.