COLOR #EBB2EC

HEX: #EBB2EC
RGB: (235,178,236)

Color info

#EBB2EC contains red, green and blue colors in about the same proportion. Web safe color of #EBB2EC is #FF99FF (or #F9F).

RGB color model

#EBB2EC color RGB value is (235,178,236).

  • red value is 235;
  • green value is 178;
  • blue value is 236.
RGB:
(235,178,236)
(92%,70%,93%)

RGB channels and saturation

R 235 of 255 = 92%
G 178 of 255 = 70%
B 236 of 255 = 93%

235
178
236

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

Portions of RGB colors in percentages

R + G + B =
235 + 178 + 236 = 649 (100%)
R 235 of 649 ~ 36.21%
G 178 of 649 ~ 27.43%
B 236 of 649 ~ 36.36%

%36.21
%27.43
%36.36

CMYK color model

#EBB2EC color CMYK value is (0,25,0,7).

  • cyan value is 0.42%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(0,25,0,7)
C0M25Y0K7 
(0%,25%,0%,7%)
(0.00/0.25/0.00/0.07)	

CMYK percentages

%0.42
%24.58
%0
%7.45

Codes

Color #EBB2EC in popluar color models

EBB2EC
RGB235178236
HSL299°60.42%81.18%
HSB/HSV299°24.58%92.55%
CMYK0.42%24.58%0.00%
7.45%

Color #EBB2EC in popluar number systems.

HEXEBB2EC
Decimal235178236
Binary111010111011001011101100
Octal353262354

Shades and tints

Shades of #EBB2EC

#EBB2EC
(235,178,236)
#D6A2D7
(214,162,215)
#C192C2
(193,146,194)
#AC82AD
(172,130,173)
#977298
(151,114,152)
#826283
(130,98,131)
#6D526E
(109,82,110)
#584259
(88,66,89)
#433244
(67,50,68)
#2E222F
(46,34,47)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #EBB2EC

#EBB2EC
(235,178,236)
#ECB9ED
(236,185,237)
#EDC0EE
(237,192,238)
#EEC7EF
(238,199,239)
#EFCEF0
(239,206,240)
#F0D5F1
(240,213,241)
#F1DCF2
(241,220,242)
#F2E3F3
(242,227,243)
#F3EAF4
(243,234,244)
#F4F1F5
(244,241,245)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB2EC; }

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

This text font color is #EBB2EC.


Background Color

.myBgColor { background-color: #EBB2EC; }

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

This div background color is #EBB2EC.


Border color

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

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

This div border color is #EBB2EC.


Opacity

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

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

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

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

This text has shadow with #EBB2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB2EC on black background.


Color preview on white background

This text has color #EBB2EC on white background.



Black color preview on #EBB2EC background

This text has black color on #EBB2EC background.


White color preview on #EBB2EC background

This text has white color on #EBB2EC background.