COLOR #EBA1D6

HEX: #EBA1D6
RGB: (235,161,214)

Color info

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

RGB color model

#EBA1D6 color RGB value is (235,161,214).

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

RGB channels and saturation

R 235 of 255 = 92%
G 161 of 255 = 63%
B 214 of 255 = 84%

235
161
214

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

Portions of RGB colors in percentages

R + G + B =
235 + 161 + 214 = 610 (100%)
R 235 of 610 ~ 38.52%
G 161 of 610 ~ 26.39%
B 214 of 610 ~ 35.08%

%38.52
%26.39
%35.08

CMYK color model

#EBA1D6 color CMYK value is (0,31,9,8).

  • cyan value is 0.00%
  • magenta value is 31.49%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(0,31,9,8)
C0M31Y9K8 
(0%,31%,9%,8%)
(0.00/0.31/0.09/0.08)	

CMYK percentages

%0
%31.49
%8.94
%7.84

Codes

Color #EBA1D6 in popluar color models

EBA1D6
RGB235161214
HSL317°64.91%77.65%
HSB/HSV317°31.49%92.16%
CMYK0.00%31.49%8.94%
7.84%

Color #EBA1D6 in popluar number systems.

HEXEBA1D6
Decimal235161214
Binary111010111010000111010110
Octal353241326

Shades and tints

Shades of #EBA1D6

#EBA1D6
(235,161,214)
#D693C3
(214,147,195)
#C185B0
(193,133,176)
#AC779D
(172,119,157)
#97698A
(151,105,138)
#825B77
(130,91,119)
#6D4D64
(109,77,100)
#583F51
(88,63,81)
#43313E
(67,49,62)
#2E232B
(46,35,43)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #EBA1D6

#EBA1D6
(235,161,214)
#ECA9D9
(236,169,217)
#EDB1DC
(237,177,220)
#EEB9DF
(238,185,223)
#EFC1E2
(239,193,226)
#F0C9E5
(240,201,229)
#F1D1E8
(241,209,232)
#F2D9EB
(242,217,235)
#F3E1EE
(243,225,238)
#F4E9F1
(244,233,241)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA1D6; }

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

This text font color is #EBA1D6.


Background Color

.myBgColor { background-color: #EBA1D6; }

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

This div background color is #EBA1D6.


Border color

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

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

This div border color is #EBA1D6.


Opacity

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

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

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

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

This text has shadow with #EBA1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA1D6 on black background.


Color preview on white background

This text has color #EBA1D6 on white background.



Black color preview on #EBA1D6 background

This text has black color on #EBA1D6 background.


White color preview on #EBA1D6 background

This text has white color on #EBA1D6 background.