COLOR #EBB0BA

HEX: #EBB0BA
RGB: (235,176,186)

Color info

#EBB0BA contains red, green and blue colors in about the same proportion. Web safe color of #EBB0BA is #FF99CC (or #F9C).

RGB color model

#EBB0BA color RGB value is (235,176,186).

  • red value is 235;
  • green value is 176;
  • blue value is 186.
RGB:
(235,176,186)
(92%,69%,73%)

RGB channels and saturation

R 235 of 255 = 92%
G 176 of 255 = 69%
B 186 of 255 = 73%

235
176
186

R + G + B ~ 78%. #EBB0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 176 + 186 = 597 (100%)
R 235 of 597 ~ 39.36%
G 176 of 597 ~ 29.48%
B 186 of 597 ~ 31.16%

%39.36
%29.48
%31.16

CMYK color model

#EBB0BA color CMYK value is (0,25,21,8).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 20.85%
  • key color value is 7.84%
CMYK:
(0,25,21,8)
C0M25Y21K8 
(0%,25%,21%,8%)
(0.00/0.25/0.21/0.08)	

CMYK percentages

%0
%25.11
%20.85
%7.84

Codes

Color #EBB0BA in popluar color models

EBB0BA
RGB235176186
HSL350°59.60%80.59%
HSB/HSV350°25.11%92.16%
CMYK0.00%25.11%20.85%
7.84%

Color #EBB0BA in popluar number systems.

HEXEBB0BA
Decimal235176186
Binary111010111011000010111010
Octal353260272

Shades and tints

Shades of #EBB0BA

#EBB0BA
(235,176,186)
#D6A0AA
(214,160,170)
#C1909A
(193,144,154)
#AC808A
(172,128,138)
#97707A
(151,112,122)
#82606A
(130,96,106)
#6D505A
(109,80,90)
#58404A
(88,64,74)
#43303A
(67,48,58)
#2E202A
(46,32,42)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #EBB0BA

#EBB0BA
(235,176,186)
#ECB7C0
(236,183,192)
#EDBEC6
(237,190,198)
#EEC5CC
(238,197,204)
#EFCCD2
(239,204,210)
#F0D3D8
(240,211,216)
#F1DADE
(241,218,222)
#F2E1E4
(242,225,228)
#F3E8EA
(243,232,234)
#F4EFF0
(244,239,240)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB0BA color. Also use rgb(235,176,186) instead hex code.

Text Font Color

.myTextColor { color: #EBB0BA; }

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

This text font color is #EBB0BA.


Background Color

.myBgColor { background-color: #EBB0BA; }

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

This div background color is #EBB0BA.


Border color

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

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

This div border color is #EBB0BA.


Opacity

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

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

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

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

This text has shadow with #EBB0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB0BA on black background.


Color preview on white background

This text has color #EBB0BA on white background.



Black color preview on #EBB0BA background

This text has black color on #EBB0BA background.


White color preview on #EBB0BA background

This text has white color on #EBB0BA background.