COLOR #EBB5BC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
181
188

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

Portions of RGB colors in percentages

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

%38.91
%29.97
%31.13

CMYK color model

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

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

CMYK percentages

%0
%22.98
%20
%7.84

Codes

Color #EBB5BC in popluar color models

EBB5BC
RGB235181188
HSL352°57.45%81.57%
HSB/HSV352°22.98%92.16%
CMYK0.00%22.98%20.00%
7.84%

Color #EBB5BC in popluar number systems.

HEXEBB5BC
Decimal235181188
Binary111010111011010110111100
Octal353265274

Shades and tints

Shades of #EBB5BC

#EBB5BC
(235,181,188)
#D6A5AB
(214,165,171)
#C1959A
(193,149,154)
#AC8589
(172,133,137)
#977578
(151,117,120)
#826567
(130,101,103)
#6D5556
(109,85,86)
#584545
(88,69,69)
#433534
(67,53,52)
#2E2523
(46,37,35)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #EBB5BC

#EBB5BC
(235,181,188)
#ECBBC2
(236,187,194)
#EDC1C8
(237,193,200)
#EEC7CE
(238,199,206)
#EFCDD4
(239,205,212)
#F0D3DA
(240,211,218)
#F1D9E0
(241,217,224)
#F2DFE6
(242,223,230)
#F3E5EC
(243,229,236)
#F4EBF2
(244,235,242)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5BC; }

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

This text font color is #EBB5BC.


Background Color

.myBgColor { background-color: #EBB5BC; }

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

This div background color is #EBB5BC.


Border color

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

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

This div border color is #EBB5BC.


Opacity

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

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

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

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

This text has shadow with #EBB5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5BC on black background.


Color preview on white background

This text has color #EBB5BC on white background.



Black color preview on #EBB5BC background

This text has black color on #EBB5BC background.


White color preview on #EBB5BC background

This text has white color on #EBB5BC background.