COLOR #EBC1A9

HEX: #EBC1A9
RGB: (235,193,169)

Color info

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

RGB color model

#EBC1A9 color RGB value is (235,193,169).

  • red value is 235;
  • green value is 193;
  • blue value is 169.
RGB:
(235,193,169)
(92%,76%,66%)

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 169 of 255 = 66%

235
193
169

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

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 169 = 597 (100%)
R 235 of 597 ~ 39.36%
G 193 of 597 ~ 32.33%
B 169 of 597 ~ 28.31%

%39.36
%32.33
%28.31

CMYK color model

#EBC1A9 color CMYK value is (0,18,28,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 28.09%
  • key color value is 7.84%
CMYK:
(0,18,28,8)
C0M18Y28K8 
(0%,18%,28%,8%)
(0.00/0.18/0.28/0.08)	

CMYK percentages

%0
%17.87
%28.09
%7.84

Codes

Color #EBC1A9 in popluar color models

EBC1A9
RGB235193169
HSL22°62.26%79.22%
HSB/HSV22°28.09%92.16%
CMYK0.00%17.87%28.09%
7.84%

Color #EBC1A9 in popluar number systems.

HEXEBC1A9
Decimal235193169
Binary111010111100000110101001
Octal353301251

Shades and tints

Shades of #EBC1A9

#EBC1A9
(235,193,169)
#D6B09A
(214,176,154)
#C19F8B
(193,159,139)
#AC8E7C
(172,142,124)
#977D6D
(151,125,109)
#826C5E
(130,108,94)
#6D5B4F
(109,91,79)
#584A40
(88,74,64)
#433931
(67,57,49)
#2E2822
(46,40,34)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #EBC1A9

#EBC1A9
(235,193,169)
#ECC6B0
(236,198,176)
#EDCBB7
(237,203,183)
#EED0BE
(238,208,190)
#EFD5C5
(239,213,197)
#F0DACC
(240,218,204)
#F1DFD3
(241,223,211)
#F2E4DA
(242,228,218)
#F3E9E1
(243,233,225)
#F4EEE8
(244,238,232)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC1A9 color. Also use rgb(235,193,169) instead hex code.

Text Font Color

.myTextColor { color: #EBC1A9; }

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

This text font color is #EBC1A9.


Background Color

.myBgColor { background-color: #EBC1A9; }

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

This div background color is #EBC1A9.


Border color

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

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

This div border color is #EBC1A9.


Opacity

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

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

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

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

This text has shadow with #EBC1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC1A9 on black background.


Color preview on white background

This text has color #EBC1A9 on white background.



Black color preview on #EBC1A9 background

This text has black color on #EBC1A9 background.


White color preview on #EBC1A9 background

This text has white color on #EBC1A9 background.