COLOR #EBADDF

HEX: #EBADDF RGB: (235,173,223)

Color info

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

RGB color model

#EBADDF color RGB value is (235,173,223).

RGB: (235,173,223) (92%, 68%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 173 of 255 = 68%
B 223 of 255 = 87%

235
173
223

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

Portions of RGB colors in percentages

R + G + B = 235 + 173 + 223 = 631 (100%)
R 235 of 631 ~ 37.24%
G 173 of 631 ~ 27.42%
B 223 of 631 ~ 35.34'%

%37.24
%27.42
%35.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 5.11%
  • key color value is 7.84%

CMYK: (0,26,5,8)
C0M26Y5K8 (0%, 26%, 5%, 8%)
(0.00 / 0.26 / 0.05 / 0.08)

CMYK percentages

%0
%26.38
%5.11
%7.84

Codes

Color #EBADDF in popluar color models

EB AD DF
RGB 235 173 223
HSL 312° 60.78% 80.00%
HSB/HSV 312° 26.38% 92.16%
CMYK 0.00% 26.38% 5.11%
7.84%

Color #EBADDF in popluar number systems.

HEX EB AD DF
Decimal 235 173 223
Binary 11101011 10101101 11011111
Octal 353 255 337

Shades and tints

Shades of #EBADDF

#EBADDF
(235,173,223)
#D69ECB
(214,158,203)
#C18FB7
(193,143,183)
#AC80A3
(172,128,163)
#97718F
(151,113,143)
#82627B
(130,98,123)
#6D5367
(109,83,103)
#584453
(88,68,83)
#43353F
(67,53,63)
#2E262B
(46,38,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBADDF

#EBADDF
(235,173,223)
#ECB4E1
(236,180,225)
#EDBBE3
(237,187,227)
#EEC2E5
(238,194,229)
#EFC9E7
(239,201,231)
#F0D0E9
(240,208,233)
#F1D7EB
(241,215,235)
#F2DEED
(242,222,237)
#F3E5EF
(243,229,239)
#F4ECF1
(244,236,241)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBADDF; }

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

This text font color is #EBADDF.

Background Color

.myBgColor { background-color: #EBADDF; }

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

This div background color is #EBADDF.

Border color

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

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

This div border color is #EBADDF.

Opacity

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

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

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

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

This text has shadow with #EBADDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBADDF.

Preview

Color preview on black background

This text has color #EBADDF on black background.


Color preview on white background

This text has color #EBADDF on white background.


Black color preview on #EBADDF background

This text has black color on #EBADDF background.


White color preview on #EBADDF background

This text has white color on #EBADDF background.


Related colors

Complementary color

Complementary color for #hex is #145220.


I love getcolorcode.com

Triadic colors

1 #DFEBAD and #ADDFEB with #EBADDF are triadic colors.

2 #DFADEB and #ADEBDF with #EBADDF are triadic colors.