COLOR #EBA6D6

HEX: #EBA6D6
RGB: (235,166,214)

Color info

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

RGB color model

#EBA6D6 color RGB value is (235,166,214).

  • red value is 235;
  • green value is 166;
  • blue value is 214.
RGB:
(235,166,214)
(92%,65%,84%)

RGB channels and saturation

R 235 of 255 = 92%
G 166 of 255 = 65%
B 214 of 255 = 84%

235
166
214

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

Portions of RGB colors in percentages

R + G + B =
235 + 166 + 214 = 615 (100%)
R 235 of 615 ~ 38.21%
G 166 of 615 ~ 26.99%
B 214 of 615 ~ 34.8%

%38.21
%26.99
%34.8

CMYK color model

#EBA6D6 color CMYK value is (0,29,9,8).

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(0,29,9,8)
C0M29Y9K8 
(0%,29%,9%,8%)
(0.00/0.29/0.09/0.08)	

CMYK percentages

%0
%29.36
%8.94
%7.84

Codes

Color #EBA6D6 in popluar color models

EBA6D6
RGB235166214
HSL318°63.30%78.63%
HSB/HSV318°29.36%92.16%
CMYK0.00%29.36%8.94%
7.84%

Color #EBA6D6 in popluar number systems.

HEXEBA6D6
Decimal235166214
Binary111010111010011011010110
Octal353246326

Shades and tints

Shades of #EBA6D6

#EBA6D6
(235,166,214)
#D697C3
(214,151,195)
#C188B0
(193,136,176)
#AC799D
(172,121,157)
#976A8A
(151,106,138)
#825B77
(130,91,119)
#6D4C64
(109,76,100)
#583D51
(88,61,81)
#432E3E
(67,46,62)
#2E1F2B
(46,31,43)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #EBA6D6

#EBA6D6
(235,166,214)
#ECAED9
(236,174,217)
#EDB6DC
(237,182,220)
#EEBEDF
(238,190,223)
#EFC6E2
(239,198,226)
#F0CEE5
(240,206,229)
#F1D6E8
(241,214,232)
#F2DEEB
(242,222,235)
#F3E6EE
(243,230,238)
#F4EEF1
(244,238,241)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA6D6 color. Also use rgb(235,166,214) instead hex code.

Text Font Color

.myTextColor { color: #EBA6D6; }

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

This text font color is #EBA6D6.


Background Color

.myBgColor { background-color: #EBA6D6; }

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

This div background color is #EBA6D6.


Border color

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

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

This div border color is #EBA6D6.


Opacity

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

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

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

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

This text has shadow with #EBA6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA6D6 on black background.


Color preview on white background

This text has color #EBA6D6 on white background.



Black color preview on #EBA6D6 background

This text has black color on #EBA6D6 background.


White color preview on #EBA6D6 background

This text has white color on #EBA6D6 background.