COLOR #EBC5DB

HEX: #EBC5DB
RGB: (235,197,219)

Color info

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

RGB color model

#EBC5DB color RGB value is (235,197,219).

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

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 219 of 255 = 86%

235
197
219

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

Portions of RGB colors in percentages

R + G + B =
235 + 197 + 219 = 651 (100%)
R 235 of 651 ~ 36.1%
G 197 of 651 ~ 30.26%
B 219 of 651 ~ 33.64%

%36.1
%30.26
%33.64

CMYK color model

#EBC5DB color CMYK value is (0,16,7,8).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(0,16,7,8)
C0M16Y7K8 
(0%,16%,7%,8%)
(0.00/0.16/0.07/0.08)	

CMYK percentages

%0
%16.17
%6.81
%7.84

Codes

Color #EBC5DB in popluar color models

EBC5DB
RGB235197219
HSL325°48.72%84.71%
HSB/HSV325°16.17%92.16%
CMYK0.00%16.17%6.81%
7.84%

Color #EBC5DB in popluar number systems.

HEXEBC5DB
Decimal235197219
Binary111010111100010111011011
Octal353305333

Shades and tints

Shades of #EBC5DB

#EBC5DB
(235,197,219)
#D6B4C8
(214,180,200)
#C1A3B5
(193,163,181)
#AC92A2
(172,146,162)
#97818F
(151,129,143)
#82707C
(130,112,124)
#6D5F69
(109,95,105)
#584E56
(88,78,86)
#433D43
(67,61,67)
#2E2C30
(46,44,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #EBC5DB

#EBC5DB
(235,197,219)
#ECCADE
(236,202,222)
#EDCFE1
(237,207,225)
#EED4E4
(238,212,228)
#EFD9E7
(239,217,231)
#F0DEEA
(240,222,234)
#F1E3ED
(241,227,237)
#F2E8F0
(242,232,240)
#F3EDF3
(243,237,243)
#F4F2F6
(244,242,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5DB; }

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

This text font color is #EBC5DB.


Background Color

.myBgColor { background-color: #EBC5DB; }

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

This div background color is #EBC5DB.


Border color

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

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

This div border color is #EBC5DB.


Opacity

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

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

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

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

This text has shadow with #EBC5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5DB on black background.


Color preview on white background

This text has color #EBC5DB on white background.



Black color preview on #EBC5DB background

This text has black color on #EBC5DB background.


White color preview on #EBC5DB background

This text has white color on #EBC5DB background.