COLOR #EBD2A6

HEX: #EBD2A6
RGB: (235,210,166)

Color info

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

RGB color model

#EBD2A6 color RGB value is (235,210,166).

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

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 166 of 255 = 65%

235
210
166

R + G + B ~ 80%. #EBD2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 166 = 611 (100%)
R 235 of 611 ~ 38.46%
G 210 of 611 ~ 34.37%
B 166 of 611 ~ 27.17%

%38.46
%34.37
%27.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 29.36%
  • key color value is 7.84%
CMYK:
(0,11,29,8)
C0M11Y29K8 
(0%,11%,29%,8%)
(0.00/0.11/0.29/0.08)	

CMYK percentages

%0
%10.64
%29.36
%7.84

Codes

Color #EBD2A6 in popluar color models

EBD2A6
RGB235210166
HSL38°63.30%78.63%
HSB/HSV38°29.36%92.16%
CMYK0.00%10.64%29.36%
7.84%

Color #EBD2A6 in popluar number systems.

HEXEBD2A6
Decimal235210166
Binary111010111101001010100110
Octal353322246

Shades and tints

Shades of #EBD2A6

#EBD2A6
(235,210,166)
#D6BF97
(214,191,151)
#C1AC88
(193,172,136)
#AC9979
(172,153,121)
#97866A
(151,134,106)
#82735B
(130,115,91)
#6D604C
(109,96,76)
#584D3D
(88,77,61)
#433A2E
(67,58,46)
#2E271F
(46,39,31)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #EBD2A6

#EBD2A6
(235,210,166)
#ECD6AE
(236,214,174)
#EDDAB6
(237,218,182)
#EEDEBE
(238,222,190)
#EFE2C6
(239,226,198)
#F0E6CE
(240,230,206)
#F1EAD6
(241,234,214)
#F2EEDE
(242,238,222)
#F3F2E6
(243,242,230)
#F4F6EE
(244,246,238)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD2A6; }

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

This text font color is #EBD2A6.


Background Color

.myBgColor { background-color: #EBD2A6; }

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

This div background color is #EBD2A6.


Border color

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

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

This div border color is #EBD2A6.


Opacity

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

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

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

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

This text has shadow with #EBD2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD2A6 on black background.


Color preview on white background

This text has color #EBD2A6 on white background.



Black color preview on #EBD2A6 background

This text has black color on #EBD2A6 background.


White color preview on #EBD2A6 background

This text has white color on #EBD2A6 background.