COLOR #EBBCB7

HEX: #EBBCB7
RGB: (235,188,183)

Color info

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

RGB color model

#EBBCB7 color RGB value is (235,188,183).

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

RGB channels and saturation

R 235 of 255 = 92%
G 188 of 255 = 74%
B 183 of 255 = 72%

235
188
183

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

Portions of RGB colors in percentages

R + G + B =
235 + 188 + 183 = 606 (100%)
R 235 of 606 ~ 38.78%
G 188 of 606 ~ 31.02%
B 183 of 606 ~ 30.2%

%38.78
%31.02
%30.2

CMYK color model

#EBBCB7 color CMYK value is (0,20,22,8).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 22.13%
  • key color value is 7.84%
CMYK:
(0,20,22,8)
C0M20Y22K8 
(0%,20%,22%,8%)
(0.00/0.20/0.22/0.08)	

CMYK percentages

%0
%20
%22.13
%7.84

Codes

Color #EBBCB7 in popluar color models

EBBCB7
RGB235188183
HSL56.52%81.96%
HSB/HSV22.13%92.16%
CMYK0.00%20.00%22.13%
7.84%

Color #EBBCB7 in popluar number systems.

HEXEBBCB7
Decimal235188183
Binary111010111011110010110111
Octal353274267

Shades and tints

Shades of #EBBCB7

#EBBCB7
(235,188,183)
#D6ABA7
(214,171,167)
#C19A97
(193,154,151)
#AC8987
(172,137,135)
#977877
(151,120,119)
#826767
(130,103,103)
#6D5657
(109,86,87)
#584547
(88,69,71)
#433437
(67,52,55)
#2E2327
(46,35,39)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #EBBCB7

#EBBCB7
(235,188,183)
#ECC2BD
(236,194,189)
#EDC8C3
(237,200,195)
#EECEC9
(238,206,201)
#EFD4CF
(239,212,207)
#F0DAD5
(240,218,213)
#F1E0DB
(241,224,219)
#F2E6E1
(242,230,225)
#F3ECE7
(243,236,231)
#F4F2ED
(244,242,237)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBCB7; }

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

This text font color is #EBBCB7.


Background Color

.myBgColor { background-color: #EBBCB7; }

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

This div background color is #EBBCB7.


Border color

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

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

This div border color is #EBBCB7.


Opacity

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

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

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

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

This text has shadow with #EBBCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBCB7 on black background.


Color preview on white background

This text has color #EBBCB7 on white background.



Black color preview on #EBBCB7 background

This text has black color on #EBBCB7 background.


White color preview on #EBBCB7 background

This text has white color on #EBBCB7 background.