COLOR #EBADD8

HEX: #EBADD8
RGB: (235,173,216)

Color info

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

RGB color model

#EBADD8 color RGB value is (235,173,216).

  • red value is 235;
  • green value is 173;
  • blue value is 216.
RGB:
(235,173,216)
(92%,68%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 173 of 255 = 68%
B 216 of 255 = 85%

235
173
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 173 + 216 = 624 (100%)
R 235 of 624 ~ 37.66%
G 173 of 624 ~ 27.72%
B 216 of 624 ~ 34.62%

%37.66
%27.72
%34.62

CMYK color model

#EBADD8 color CMYK value is (0,26,8,8).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,26,8,8)
C0M26Y8K8 
(0%,26%,8%,8%)
(0.00/0.26/0.08/0.08)	

CMYK percentages

%0
%26.38
%8.09
%7.84

Codes

Color #EBADD8 in popluar color models

EBADD8
RGB235173216
HSL318°60.78%80.00%
HSB/HSV318°26.38%92.16%
CMYK0.00%26.38%8.09%
7.84%

Color #EBADD8 in popluar number systems.

HEXEBADD8
Decimal235173216
Binary111010111010110111011000
Octal353255330

Shades and tints

Shades of #EBADD8

#EBADD8
(235,173,216)
#D69EC5
(214,158,197)
#C18FB2
(193,143,178)
#AC809F
(172,128,159)
#97718C
(151,113,140)
#826279
(130,98,121)
#6D5366
(109,83,102)
#584453
(88,68,83)
#433540
(67,53,64)
#2E262D
(46,38,45)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBADD8

#EBADD8
(235,173,216)
#ECB4DB
(236,180,219)
#EDBBDE
(237,187,222)
#EEC2E1
(238,194,225)
#EFC9E4
(239,201,228)
#F0D0E7
(240,208,231)
#F1D7EA
(241,215,234)
#F2DEED
(242,222,237)
#F3E5F0
(243,229,240)
#F4ECF3
(244,236,243)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBADD8 color. Also use rgb(235,173,216) instead hex code.

Text Font Color

.myTextColor { color: #EBADD8; }

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

This text font color is #EBADD8.


Background Color

.myBgColor { background-color: #EBADD8; }

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

This div background color is #EBADD8.


Border color

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

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

This div border color is #EBADD8.


Opacity

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

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

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

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

This text has shadow with #EBADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBADD8 on black background.


Color preview on white background

This text has color #EBADD8 on white background.



Black color preview on #EBADD8 background

This text has black color on #EBADD8 background.


White color preview on #EBADD8 background

This text has white color on #EBADD8 background.