COLOR #EBC6D5

HEX: #EBC6D5
RGB: (235,198,213)

Color info

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

RGB color model

#EBC6D5 color RGB value is (235,198,213).

  • red value is 235;
  • green value is 198;
  • blue value is 213.
RGB:
(235,198,213)
(92%,78%,84%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 213 of 255 = 84%

235
198
213

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

Portions of RGB colors in percentages

R + G + B =
235 + 198 + 213 = 646 (100%)
R 235 of 646 ~ 36.38%
G 198 of 646 ~ 30.65%
B 213 of 646 ~ 32.97%

%36.38
%30.65
%32.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(0,16,9,8)
C0M16Y9K8 
(0%,16%,9%,8%)
(0.00/0.16/0.09/0.08)	

CMYK percentages

%0
%15.74
%9.36
%7.84

Codes

Color #EBC6D5 in popluar color models

EBC6D5
RGB235198213
HSL336°48.05%84.90%
HSB/HSV336°15.74%92.16%
CMYK0.00%15.74%9.36%
7.84%

Color #EBC6D5 in popluar number systems.

HEXEBC6D5
Decimal235198213
Binary111010111100011011010101
Octal353306325

Shades and tints

Shades of #EBC6D5

#EBC6D5
(235,198,213)
#D6B4C2
(214,180,194)
#C1A2AF
(193,162,175)
#AC909C
(172,144,156)
#977E89
(151,126,137)
#826C76
(130,108,118)
#6D5A63
(109,90,99)
#584850
(88,72,80)
#43363D
(67,54,61)
#2E242A
(46,36,42)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #EBC6D5

#EBC6D5
(235,198,213)
#ECCBD8
(236,203,216)
#EDD0DB
(237,208,219)
#EED5DE
(238,213,222)
#EFDAE1
(239,218,225)
#F0DFE4
(240,223,228)
#F1E4E7
(241,228,231)
#F2E9EA
(242,233,234)
#F3EEED
(243,238,237)
#F4F3F0
(244,243,240)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC6D5 color. Also use rgb(235,198,213) instead hex code.

Text Font Color

.myTextColor { color: #EBC6D5; }

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

This text font color is #EBC6D5.


Background Color

.myBgColor { background-color: #EBC6D5; }

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

This div background color is #EBC6D5.


Border color

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

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

This div border color is #EBC6D5.


Opacity

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

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

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

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

This text has shadow with #EBC6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC6D5 on black background.


Color preview on white background

This text has color #EBC6D5 on white background.



Black color preview on #EBC6D5 background

This text has black color on #EBC6D5 background.


White color preview on #EBC6D5 background

This text has white color on #EBC6D5 background.