COLOR #EBACD8

HEX: #EBACD8
RGB: (235,172,216)

Color info

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

RGB color model

#EBACD8 color RGB value is (235,172,216).

  • red value is 235;
  • green value is 172;
  • blue value is 216.
RGB:
(235,172,216)
(92%,67%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 172 of 255 = 67%
B 216 of 255 = 85%

235
172
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 172 + 216 = 623 (100%)
R 235 of 623 ~ 37.72%
G 172 of 623 ~ 27.61%
B 216 of 623 ~ 34.67%

%37.72
%27.61
%34.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.81%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,27,8,8)
C0M27Y8K8 
(0%,27%,8%,8%)
(0.00/0.27/0.08/0.08)	

CMYK percentages

%0
%26.81
%8.09
%7.84

Codes

Color #EBACD8 in popluar color models

EBACD8
RGB235172216
HSL318°61.17%79.80%
HSB/HSV318°26.81%92.16%
CMYK0.00%26.81%8.09%
7.84%

Color #EBACD8 in popluar number systems.

HEXEBACD8
Decimal235172216
Binary111010111010110011011000
Octal353254330

Shades and tints

Shades of #EBACD8

#EBACD8
(235,172,216)
#D69DC5
(214,157,197)
#C18EB2
(193,142,178)
#AC7F9F
(172,127,159)
#97708C
(151,112,140)
#826179
(130,97,121)
#6D5266
(109,82,102)
#584353
(88,67,83)
#433440
(67,52,64)
#2E252D
(46,37,45)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #EBACD8

#EBACD8
(235,172,216)
#ECB3DB
(236,179,219)
#EDBADE
(237,186,222)
#EEC1E1
(238,193,225)
#EFC8E4
(239,200,228)
#F0CFE7
(240,207,231)
#F1D6EA
(241,214,234)
#F2DDED
(242,221,237)
#F3E4F0
(243,228,240)
#F4EBF3
(244,235,243)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBACD8 color. Also use rgb(235,172,216) instead hex code.

Text Font Color

.myTextColor { color: #EBACD8; }

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

This text font color is #EBACD8.


Background Color

.myBgColor { background-color: #EBACD8; }

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

This div background color is #EBACD8.


Border color

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

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

This div border color is #EBACD8.


Opacity

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

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

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

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

This text has shadow with #EBACD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBACD8 on black background.


Color preview on white background

This text has color #EBACD8 on white background.



Black color preview on #EBACD8 background

This text has black color on #EBACD8 background.


White color preview on #EBACD8 background

This text has white color on #EBACD8 background.