COLOR #EBC8BD

HEX: #EBC8BD
RGB: (235,200,189)

Color info

#EBC8BD contains red, green and blue colors in about the same proportion. Web safe color of #EBC8BD is #FFCCCC (or #FCC).

RGB color model

#EBC8BD color RGB value is (235,200,189).

  • red value is 235;
  • green value is 200;
  • blue value is 189.
RGB:
(235,200,189)
(92%,78%,74%)

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 189 of 255 = 74%

235
200
189

R + G + B ~ 81%. #EBC8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 200 + 189 = 624 (100%)
R 235 of 624 ~ 37.66%
G 200 of 624 ~ 32.05%
B 189 of 624 ~ 30.29%

%37.66
%32.05
%30.29

CMYK color model

#EBC8BD color CMYK value is (0,15,20,8).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 19.57%
  • key color value is 7.84%
CMYK:
(0,15,20,8)
C0M15Y20K8 
(0%,15%,20%,8%)
(0.00/0.15/0.20/0.08)	

CMYK percentages

%0
%14.89
%19.57
%7.84

Codes

Color #EBC8BD in popluar color models

EBC8BD
RGB235200189
HSL14°53.49%83.14%
HSB/HSV14°19.57%92.16%
CMYK0.00%14.89%19.57%
7.84%

Color #EBC8BD in popluar number systems.

HEXEBC8BD
Decimal235200189
Binary111010111100100010111101
Octal353310275

Shades and tints

Shades of #EBC8BD

#EBC8BD
(235,200,189)
#D6B6AC
(214,182,172)
#C1A49B
(193,164,155)
#AC928A
(172,146,138)
#978079
(151,128,121)
#826E68
(130,110,104)
#6D5C57
(109,92,87)
#584A46
(88,74,70)
#433835
(67,56,53)
#2E2624
(46,38,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #EBC8BD

#EBC8BD
(235,200,189)
#ECCDC3
(236,205,195)
#EDD2C9
(237,210,201)
#EED7CF
(238,215,207)
#EFDCD5
(239,220,213)
#F0E1DB
(240,225,219)
#F1E6E1
(241,230,225)
#F2EBE7
(242,235,231)
#F3F0ED
(243,240,237)
#F4F5F3
(244,245,243)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC8BD color. Also use rgb(235,200,189) instead hex code.

Text Font Color

.myTextColor { color: #EBC8BD; }

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

This text font color is #EBC8BD.


Background Color

.myBgColor { background-color: #EBC8BD; }

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

This div background color is #EBC8BD.


Border color

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

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

This div border color is #EBC8BD.


Opacity

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

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

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

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

This text has shadow with #EBC8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC8BD on black background.


Color preview on white background

This text has color #EBC8BD on white background.



Black color preview on #EBC8BD background

This text has black color on #EBC8BD background.


White color preview on #EBC8BD background

This text has white color on #EBC8BD background.