COLOR #EBBCB5

HEX: #EBBCB5
RGB: (235,188,181)

Color info

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

RGB color model

#EBBCB5 color RGB value is (235,188,181).

  • red value is 235;
  • green value is 188;
  • blue value is 181.
RGB:
(235,188,181)
(92%,74%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 188 of 255 = 74%
B 181 of 255 = 71%

235
188
181

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

Portions of RGB colors in percentages

R + G + B =
235 + 188 + 181 = 604 (100%)
R 235 of 604 ~ 38.91%
G 188 of 604 ~ 31.13%
B 181 of 604 ~ 29.97%

%38.91
%31.13
%29.97

CMYK color model

#EBBCB5 color CMYK value is (0,20,23,8).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 22.98%
  • key color value is 7.84%
CMYK:
(0,20,23,8)
C0M20Y23K8 
(0%,20%,23%,8%)
(0.00/0.20/0.23/0.08)	

CMYK percentages

%0
%20
%22.98
%7.84

Codes

Color #EBBCB5 in popluar color models

EBBCB5
RGB235188181
HSL57.45%81.57%
HSB/HSV22.98%92.16%
CMYK0.00%20.00%22.98%
7.84%

Color #EBBCB5 in popluar number systems.

HEXEBBCB5
Decimal235188181
Binary111010111011110010110101
Octal353274265

Shades and tints

Shades of #EBBCB5

#EBBCB5
(235,188,181)
#D6ABA5
(214,171,165)
#C19A95
(193,154,149)
#AC8985
(172,137,133)
#977875
(151,120,117)
#826765
(130,103,101)
#6D5655
(109,86,85)
#584545
(88,69,69)
#433435
(67,52,53)
#2E2325
(46,35,37)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #EBBCB5

#EBBCB5
(235,188,181)
#ECC2BB
(236,194,187)
#EDC8C1
(237,200,193)
#EECEC7
(238,206,199)
#EFD4CD
(239,212,205)
#F0DAD3
(240,218,211)
#F1E0D9
(241,224,217)
#F2E6DF
(242,230,223)
#F3ECE5
(243,236,229)
#F4F2EB
(244,242,235)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBCB5 color. Also use rgb(235,188,181) instead hex code.

Text Font Color

.myTextColor { color: #EBBCB5; }

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

This text font color is #EBBCB5.


Background Color

.myBgColor { background-color: #EBBCB5; }

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

This div background color is #EBBCB5.


Border color

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

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

This div border color is #EBBCB5.


Opacity

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

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

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

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

This text has shadow with #EBBCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBCB5 on black background.


Color preview on white background

This text has color #EBBCB5 on white background.



Black color preview on #EBBCB5 background

This text has black color on #EBBCB5 background.


White color preview on #EBBCB5 background

This text has white color on #EBBCB5 background.