COLOR #EBC5D8

HEX: #EBC5D8
RGB: (235,197,216)

Color info

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

RGB color model

#EBC5D8 color RGB value is (235,197,216).

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

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 216 of 255 = 85%

235
197
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 197 + 216 = 648 (100%)
R 235 of 648 ~ 36.27%
G 197 of 648 ~ 30.4%
B 216 of 648 ~ 33.33%

%36.27
%30.4
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,16,8,8)
C0M16Y8K8 
(0%,16%,8%,8%)
(0.00/0.16/0.08/0.08)	

CMYK percentages

%0
%16.17
%8.09
%7.84

Codes

Color #EBC5D8 in popluar color models

EBC5D8
RGB235197216
HSL330°48.72%84.71%
HSB/HSV330°16.17%92.16%
CMYK0.00%16.17%8.09%
7.84%

Color #EBC5D8 in popluar number systems.

HEXEBC5D8
Decimal235197216
Binary111010111100010111011000
Octal353305330

Shades and tints

Shades of #EBC5D8

#EBC5D8
(235,197,216)
#D6B4C5
(214,180,197)
#C1A3B2
(193,163,178)
#AC929F
(172,146,159)
#97818C
(151,129,140)
#827079
(130,112,121)
#6D5F66
(109,95,102)
#584E53
(88,78,83)
#433D40
(67,61,64)
#2E2C2D
(46,44,45)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #EBC5D8

#EBC5D8
(235,197,216)
#ECCADB
(236,202,219)
#EDCFDE
(237,207,222)
#EED4E1
(238,212,225)
#EFD9E4
(239,217,228)
#F0DEE7
(240,222,231)
#F1E3EA
(241,227,234)
#F2E8ED
(242,232,237)
#F3EDF0
(243,237,240)
#F4F2F3
(244,242,243)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5D8; }

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

This text font color is #EBC5D8.


Background Color

.myBgColor { background-color: #EBC5D8; }

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

This div background color is #EBC5D8.


Border color

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

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

This div border color is #EBC5D8.


Opacity

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

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

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

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

This text has shadow with #EBC5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5D8 on black background.


Color preview on white background

This text has color #EBC5D8 on white background.



Black color preview on #EBC5D8 background

This text has black color on #EBC5D8 background.


White color preview on #EBC5D8 background

This text has white color on #EBC5D8 background.