COLOR #EBBEDB

HEX: #EBBEDB
RGB: (235,190,219)

Color info

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

RGB color model

#EBBEDB color RGB value is (235,190,219).

  • red value is 235;
  • green value is 190;
  • blue value is 219.
RGB:
(235,190,219)
(92%,75%,86%)

RGB channels and saturation

R 235 of 255 = 92%
G 190 of 255 = 75%
B 219 of 255 = 86%

235
190
219

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

Portions of RGB colors in percentages

R + G + B =
235 + 190 + 219 = 644 (100%)
R 235 of 644 ~ 36.49%
G 190 of 644 ~ 29.5%
B 219 of 644 ~ 34.01%

%36.49
%29.5
%34.01

CMYK color model

#EBBEDB color CMYK value is (0,19,7,8).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(0,19,7,8)
C0M19Y7K8 
(0%,19%,7%,8%)
(0.00/0.19/0.07/0.08)	

CMYK percentages

%0
%19.15
%6.81
%7.84

Codes

Color #EBBEDB in popluar color models

EBBEDB
RGB235190219
HSL321°52.94%83.33%
HSB/HSV321°19.15%92.16%
CMYK0.00%19.15%6.81%
7.84%

Color #EBBEDB in popluar number systems.

HEXEBBEDB
Decimal235190219
Binary111010111011111011011011
Octal353276333

Shades and tints

Shades of #EBBEDB

#EBBEDB
(235,190,219)
#D6ADC8
(214,173,200)
#C19CB5
(193,156,181)
#AC8BA2
(172,139,162)
#977A8F
(151,122,143)
#82697C
(130,105,124)
#6D5869
(109,88,105)
#584756
(88,71,86)
#433643
(67,54,67)
#2E2530
(46,37,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #EBBEDB

#EBBEDB
(235,190,219)
#ECC3DE
(236,195,222)
#EDC8E1
(237,200,225)
#EECDE4
(238,205,228)
#EFD2E7
(239,210,231)
#F0D7EA
(240,215,234)
#F1DCED
(241,220,237)
#F2E1F0
(242,225,240)
#F3E6F3
(243,230,243)
#F4EBF6
(244,235,246)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBEDB; }

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

This text font color is #EBBEDB.


Background Color

.myBgColor { background-color: #EBBEDB; }

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

This div background color is #EBBEDB.


Border color

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

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

This div border color is #EBBEDB.


Opacity

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

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

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

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

This text has shadow with #EBBEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBEDB on black background.


Color preview on white background

This text has color #EBBEDB on white background.



Black color preview on #EBBEDB background

This text has black color on #EBBEDB background.


White color preview on #EBBEDB background

This text has white color on #EBBEDB background.