COLOR #EBDBA8

HEX: #EBDBA8
RGB: (235,219,168)

Color info

#EBDBA8 contains mainly red and green colors. Web safe color of #EBDBA8 is #FFCC99 (or #FC9).

RGB color model

#EBDBA8 color RGB value is (235,219,168).

  • red value is 235;
  • green value is 219;
  • blue value is 168.
RGB:
(235,219,168)
(92%,86%,66%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 168 of 255 = 66%

235
219
168

R + G + B ~ 81%. #EBDBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 219 + 168 = 622 (100%)
R 235 of 622 ~ 37.78%
G 219 of 622 ~ 35.21%
B 168 of 622 ~ 27.01%

%37.78
%35.21
%27.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 28.51%
  • key color value is 7.84%
CMYK:
(0,7,29,8)
C0M7Y29K8 
(0%,7%,29%,8%)
(0.00/0.07/0.29/0.08)	

CMYK percentages

%0
%6.81
%28.51
%7.84

Codes

Color #EBDBA8 in popluar color models

EBDBA8
RGB235219168
HSL46°62.62%79.02%
HSB/HSV46°28.51%92.16%
CMYK0.00%6.81%28.51%
7.84%

Color #EBDBA8 in popluar number systems.

HEXEBDBA8
Decimal235219168
Binary111010111101101110101000
Octal353333250

Shades and tints

Shades of #EBDBA8

#EBDBA8
(235,219,168)
#D6C899
(214,200,153)
#C1B58A
(193,181,138)
#ACA27B
(172,162,123)
#978F6C
(151,143,108)
#827C5D
(130,124,93)
#6D694E
(109,105,78)
#58563F
(88,86,63)
#434330
(67,67,48)
#2E3021
(46,48,33)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #EBDBA8

#EBDBA8
(235,219,168)
#ECDEAF
(236,222,175)
#EDE1B6
(237,225,182)
#EEE4BD
(238,228,189)
#EFE7C4
(239,231,196)
#F0EACB
(240,234,203)
#F1EDD2
(241,237,210)
#F2F0D9
(242,240,217)
#F3F3E0
(243,243,224)
#F4F6E7
(244,246,231)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBA8; }

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

This text font color is #EBDBA8.


Background Color

.myBgColor { background-color: #EBDBA8; }

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

This div background color is #EBDBA8.


Border color

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

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

This div border color is #EBDBA8.


Opacity

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

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

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

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

This text has shadow with #EBDBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBA8 on black background.


Color preview on white background

This text has color #EBDBA8 on white background.



Black color preview on #EBDBA8 background

This text has black color on #EBDBA8 background.


White color preview on #EBDBA8 background

This text has white color on #EBDBA8 background.