COLOR #EBAAD2

HEX: #EBAAD2
RGB: (235,170,210)

Color info

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

RGB color model

#EBAAD2 color RGB value is (235,170,210).

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

RGB channels and saturation

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

235
170
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 210 = 615 (100%)
R 235 of 615 ~ 38.21%
G 170 of 615 ~ 27.64%
B 210 of 615 ~ 34.15%

%38.21
%27.64
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 10.64%
  • 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
%10.64
%7.84

Codes

Color #EBAAD2 in popluar color models

EBAAD2
RGB235170210
HSL323°61.90%79.41%
HSB/HSV323°27.66%92.16%
CMYK0.00%27.66%10.64%
7.84%

Color #EBAAD2 in popluar number systems.

HEXEBAAD2
Decimal235170210
Binary111010111010101011010010
Octal353252322

Shades and tints

Shades of #EBAAD2

#EBAAD2
(235,170,210)
#D69BBF
(214,155,191)
#C18CAC
(193,140,172)
#AC7D99
(172,125,153)
#976E86
(151,110,134)
#825F73
(130,95,115)
#6D5060
(109,80,96)
#58414D
(88,65,77)
#43323A
(67,50,58)
#2E2327
(46,35,39)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #EBAAD2

#EBAAD2
(235,170,210)
#ECB1D6
(236,177,214)
#EDB8DA
(237,184,218)
#EEBFDE
(238,191,222)
#EFC6E2
(239,198,226)
#F0CDE6
(240,205,230)
#F1D4EA
(241,212,234)
#F2DBEE
(242,219,238)
#F3E2F2
(243,226,242)
#F4E9F6
(244,233,246)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAAD2; }

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

This text font color is #EBAAD2.


Background Color

.myBgColor { background-color: #EBAAD2; }

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

This div background color is #EBAAD2.


Border color

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

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

This div border color is #EBAAD2.


Opacity

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

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

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

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

This text has shadow with #EBAAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAAD2 on black background.


Color preview on white background

This text has color #EBAAD2 on white background.



Black color preview on #EBAAD2 background

This text has black color on #EBAAD2 background.


White color preview on #EBAAD2 background

This text has white color on #EBAAD2 background.