COLOR #EBBAB4

HEX: #EBBAB4
RGB: (235,186,180)

Color info

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

RGB color model

#EBBAB4 color RGB value is (235,186,180).

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

RGB channels and saturation

R 235 of 255 = 92%
G 186 of 255 = 73%
B 180 of 255 = 71%

235
186
180

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

Portions of RGB colors in percentages

R + G + B =
235 + 186 + 180 = 601 (100%)
R 235 of 601 ~ 39.1%
G 186 of 601 ~ 30.95%
B 180 of 601 ~ 29.95%

%39.1
%30.95
%29.95

CMYK color model

#EBBAB4 color CMYK value is (0,21,23,8).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK:
(0,21,23,8)
C0M21Y23K8 
(0%,21%,23%,8%)
(0.00/0.21/0.23/0.08)	

CMYK percentages

%0
%20.85
%23.4
%7.84

Codes

Color #EBBAB4 in popluar color models

EBBAB4
RGB235186180
HSL57.89%81.37%
HSB/HSV23.40%92.16%
CMYK0.00%20.85%23.40%
7.84%

Color #EBBAB4 in popluar number systems.

HEXEBBAB4
Decimal235186180
Binary111010111011101010110100
Octal353272264

Shades and tints

Shades of #EBBAB4

#EBBAB4
(235,186,180)
#D6AAA4
(214,170,164)
#C19A94
(193,154,148)
#AC8A84
(172,138,132)
#977A74
(151,122,116)
#826A64
(130,106,100)
#6D5A54
(109,90,84)
#584A44
(88,74,68)
#433A34
(67,58,52)
#2E2A24
(46,42,36)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #EBBAB4

#EBBAB4
(235,186,180)
#ECC0BA
(236,192,186)
#EDC6C0
(237,198,192)
#EECCC6
(238,204,198)
#EFD2CC
(239,210,204)
#F0D8D2
(240,216,210)
#F1DED8
(241,222,216)
#F2E4DE
(242,228,222)
#F3EAE4
(243,234,228)
#F4F0EA
(244,240,234)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBAB4; }

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

This text font color is #EBBAB4.


Background Color

.myBgColor { background-color: #EBBAB4; }

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

This div background color is #EBBAB4.


Border color

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

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

This div border color is #EBBAB4.


Opacity

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

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

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

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

This text has shadow with #EBBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBAB4 on black background.


Color preview on white background

This text has color #EBBAB4 on white background.



Black color preview on #EBBAB4 background

This text has black color on #EBBAB4 background.


White color preview on #EBBAB4 background

This text has white color on #EBBAB4 background.