COLOR #EBA9DD

HEX: #EBA9DD
RGB: (235,169,221)

Color info

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

RGB color model

#EBA9DD color RGB value is (235,169,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 169 of 255 = 66%
B 221 of 255 = 87%

235
169
221

R + G + B ~ 82%. #EBA9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 169 + 221 = 625 (100%)
R 235 of 625 ~ 37.6%
G 169 of 625 ~ 27.04%
B 221 of 625 ~ 35.36%

%37.6
%27.04
%35.36

CMYK color model

#EBA9DD color CMYK value is (0,28,6,8).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(0,28,6,8)
C0M28Y6K8 
(0%,28%,6%,8%)
(0.00/0.28/0.06/0.08)	

CMYK percentages

%0
%28.09
%5.96
%7.84

Codes

Color #EBA9DD in popluar color models

EBA9DD
RGB235169221
HSL313°62.26%79.22%
HSB/HSV313°28.09%92.16%
CMYK0.00%28.09%5.96%
7.84%

Color #EBA9DD in popluar number systems.

HEXEBA9DD
Decimal235169221
Binary111010111010100111011101
Octal353251335

Shades and tints

Shades of #EBA9DD

#EBA9DD
(235,169,221)
#D69AC9
(214,154,201)
#C18BB5
(193,139,181)
#AC7CA1
(172,124,161)
#976D8D
(151,109,141)
#825E79
(130,94,121)
#6D4F65
(109,79,101)
#584051
(88,64,81)
#43313D
(67,49,61)
#2E2229
(46,34,41)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #EBA9DD

#EBA9DD
(235,169,221)
#ECB0E0
(236,176,224)
#EDB7E3
(237,183,227)
#EEBEE6
(238,190,230)
#EFC5E9
(239,197,233)
#F0CCEC
(240,204,236)
#F1D3EF
(241,211,239)
#F2DAF2
(242,218,242)
#F3E1F5
(243,225,245)
#F4E8F8
(244,232,248)
#F5EFFB
(245,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA9DD; }

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

This text font color is #EBA9DD.


Background Color

.myBgColor { background-color: #EBA9DD; }

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

This div background color is #EBA9DD.


Border color

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

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

This div border color is #EBA9DD.


Opacity

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

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

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

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

This text has shadow with #EBA9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA9DD on black background.


Color preview on white background

This text has color #EBA9DD on white background.



Black color preview on #EBA9DD background

This text has black color on #EBA9DD background.


White color preview on #EBA9DD background

This text has white color on #EBA9DD background.