COLOR #EBBAC8

HEX: #EBBAC8
RGB: (235,186,200)

Color info

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

RGB color model

#EBBAC8 color RGB value is (235,186,200).

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

RGB channels and saturation

R 235 of 255 = 92%
G 186 of 255 = 73%
B 200 of 255 = 78%

235
186
200

R + G + B ~ 81%. #EBBAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 186 + 200 = 621 (100%)
R 235 of 621 ~ 37.84%
G 186 of 621 ~ 29.95%
B 200 of 621 ~ 32.21%

%37.84
%29.95
%32.21

CMYK color model

#EBBAC8 color CMYK value is (0,21,15,8).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(0,21,15,8)
C0M21Y15K8 
(0%,21%,15%,8%)
(0.00/0.21/0.15/0.08)	

CMYK percentages

%0
%20.85
%14.89
%7.84

Codes

Color #EBBAC8 in popluar color models

EBBAC8
RGB235186200
HSL343°55.06%82.55%
HSB/HSV343°20.85%92.16%
CMYK0.00%20.85%14.89%
7.84%

Color #EBBAC8 in popluar number systems.

HEXEBBAC8
Decimal235186200
Binary111010111011101011001000
Octal353272310

Shades and tints

Shades of #EBBAC8

#EBBAC8
(235,186,200)
#D6AAB6
(214,170,182)
#C19AA4
(193,154,164)
#AC8A92
(172,138,146)
#977A80
(151,122,128)
#826A6E
(130,106,110)
#6D5A5C
(109,90,92)
#584A4A
(88,74,74)
#433A38
(67,58,56)
#2E2A26
(46,42,38)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #EBBAC8

#EBBAC8
(235,186,200)
#ECC0CD
(236,192,205)
#EDC6D2
(237,198,210)
#EECCD7
(238,204,215)
#EFD2DC
(239,210,220)
#F0D8E1
(240,216,225)
#F1DEE6
(241,222,230)
#F2E4EB
(242,228,235)
#F3EAF0
(243,234,240)
#F4F0F5
(244,240,245)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBAC8; }

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

This text font color is #EBBAC8.


Background Color

.myBgColor { background-color: #EBBAC8; }

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

This div background color is #EBBAC8.


Border color

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

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

This div border color is #EBBAC8.


Opacity

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

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

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

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

This text has shadow with #EBBAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBAC8 on black background.


Color preview on white background

This text has color #EBBAC8 on white background.



Black color preview on #EBBAC8 background

This text has black color on #EBBAC8 background.


White color preview on #EBBAC8 background

This text has white color on #EBBAC8 background.