COLOR #EBC5BD

HEX: #EBC5BD
RGB: (235,197,189)

Color info

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

RGB color model

#EBC5BD color RGB value is (235,197,189).

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

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 189 of 255 = 74%

235
197
189

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

Portions of RGB colors in percentages

R + G + B =
235 + 197 + 189 = 621 (100%)
R 235 of 621 ~ 37.84%
G 197 of 621 ~ 31.72%
B 189 of 621 ~ 30.43%

%37.84
%31.72
%30.43

CMYK color model

#EBC5BD color CMYK value is (0,16,20,8).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 19.57%
  • key color value is 7.84%
CMYK:
(0,16,20,8)
C0M16Y20K8 
(0%,16%,20%,8%)
(0.00/0.16/0.20/0.08)	

CMYK percentages

%0
%16.17
%19.57
%7.84

Codes

Color #EBC5BD in popluar color models

EBC5BD
RGB235197189
HSL10°53.49%83.14%
HSB/HSV10°19.57%92.16%
CMYK0.00%16.17%19.57%
7.84%

Color #EBC5BD in popluar number systems.

HEXEBC5BD
Decimal235197189
Binary111010111100010110111101
Octal353305275

Shades and tints

Shades of #EBC5BD

#EBC5BD
(235,197,189)
#D6B4AC
(214,180,172)
#C1A39B
(193,163,155)
#AC928A
(172,146,138)
#978179
(151,129,121)
#827068
(130,112,104)
#6D5F57
(109,95,87)
#584E46
(88,78,70)
#433D35
(67,61,53)
#2E2C24
(46,44,36)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #EBC5BD

#EBC5BD
(235,197,189)
#ECCAC3
(236,202,195)
#EDCFC9
(237,207,201)
#EED4CF
(238,212,207)
#EFD9D5
(239,217,213)
#F0DEDB
(240,222,219)
#F1E3E1
(241,227,225)
#F2E8E7
(242,232,231)
#F3EDED
(243,237,237)
#F4F2F3
(244,242,243)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5BD; }

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

This text font color is #EBC5BD.


Background Color

.myBgColor { background-color: #EBC5BD; }

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

This div background color is #EBC5BD.


Border color

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

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

This div border color is #EBC5BD.


Opacity

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

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

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

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

This text has shadow with #EBC5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5BD on black background.


Color preview on white background

This text has color #EBC5BD on white background.



Black color preview on #EBC5BD background

This text has black color on #EBC5BD background.


White color preview on #EBC5BD background

This text has white color on #EBC5BD background.