COLOR #EBA9D2

HEX: #EBA9D2
RGB: (235,169,210)

Color info

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

RGB color model

#EBA9D2 color RGB value is (235,169,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 169 of 255 = 66%
B 210 of 255 = 82%

235
169
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 169 + 210 = 614 (100%)
R 235 of 614 ~ 38.27%
G 169 of 614 ~ 27.52%
B 210 of 614 ~ 34.2%

%38.27
%27.52
%34.2

CMYK color model

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

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

Codes

Color #EBA9D2 in popluar color models

EBA9D2
RGB235169210
HSL323°62.26%79.22%
HSB/HSV323°28.09%92.16%
CMYK0.00%28.09%10.64%
7.84%

Color #EBA9D2 in popluar number systems.

HEXEBA9D2
Decimal235169210
Binary111010111010100111010010
Octal353251322

Shades and tints

Shades of #EBA9D2

#EBA9D2
(235,169,210)
#D69ABF
(214,154,191)
#C18BAC
(193,139,172)
#AC7C99
(172,124,153)
#976D86
(151,109,134)
#825E73
(130,94,115)
#6D4F60
(109,79,96)
#58404D
(88,64,77)
#43313A
(67,49,58)
#2E2227
(46,34,39)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #EBA9D2

#EBA9D2
(235,169,210)
#ECB0D6
(236,176,214)
#EDB7DA
(237,183,218)
#EEBEDE
(238,190,222)
#EFC5E2
(239,197,226)
#F0CCE6
(240,204,230)
#F1D3EA
(241,211,234)
#F2DAEE
(242,218,238)
#F3E1F2
(243,225,242)
#F4E8F6
(244,232,246)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA9D2; }

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

This text font color is #EBA9D2.


Background Color

.myBgColor { background-color: #EBA9D2; }

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

This div background color is #EBA9D2.


Border color

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

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

This div border color is #EBA9D2.


Opacity

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

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

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

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

This text has shadow with #EBA9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA9D2 on black background.


Color preview on white background

This text has color #EBA9D2 on white background.



Black color preview on #EBA9D2 background

This text has black color on #EBA9D2 background.


White color preview on #EBA9D2 background

This text has white color on #EBA9D2 background.