COLOR #EBBBD8

HEX: #EBBBD8
RGB: (235,187,216)

Color info

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

RGB color model

#EBBBD8 color RGB value is (235,187,216).

  • red value is 235;
  • green value is 187;
  • blue value is 216.
RGB:
(235,187,216)
(92%,73%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 187 of 255 = 73%
B 216 of 255 = 85%

235
187
216

R + G + B ~ 83%. #EBBBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 187 + 216 = 638 (100%)
R 235 of 638 ~ 36.83%
G 187 of 638 ~ 29.31%
B 216 of 638 ~ 33.86%

%36.83
%29.31
%33.86

CMYK color model

#EBBBD8 color CMYK value is (0,20,8,8).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,20,8,8)
C0M20Y8K8 
(0%,20%,8%,8%)
(0.00/0.20/0.08/0.08)	

CMYK percentages

%0
%20.43
%8.09
%7.84

Codes

Color #EBBBD8 in popluar color models

EBBBD8
RGB235187216
HSL324°54.55%82.75%
HSB/HSV324°20.43%92.16%
CMYK0.00%20.43%8.09%
7.84%

Color #EBBBD8 in popluar number systems.

HEXEBBBD8
Decimal235187216
Binary111010111011101111011000
Octal353273330

Shades and tints

Shades of #EBBBD8

#EBBBD8
(235,187,216)
#D6AAC5
(214,170,197)
#C199B2
(193,153,178)
#AC889F
(172,136,159)
#97778C
(151,119,140)
#826679
(130,102,121)
#6D5566
(109,85,102)
#584453
(88,68,83)
#433340
(67,51,64)
#2E222D
(46,34,45)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #EBBBD8

#EBBBD8
(235,187,216)
#ECC1DB
(236,193,219)
#EDC7DE
(237,199,222)
#EECDE1
(238,205,225)
#EFD3E4
(239,211,228)
#F0D9E7
(240,217,231)
#F1DFEA
(241,223,234)
#F2E5ED
(242,229,237)
#F3EBF0
(243,235,240)
#F4F1F3
(244,241,243)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBBD8; }

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

This text font color is #EBBBD8.


Background Color

.myBgColor { background-color: #EBBBD8; }

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

This div background color is #EBBBD8.


Border color

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

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

This div border color is #EBBBD8.


Opacity

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

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

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

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

This text has shadow with #EBBBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBBD8 on black background.


Color preview on white background

This text has color #EBBBD8 on white background.



Black color preview on #EBBBD8 background

This text has black color on #EBBBD8 background.


White color preview on #EBBBD8 background

This text has white color on #EBBBD8 background.