COLOR #EBADDE

HEX: #EBADDE RGB: (235,173,222)

Color info

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

RGB color model

#EBADDE color RGB value is (235,173,222).

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

RGB channels and saturation

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

235
173
222

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

Portions of RGB colors in percentages

R + G + B = 235 + 173 + 222 = 630 (100%)
R 235 of 630 ~ 37.3%
G 173 of 630 ~ 27.46%
B 222 of 630 ~ 35.24'%

%37.3
%27.46
%35.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK: (0,26,6,8) C0M26Y6K8 (0%,26%,6%,8%) (0.00/0.26/0.06/0.08) 

CMYK percentages

%0
%26.38
%5.53
%7.84

Codes

Color #EBADDE in popluar color models

EB AD DE
RGB 235 173 222
HSL 313° 60.78% 80.00%
HSB/HSV 313° 26.38% 92.16%
CMYK 0.00% 26.38% 5.53%
7.84%

Color #EBADDE in popluar number systems.

HEX EB AD DE
Decimal 235 173 222
Binary 11101011 10101101 11011110
Octal 353 255 336

Shades and tints

Shades of #EBADDE

#EBADDE
(235,173,222)
#D69ECA
(214,158,202)
#C18FB6
(193,143,182)
#AC80A2
(172,128,162)
#97718E
(151,113,142)
#82627A
(130,98,122)
#6D5366
(109,83,102)
#584452
(88,68,82)
#43353E
(67,53,62)
#2E262A
(46,38,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBADDE

#EBADDE
(235,173,222)
#ECB4E1
(236,180,225)
#EDBBE4
(237,187,228)
#EEC2E7
(238,194,231)
#EFC9EA
(239,201,234)
#F0D0ED
(240,208,237)
#F1D7F0
(241,215,240)
#F2DEF3
(242,222,243)
#F3E5F6
(243,229,246)
#F4ECF9
(244,236,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBADDE; }

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

This text font color is #EBADDE.

Background Color

.myBgColor { background-color: #EBADDE; }

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

This div background color is #EBADDE.

Border color

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

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

This div border color is #EBADDE.

Opacity

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

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

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

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

This text has shadow with #EBADDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBADDE.

Preview

Color preview on black background

This text has color #EBADDE on black background.


Color preview on white background

This text has color #EBADDE on white background.


Black color preview on #EBADDE background

This text has black color on #EBADDE background.


White color preview on #EBADDE background

This text has white color on #EBADDE background.


Related colors

Complementary color

Complementary color for #hex is #145221.


I love getcolorcode.com

Triadic colors

1 #DEEBAD and #ADDEEB with #EBADDE are triadic colors.

2 #DEADEB and #ADEBDE with #EBADDE are triadic colors.