COLOR #EBB1EF

HEX: #EBB1EF RGB: (235,177,239)

Color info

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

RGB color model

#EBB1EF color RGB value is (235,177,239).

RGB: (235,177,239) (92%, 69%, 94%)

RGB channels and saturation

R 235 of 255 = 92%
G 177 of 255 = 69%
B 239 of 255 = 94%

235
177
239

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

Portions of RGB colors in percentages

R + G + B = 235 + 177 + 239 = 651 (100%)
R 235 of 651 ~ 36.1%
G 177 of 651 ~ 27.19%
B 239 of 651 ~ 36.71'%

%36.1
%27.19
%36.71

CMYK color model

#EBB1EF color CMYK value is (2,26,0,6).

  • cyan value is 1.67%
  • magenta value is 25.94%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (2,26,0,6)
C2M26Y0K6 (2%, 26%, 0%, 6%)
(0.02 / 0.26 / 0.00 / 0.06)

CMYK percentages

%1.67
%25.94
%0
%6.27

Codes

Color #EBB1EF in popluar color models

EB B1 EF
RGB 235 177 239
HSL 296° 65.96% 81.57%
HSB/HSV 296° 25.94% 93.73%
CMYK 1.67% 25.94% 0.00%
6.27%

Color #EBB1EF in popluar number systems.

HEX EB B1 EF
Decimal 235 177 239
Binary 11101011 10110001 11101111
Octal 353 261 357

Shades and tints

Shades of #EBB1EF

#EBB1EF
(235,177,239)
#D6A1DA
(214,161,218)
#C191C5
(193,145,197)
#AC81B0
(172,129,176)
#97719B
(151,113,155)
#826186
(130,97,134)
#6D5171
(109,81,113)
#58415C
(88,65,92)
#433147
(67,49,71)
#2E2132
(46,33,50)
#19111D
(25,17,29)
#000000
(0,0,0)

Tints of #EBB1EF

#EBB1EF
(235,177,239)
#ECB8F0
(236,184,240)
#EDBFF1
(237,191,241)
#EEC6F2
(238,198,242)
#EFCDF3
(239,205,243)
#F0D4F4
(240,212,244)
#F1DBF5
(241,219,245)
#F2E2F6
(242,226,246)
#F3E9F7
(243,233,247)
#F4F0F8
(244,240,248)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB1EF; }

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

This text font color is #EBB1EF.

Background Color

.myBgColor { background-color: #EBB1EF; }

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

This div background color is #EBB1EF.

Border color

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

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

This div border color is #EBB1EF.

Opacity

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

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

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

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

This text has shadow with #EBB1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB1EF.

Preview

Color preview on black background

This text has color #EBB1EF on black background.


Color preview on white background

This text has color #EBB1EF on white background.


Black color preview on #EBB1EF background

This text has black color on #EBB1EF background.


White color preview on #EBB1EF background

This text has white color on #EBB1EF background.


Related colors

Complementary color

Complementary color for #hex is #144E10.


I love getcolorcode.com

Triadic colors

1 #EFEBB1 and #B1EFEB with #EBB1EF are triadic colors.

2 #EFB1EB and #B1EBEF with #EBB1EF are triadic colors.