COLOR #EBBAEB

HEX: #EBBAEB RGB: (235,186,235)

Color info

#EBBAEB contains red, green and blue colors in about the same proportion. Web safe color of #EBBAEB is #FFCCFF (or #FCF).

RGB color model

#EBBAEB color RGB value is (235,186,235).

RGB: (235,186,235) (92%, 73%, 92%)

RGB channels and saturation

R 235 of 255 = 92%
G 186 of 255 = 73%
B 235 of 255 = 92%

235
186
235

R + G + B ~ 86%. #EBBAEB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 186 + 235 = 656 (100%)
R 235 of 656 ~ 35.82%
G 186 of 656 ~ 28.35%
B 235 of 656 ~ 35.82'%

%35.82
%28.35
%35.82

CMYK color model

#EBBAEB color CMYK value is (0,21,0,8).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (0,21,0,8)
C0M21Y0K8 (0%, 21%, 0%, 8%)
(0.00 / 0.21 / 0.00 / 0.08)

CMYK percentages

%0
%20.85
%0
%7.84

Codes

Color #EBBAEB in popluar color models

EB BA EB
RGB 235 186 235
HSL 300° 55.06% 82.55%
HSB/HSV 300° 20.85% 92.16%
CMYK 0.00% 20.85% 0.00%
7.84%

Color #EBBAEB in popluar number systems.

HEX EB BA EB
Decimal 235 186 235
Binary 11101011 10111010 11101011
Octal 353 272 353

Shades and tints

Shades of #EBBAEB

#EBBAEB
(235,186,235)
#D6AAD6
(214,170,214)
#C19AC1
(193,154,193)
#AC8AAC
(172,138,172)
#977A97
(151,122,151)
#826A82
(130,106,130)
#6D5A6D
(109,90,109)
#584A58
(88,74,88)
#433A43
(67,58,67)
#2E2A2E
(46,42,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #EBBAEB

#EBBAEB
(235,186,235)
#ECC0EC
(236,192,236)
#EDC6ED
(237,198,237)
#EECCEE
(238,204,238)
#EFD2EF
(239,210,239)
#F0D8F0
(240,216,240)
#F1DEF1
(241,222,241)
#F2E4F2
(242,228,242)
#F3EAF3
(243,234,243)
#F4F0F4
(244,240,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBAEB; }

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

This text font color is #EBBAEB.

Background Color

.myBgColor { background-color: #EBBAEB; }

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

This div background color is #EBBAEB.

Border color

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

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

This div border color is #EBBAEB.

Opacity

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

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

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

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

This text has shadow with #EBBAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBAEB.

Preview

Color preview on black background

This text has color #EBBAEB on black background.


Color preview on white background

This text has color #EBBAEB on white background.


Black color preview on #EBBAEB background

This text has black color on #EBBAEB background.


White color preview on #EBBAEB background

This text has white color on #EBBAEB background.


Related colors

Complementary color

Complementary color for #hex is #144514.


I love getcolorcode.com

Triadic colors

1 #EBEBBA and #BAEBEB with #EBBAEB are triadic colors.

2 #EBBAEB and #BAEBEB with #EBBAEB are triadic colors.