COLOR #EBC3AA

HEX: #EBC3AA
RGB: (235,195,170)

Color info

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

RGB color model

#EBC3AA color RGB value is (235,195,170).

  • red value is 235;
  • green value is 195;
  • blue value is 170.
RGB:
(235,195,170)
(92%,76%,67%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 170 of 255 = 67%

235
195
170

R + G + B ~ 78%. #EBC3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 170 = 600 (100%)
R 235 of 600 ~ 39.17%
G 195 of 600 ~ 32.5%
B 170 of 600 ~ 28.33%

%39.17
%32.5
%28.33

CMYK color model

#EBC3AA color CMYK value is (0,17,28,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 27.66%
  • key color value is 7.84%
CMYK:
(0,17,28,8)
C0M17Y28K8 
(0%,17%,28%,8%)
(0.00/0.17/0.28/0.08)	

CMYK percentages

%0
%17.02
%27.66
%7.84

Codes

Color #EBC3AA in popluar color models

EBC3AA
RGB235195170
HSL23°61.90%79.41%
HSB/HSV23°27.66%92.16%
CMYK0.00%17.02%27.66%
7.84%

Color #EBC3AA in popluar number systems.

HEXEBC3AA
Decimal235195170
Binary111010111100001110101010
Octal353303252

Shades and tints

Shades of #EBC3AA

#EBC3AA
(235,195,170)
#D6B29B
(214,178,155)
#C1A18C
(193,161,140)
#AC907D
(172,144,125)
#977F6E
(151,127,110)
#826E5F
(130,110,95)
#6D5D50
(109,93,80)
#584C41
(88,76,65)
#433B32
(67,59,50)
#2E2A23
(46,42,35)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBC3AA

#EBC3AA
(235,195,170)
#ECC8B1
(236,200,177)
#EDCDB8
(237,205,184)
#EED2BF
(238,210,191)
#EFD7C6
(239,215,198)
#F0DCCD
(240,220,205)
#F1E1D4
(241,225,212)
#F2E6DB
(242,230,219)
#F3EBE2
(243,235,226)
#F4F0E9
(244,240,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3AA; }

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

This text font color is #EBC3AA.


Background Color

.myBgColor { background-color: #EBC3AA; }

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

This div background color is #EBC3AA.


Border color

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

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

This div border color is #EBC3AA.


Opacity

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

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

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

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

This text has shadow with #EBC3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3AA on black background.


Color preview on white background

This text has color #EBC3AA on white background.



Black color preview on #EBC3AA background

This text has black color on #EBC3AA background.


White color preview on #EBC3AA background

This text has white color on #EBC3AA background.