COLOR #EBAAD1

HEX: #EBAAD1
RGB: (235,170,209)

Color info

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

RGB color model

#EBAAD1 color RGB value is (235,170,209).

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

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 209 of 255 = 82%

235
170
209

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

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 209 = 614 (100%)
R 235 of 614 ~ 38.27%
G 170 of 614 ~ 27.69%
B 209 of 614 ~ 34.04%

%38.27
%27.69
%34.04

CMYK color model

#EBAAD1 color CMYK value is (0,28,11,8).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(0,28,11,8)
C0M28Y11K8 
(0%,28%,11%,8%)
(0.00/0.28/0.11/0.08)	

CMYK percentages

%0
%27.66
%11.06
%7.84

Codes

Color #EBAAD1 in popluar color models

EBAAD1
RGB235170209
HSL324°61.90%79.41%
HSB/HSV324°27.66%92.16%
CMYK0.00%27.66%11.06%
7.84%

Color #EBAAD1 in popluar number systems.

HEXEBAAD1
Decimal235170209
Binary111010111010101011010001
Octal353252321

Shades and tints

Shades of #EBAAD1

#EBAAD1
(235,170,209)
#D69BBE
(214,155,190)
#C18CAB
(193,140,171)
#AC7D98
(172,125,152)
#976E85
(151,110,133)
#825F72
(130,95,114)
#6D505F
(109,80,95)
#58414C
(88,65,76)
#433239
(67,50,57)
#2E2326
(46,35,38)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #EBAAD1

#EBAAD1
(235,170,209)
#ECB1D5
(236,177,213)
#EDB8D9
(237,184,217)
#EEBFDD
(238,191,221)
#EFC6E1
(239,198,225)
#F0CDE5
(240,205,229)
#F1D4E9
(241,212,233)
#F2DBED
(242,219,237)
#F3E2F1
(243,226,241)
#F4E9F5
(244,233,245)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAAD1 color. Also use rgb(235,170,209) instead hex code.

Text Font Color

.myTextColor { color: #EBAAD1; }

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

This text font color is #EBAAD1.


Background Color

.myBgColor { background-color: #EBAAD1; }

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

This div background color is #EBAAD1.


Border color

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

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

This div border color is #EBAAD1.


Opacity

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

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

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

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

This text has shadow with #EBAAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAAD1 on black background.


Color preview on white background

This text has color #EBAAD1 on white background.



Black color preview on #EBAAD1 background

This text has black color on #EBAAD1 background.


White color preview on #EBAAD1 background

This text has white color on #EBAAD1 background.