COLOR #EBACD2

HEX: #EBACD2
RGB: (235,172,210)

Color info

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

RGB color model

#EBACD2 color RGB value is (235,172,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 172 of 255 = 67%
B 210 of 255 = 82%

235
172
210

R + G + B ~ 80%. #EBACD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 172 + 210 = 617 (100%)
R 235 of 617 ~ 38.09%
G 172 of 617 ~ 27.88%
B 210 of 617 ~ 34.04%

%38.09
%27.88
%34.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.81%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(0,27,11,8)
C0M27Y11K8 
(0%,27%,11%,8%)
(0.00/0.27/0.11/0.08)	

CMYK percentages

%0
%26.81
%10.64
%7.84

Codes

Color #EBACD2 in popluar color models

EBACD2
RGB235172210
HSL324°61.17%79.80%
HSB/HSV324°26.81%92.16%
CMYK0.00%26.81%10.64%
7.84%

Color #EBACD2 in popluar number systems.

HEXEBACD2
Decimal235172210
Binary111010111010110011010010
Octal353254322

Shades and tints

Shades of #EBACD2

#EBACD2
(235,172,210)
#D69DBF
(214,157,191)
#C18EAC
(193,142,172)
#AC7F99
(172,127,153)
#977086
(151,112,134)
#826173
(130,97,115)
#6D5260
(109,82,96)
#58434D
(88,67,77)
#43343A
(67,52,58)
#2E2527
(46,37,39)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #EBACD2

#EBACD2
(235,172,210)
#ECB3D6
(236,179,214)
#EDBADA
(237,186,218)
#EEC1DE
(238,193,222)
#EFC8E2
(239,200,226)
#F0CFE6
(240,207,230)
#F1D6EA
(241,214,234)
#F2DDEE
(242,221,238)
#F3E4F2
(243,228,242)
#F4EBF6
(244,235,246)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBACD2; }

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

This text font color is #EBACD2.


Background Color

.myBgColor { background-color: #EBACD2; }

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

This div background color is #EBACD2.


Border color

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

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

This div border color is #EBACD2.


Opacity

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

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

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

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

This text has shadow with #EBACD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBACD2 on black background.


Color preview on white background

This text has color #EBACD2 on white background.



Black color preview on #EBACD2 background

This text has black color on #EBACD2 background.


White color preview on #EBACD2 background

This text has white color on #EBACD2 background.