COLOR #EBB5BE

HEX: #EBB5BE
RGB: (235,181,190)

Color info

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

RGB color model

#EBB5BE color RGB value is (235,181,190).

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

RGB channels and saturation

R 235 of 255 = 92%
G 181 of 255 = 71%
B 190 of 255 = 75%

235
181
190

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

Portions of RGB colors in percentages

R + G + B =
235 + 181 + 190 = 606 (100%)
R 235 of 606 ~ 38.78%
G 181 of 606 ~ 29.87%
B 190 of 606 ~ 31.35%

%38.78
%29.87
%31.35

CMYK color model

#EBB5BE color CMYK value is (0,23,19,8).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(0,23,19,8)
C0M23Y19K8 
(0%,23%,19%,8%)
(0.00/0.23/0.19/0.08)	

CMYK percentages

%0
%22.98
%19.15
%7.84

Codes

Color #EBB5BE in popluar color models

EBB5BE
RGB235181190
HSL350°57.45%81.57%
HSB/HSV350°22.98%92.16%
CMYK0.00%22.98%19.15%
7.84%

Color #EBB5BE in popluar number systems.

HEXEBB5BE
Decimal235181190
Binary111010111011010110111110
Octal353265276

Shades and tints

Shades of #EBB5BE

#EBB5BE
(235,181,190)
#D6A5AD
(214,165,173)
#C1959C
(193,149,156)
#AC858B
(172,133,139)
#97757A
(151,117,122)
#826569
(130,101,105)
#6D5558
(109,85,88)
#584547
(88,69,71)
#433536
(67,53,54)
#2E2525
(46,37,37)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #EBB5BE

#EBB5BE
(235,181,190)
#ECBBC3
(236,187,195)
#EDC1C8
(237,193,200)
#EEC7CD
(238,199,205)
#EFCDD2
(239,205,210)
#F0D3D7
(240,211,215)
#F1D9DC
(241,217,220)
#F2DFE1
(242,223,225)
#F3E5E6
(243,229,230)
#F4EBEB
(244,235,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5BE; }

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

This text font color is #EBB5BE.


Background Color

.myBgColor { background-color: #EBB5BE; }

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

This div background color is #EBB5BE.


Border color

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

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

This div border color is #EBB5BE.


Opacity

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

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

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

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

This text has shadow with #EBB5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5BE on black background.


Color preview on white background

This text has color #EBB5BE on white background.



Black color preview on #EBB5BE background

This text has black color on #EBB5BE background.


White color preview on #EBB5BE background

This text has white color on #EBB5BE background.