COLOR #EBC9D8

HEX: #EBC9D8
RGB: (235,201,216)

Color info

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

RGB color model

#EBC9D8 color RGB value is (235,201,216).

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

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 216 of 255 = 85%

235
201
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 201 + 216 = 652 (100%)
R 235 of 652 ~ 36.04%
G 201 of 652 ~ 30.83%
B 216 of 652 ~ 33.13%

%36.04
%30.83
%33.13

CMYK color model

#EBC9D8 color CMYK value is (0,14,8,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK: (0,14,8,8) C0M14Y8K8 (0%,14%,8%,8%) (0.00/0.14/0.08/0.08)

CMYK percentages

%0
%14.47
%8.09
%7.84

Codes

Color #EBC9D8 in popluar color models

EBC9D8
RGB235201216
HSL334°45.95%85.49%
HSB/HSV334°14.47%92.16%
CMYK0.00%14.47%8.09%
7.84%

Color #EBC9D8 in popluar number systems.

HEXEBC9D8
Decimal235201216
Binary111010111100100111011000
Octal353311330

Shades and tints

Shades of #EBC9D8

#EBC9D8
(235,201,216)
#D6B7C5
(214,183,197)
#C1A5B2
(193,165,178)
#AC939F
(172,147,159)
#97818C
(151,129,140)
#826F79
(130,111,121)
#6D5D66
(109,93,102)
#584B53
(88,75,83)
#433940
(67,57,64)
#2E272D
(46,39,45)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #EBC9D8

#EBC9D8
(235,201,216)
#ECCDDB
(236,205,219)
#EDD1DE
(237,209,222)
#EED5E1
(238,213,225)
#EFD9E4
(239,217,228)
#F0DDE7
(240,221,231)
#F1E1EA
(241,225,234)
#F2E5ED
(242,229,237)
#F3E9F0
(243,233,240)
#F4EDF3
(244,237,243)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC9D8; }

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

This text font color is #EBC9D8.


Background Color

.myBgColor { background-color: #EBC9D8; }

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

This div background color is #EBC9D8.


Border color

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

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

This div border color is #EBC9D8.


Opacity

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

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

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

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

This text has shadow with #EBC9D8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBC9D8 on black background.


Color preview on white background

This text has color #EBC9D8 on white background.



Black color preview on #EBC9D8 background

This text has black color on #EBC9D8 background.


White color preview on #EBC9D8 background

This text has white color on #EBC9D8 background.