COLOR #EBADF5

HEX: #EBADF5 RGB: (235,173,245)

Color info

#EBADF5 contains mainly red and blue colors. Web safe color of #EBADF5 is #FF99FF (or #F9F).

RGB color model

#EBADF5 color RGB value is (235,173,245).

RGB: (235,173,245) (92%, 68%, 96%)

RGB channels and saturation

R 235 of 255 = 92%
G 173 of 255 = 68%
B 245 of 255 = 96%

235
173
245

R + G + B ~ 85%. #EBADF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 173 + 245 = 653 (100%)
R 235 of 653 ~ 35.99%
G 173 of 653 ~ 26.49%
B 245 of 653 ~ 37.52'%

%35.99
%26.49
%37.52

CMYK color model

#EBADF5 color CMYK value is (4,29,0,4).

  • cyan value is 4.08%
  • magenta value is 29.39%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (4,29,0,4)
C4M29Y0K4 (4%, 29%, 0%, 4%)
(0.04 / 0.29 / 0.00 / 0.04)

CMYK percentages

%4.08
%29.39
%0
%3.92

Codes

Color #EBADF5 in popluar color models

EB AD F5
RGB 235 173 245
HSL 292° 78.26% 81.96%
HSB/HSV 292° 29.39% 96.08%
CMYK 4.08% 29.39% 0.00%
3.92%

Color #EBADF5 in popluar number systems.

HEX EB AD F5
Decimal 235 173 245
Binary 11101011 10101101 11110101
Octal 353 255 365

Shades and tints

Shades of #EBADF5

#EBADF5
(235,173,245)
#D69EDF
(214,158,223)
#C18FC9
(193,143,201)
#AC80B3
(172,128,179)
#97719D
(151,113,157)
#826287
(130,98,135)
#6D5371
(109,83,113)
#58445B
(88,68,91)
#433545
(67,53,69)
#2E262F
(46,38,47)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EBADF5

#EBADF5
(235,173,245)
#ECB4F5
(236,180,245)
#EDBBF5
(237,187,245)
#EEC2F5
(238,194,245)
#EFC9F5
(239,201,245)
#F0D0F5
(240,208,245)
#F1D7F5
(241,215,245)
#F2DEF5
(242,222,245)
#F3E5F5
(243,229,245)
#F4ECF5
(244,236,245)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBADF5; }

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

This text font color is #EBADF5.

Background Color

.myBgColor { background-color: #EBADF5; }

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

This div background color is #EBADF5.

Border color

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

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

This div border color is #EBADF5.

Opacity

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

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

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

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

This text has shadow with #EBADF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBADF5.

Preview

Color preview on black background

This text has color #EBADF5 on black background.


Color preview on white background

This text has color #EBADF5 on white background.


Black color preview on #EBADF5 background

This text has black color on #EBADF5 background.


White color preview on #EBADF5 background

This text has white color on #EBADF5 background.


Related colors

Complementary color

Complementary color for #hex is #14520A.


I love getcolorcode.com

Triadic colors

1 #F5EBAD and #ADF5EB with #EBADF5 are triadic colors.

2 #F5ADEB and #ADEBF5 with #EBADF5 are triadic colors.