COLOR #EBC3B1

HEX: #EBC3B1
RGB: (235,195,177)

Color info

#EBC3B1 contains red, green and blue colors in about the same proportion. Web safe color of #EBC3B1 is #FFCC99 (or #FC9).

RGB color model

#EBC3B1 color RGB value is (235,195,177).

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

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 177 of 255 = 69%

235
195
177

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

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 177 = 607 (100%)
R 235 of 607 ~ 38.71%
G 195 of 607 ~ 32.13%
B 177 of 607 ~ 29.16%

%38.71
%32.13
%29.16

CMYK color model

#EBC3B1 color CMYK value is (0,17,25,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 24.68%
  • key color value is 7.84%
CMYK:
(0,17,25,8)
C0M17Y25K8 
(0%,17%,25%,8%)
(0.00/0.17/0.25/0.08)	

CMYK percentages

%0
%17.02
%24.68
%7.84

Codes

Color #EBC3B1 in popluar color models

EBC3B1
RGB235195177
HSL19°59.18%80.78%
HSB/HSV19°24.68%92.16%
CMYK0.00%17.02%24.68%
7.84%

Color #EBC3B1 in popluar number systems.

HEXEBC3B1
Decimal235195177
Binary111010111100001110110001
Octal353303261

Shades and tints

Shades of #EBC3B1

#EBC3B1
(235,195,177)
#D6B2A1
(214,178,161)
#C1A191
(193,161,145)
#AC9081
(172,144,129)
#977F71
(151,127,113)
#826E61
(130,110,97)
#6D5D51
(109,93,81)
#584C41
(88,76,65)
#433B31
(67,59,49)
#2E2A21
(46,42,33)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #EBC3B1

#EBC3B1
(235,195,177)
#ECC8B8
(236,200,184)
#EDCDBF
(237,205,191)
#EED2C6
(238,210,198)
#EFD7CD
(239,215,205)
#F0DCD4
(240,220,212)
#F1E1DB
(241,225,219)
#F2E6E2
(242,230,226)
#F3EBE9
(243,235,233)
#F4F0F0
(244,240,240)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3B1; }

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

This text font color is #EBC3B1.


Background Color

.myBgColor { background-color: #EBC3B1; }

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

This div background color is #EBC3B1.


Border color

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

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

This div border color is #EBC3B1.


Opacity

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

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

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

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

This text has shadow with #EBC3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3B1 on black background.


Color preview on white background

This text has color #EBC3B1 on white background.



Black color preview on #EBC3B1 background

This text has black color on #EBC3B1 background.


White color preview on #EBC3B1 background

This text has white color on #EBC3B1 background.