COLOR #EBABE4

HEX: #EBABE4
RGB: (235,171,228)

Color info

#EBABE4 contains mainly red and blue colors. Web safe color of #EBABE4 is #FF99CC (or #F9C).

RGB color model

#EBABE4 color RGB value is (235,171,228).

  • red value is 235;
  • green value is 171;
  • blue value is 228.
RGB:
(235,171,228)
(92%,67%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 171 of 255 = 67%
B 228 of 255 = 89%

235
171
228

R + G + B ~ 83%. #EBABE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 171 + 228 = 634 (100%)
R 235 of 634 ~ 37.07%
G 171 of 634 ~ 26.97%
B 228 of 634 ~ 35.96%

%37.07
%26.97
%35.96

CMYK color model

#EBABE4 color CMYK value is (0,27,3,8).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,27,3,8)
C0M27Y3K8 
(0%,27%,3%,8%)
(0.00/0.27/0.03/0.08)	

CMYK percentages

%0
%27.23
%2.98
%7.84

Codes

Color #EBABE4 in popluar color models

EBABE4
RGB235171228
HSL307°61.54%79.61%
HSB/HSV307°27.23%92.16%
CMYK0.00%27.23%2.98%
7.84%

Color #EBABE4 in popluar number systems.

HEXEBABE4
Decimal235171228
Binary111010111010101111100100
Octal353253344

Shades and tints

Shades of #EBABE4

#EBABE4
(235,171,228)
#D69CD0
(214,156,208)
#C18DBC
(193,141,188)
#AC7EA8
(172,126,168)
#976F94
(151,111,148)
#826080
(130,96,128)
#6D516C
(109,81,108)
#584258
(88,66,88)
#433344
(67,51,68)
#2E2430
(46,36,48)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #EBABE4

#EBABE4
(235,171,228)
#ECB2E6
(236,178,230)
#EDB9E8
(237,185,232)
#EEC0EA
(238,192,234)
#EFC7EC
(239,199,236)
#F0CEEE
(240,206,238)
#F1D5F0
(241,213,240)
#F2DCF2
(242,220,242)
#F3E3F4
(243,227,244)
#F4EAF6
(244,234,246)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBABE4 color. Also use rgb(235,171,228) instead hex code.

Text Font Color

.myTextColor { color: #EBABE4; }

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

This text font color is #EBABE4.


Background Color

.myBgColor { background-color: #EBABE4; }

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

This div background color is #EBABE4.


Border color

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

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

This div border color is #EBABE4.


Opacity

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

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

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

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

This text has shadow with #EBABE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBABE4 on black background.


Color preview on white background

This text has color #EBABE4 on white background.



Black color preview on #EBABE4 background

This text has black color on #EBABE4 background.


White color preview on #EBABE4 background

This text has white color on #EBABE4 background.