COLOR #EBCDA6

HEX: #EBCDA6
RGB: (235,205,166)

Color info

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

RGB color model

#EBCDA6 color RGB value is (235,205,166).

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

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 166 of 255 = 65%

235
205
166

R + G + B ~ 79%. #EBCDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 205 + 166 = 606 (100%)
R 235 of 606 ~ 38.78%
G 205 of 606 ~ 33.83%
B 166 of 606 ~ 27.39%

%38.78
%33.83
%27.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 29.36%
  • key color value is 7.84%
CMYK:
(0,13,29,8)
C0M13Y29K8 
(0%,13%,29%,8%)
(0.00/0.13/0.29/0.08)	

CMYK percentages

%0
%12.77
%29.36
%7.84

Codes

Color #EBCDA6 in popluar color models

EBCDA6
RGB235205166
HSL34°63.30%78.63%
HSB/HSV34°29.36%92.16%
CMYK0.00%12.77%29.36%
7.84%

Color #EBCDA6 in popluar number systems.

HEXEBCDA6
Decimal235205166
Binary111010111100110110100110
Octal353315246

Shades and tints

Shades of #EBCDA6

#EBCDA6
(235,205,166)
#D6BB97
(214,187,151)
#C1A988
(193,169,136)
#AC9779
(172,151,121)
#97856A
(151,133,106)
#82735B
(130,115,91)
#6D614C
(109,97,76)
#584F3D
(88,79,61)
#433D2E
(67,61,46)
#2E2B1F
(46,43,31)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #EBCDA6

#EBCDA6
(235,205,166)
#ECD1AE
(236,209,174)
#EDD5B6
(237,213,182)
#EED9BE
(238,217,190)
#EFDDC6
(239,221,198)
#F0E1CE
(240,225,206)
#F1E5D6
(241,229,214)
#F2E9DE
(242,233,222)
#F3EDE6
(243,237,230)
#F4F1EE
(244,241,238)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCDA6; }

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

This text font color is #EBCDA6.


Background Color

.myBgColor { background-color: #EBCDA6; }

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

This div background color is #EBCDA6.


Border color

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

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

This div border color is #EBCDA6.


Opacity

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

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

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

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

This text has shadow with #EBCDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCDA6 on black background.


Color preview on white background

This text has color #EBCDA6 on white background.



Black color preview on #EBCDA6 background

This text has black color on #EBCDA6 background.


White color preview on #EBCDA6 background

This text has white color on #EBCDA6 background.