COLOR #EBD8A6

HEX: #EBD8A6
RGB: (235,216,166)

Color info

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

RGB color model

#EBD8A6 color RGB value is (235,216,166).

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

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 166 of 255 = 65%

235
216
166

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

Portions of RGB colors in percentages

R + G + B =
235 + 216 + 166 = 617 (100%)
R 235 of 617 ~ 38.09%
G 216 of 617 ~ 35.01%
B 166 of 617 ~ 26.9%

%38.09
%35.01
%26.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 29.36%
  • key color value is 7.84%
CMYK:
(0,8,29,8)
C0M8Y29K8 
(0%,8%,29%,8%)
(0.00/0.08/0.29/0.08)	

CMYK percentages

%0
%8.09
%29.36
%7.84

Codes

Color #EBD8A6 in popluar color models

EBD8A6
RGB235216166
HSL43°63.30%78.63%
HSB/HSV43°29.36%92.16%
CMYK0.00%8.09%29.36%
7.84%

Color #EBD8A6 in popluar number systems.

HEXEBD8A6
Decimal235216166
Binary111010111101100010100110
Octal353330246

Shades and tints

Shades of #EBD8A6

#EBD8A6
(235,216,166)
#D6C597
(214,197,151)
#C1B288
(193,178,136)
#AC9F79
(172,159,121)
#978C6A
(151,140,106)
#82795B
(130,121,91)
#6D664C
(109,102,76)
#58533D
(88,83,61)
#43402E
(67,64,46)
#2E2D1F
(46,45,31)
#191A10
(25,26,16)
#000000
(0,0,0)

Tints of #EBD8A6

#EBD8A6
(235,216,166)
#ECDBAE
(236,219,174)
#EDDEB6
(237,222,182)
#EEE1BE
(238,225,190)
#EFE4C6
(239,228,198)
#F0E7CE
(240,231,206)
#F1EAD6
(241,234,214)
#F2EDDE
(242,237,222)
#F3F0E6
(243,240,230)
#F4F3EE
(244,243,238)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD8A6; }

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

This text font color is #EBD8A6.


Background Color

.myBgColor { background-color: #EBD8A6; }

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

This div background color is #EBD8A6.


Border color

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

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

This div border color is #EBD8A6.


Opacity

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

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

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

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

This text has shadow with #EBD8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD8A6 on black background.


Color preview on white background

This text has color #EBD8A6 on white background.



Black color preview on #EBD8A6 background

This text has black color on #EBD8A6 background.


White color preview on #EBD8A6 background

This text has white color on #EBD8A6 background.