COLOR #EBC5DD

HEX: #EBC5DD
RGB: (235,197,221)

Color info

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

RGB color model

#EBC5DD color RGB value is (235,197,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 221 of 255 = 87%

235
197
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 197 + 221 = 653 (100%)
R 235 of 653 ~ 35.99%
G 197 of 653 ~ 30.17%
B 221 of 653 ~ 33.84%

%35.99
%30.17
%33.84

CMYK color model

#EBC5DD color CMYK value is (0,16,6,8).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(0,16,6,8)
C0M16Y6K8 
(0%,16%,6%,8%)
(0.00/0.16/0.06/0.08)	

CMYK percentages

%0
%16.17
%5.96
%7.84

Codes

Color #EBC5DD in popluar color models

EBC5DD
RGB235197221
HSL322°48.72%84.71%
HSB/HSV322°16.17%92.16%
CMYK0.00%16.17%5.96%
7.84%

Color #EBC5DD in popluar number systems.

HEXEBC5DD
Decimal235197221
Binary111010111100010111011101
Octal353305335

Shades and tints

Shades of #EBC5DD

#EBC5DD
(235,197,221)
#D6B4C9
(214,180,201)
#C1A3B5
(193,163,181)
#AC92A1
(172,146,161)
#97818D
(151,129,141)
#827079
(130,112,121)
#6D5F65
(109,95,101)
#584E51
(88,78,81)
#433D3D
(67,61,61)
#2E2C29
(46,44,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBC5DD

#EBC5DD
(235,197,221)
#ECCAE0
(236,202,224)
#EDCFE3
(237,207,227)
#EED4E6
(238,212,230)
#EFD9E9
(239,217,233)
#F0DEEC
(240,222,236)
#F1E3EF
(241,227,239)
#F2E8F2
(242,232,242)
#F3EDF5
(243,237,245)
#F4F2F8
(244,242,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5DD; }

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

This text font color is #EBC5DD.


Background Color

.myBgColor { background-color: #EBC5DD; }

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

This div background color is #EBC5DD.


Border color

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

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

This div border color is #EBC5DD.


Opacity

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

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

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

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

This text has shadow with #EBC5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5DD on black background.


Color preview on white background

This text has color #EBC5DD on white background.



Black color preview on #EBC5DD background

This text has black color on #EBC5DD background.


White color preview on #EBC5DD background

This text has white color on #EBC5DD background.