COLOR #EBB5E6

HEX: #EBB5E6
RGB: (235,181,230)

Color info

#EBB5E6 contains red, green and blue colors in about the same proportion. Web safe color of #EBB5E6 is #FFCCCC (or #FCC).

RGB color model

#EBB5E6 color RGB value is (235,181,230).

  • red value is 235;
  • green value is 181;
  • blue value is 230.
RGB:
(235,181,230)
(92%,71%,90%)

RGB channels and saturation

R 235 of 255 = 92%
G 181 of 255 = 71%
B 230 of 255 = 90%

235
181
230

R + G + B ~ 84%. #EBB5E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 181 + 230 = 646 (100%)
R 235 of 646 ~ 36.38%
G 181 of 646 ~ 28.02%
B 230 of 646 ~ 35.6%

%36.38
%28.02
%35.6

CMYK color model

#EBB5E6 color CMYK value is (0,23,2,8).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(0,23,2,8)
C0M23Y2K8 
(0%,23%,2%,8%)
(0.00/0.23/0.02/0.08)	

CMYK percentages

%0
%22.98
%2.13
%7.84

Codes

Color #EBB5E6 in popluar color models

EBB5E6
RGB235181230
HSL306°57.45%81.57%
HSB/HSV306°22.98%92.16%
CMYK0.00%22.98%2.13%
7.84%

Color #EBB5E6 in popluar number systems.

HEXEBB5E6
Decimal235181230
Binary111010111011010111100110
Octal353265346

Shades and tints

Shades of #EBB5E6

#EBB5E6
(235,181,230)
#D6A5D2
(214,165,210)
#C195BE
(193,149,190)
#AC85AA
(172,133,170)
#977596
(151,117,150)
#826582
(130,101,130)
#6D556E
(109,85,110)
#58455A
(88,69,90)
#433546
(67,53,70)
#2E2532
(46,37,50)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #EBB5E6

#EBB5E6
(235,181,230)
#ECBBE8
(236,187,232)
#EDC1EA
(237,193,234)
#EEC7EC
(238,199,236)
#EFCDEE
(239,205,238)
#F0D3F0
(240,211,240)
#F1D9F2
(241,217,242)
#F2DFF4
(242,223,244)
#F3E5F6
(243,229,246)
#F4EBF8
(244,235,248)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB5E6; }

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

This text font color is #EBB5E6.


Background Color

.myBgColor { background-color: #EBB5E6; }

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

This div background color is #EBB5E6.


Border color

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

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

This div border color is #EBB5E6.


Opacity

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

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

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

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

This text has shadow with #EBB5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5E6 on black background.


Color preview on white background

This text has color #EBB5E6 on white background.



Black color preview on #EBB5E6 background

This text has black color on #EBB5E6 background.


White color preview on #EBB5E6 background

This text has white color on #EBB5E6 background.