COLOR #EBC6CD

HEX: #EBC6CD
RGB: (235,198,205)

Color info

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

RGB color model

#EBC6CD color RGB value is (235,198,205).

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

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 205 of 255 = 80%

235
198
205

R + G + B ~ 83%. #EBC6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 198 + 205 = 638 (100%)
R 235 of 638 ~ 36.83%
G 198 of 638 ~ 31.03%
B 205 of 638 ~ 32.13%

%36.83
%31.03
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(0,16,13,8)
C0M16Y13K8 
(0%,16%,13%,8%)
(0.00/0.16/0.13/0.08)	

CMYK percentages

%0
%15.74
%12.77
%7.84

Codes

Color #EBC6CD in popluar color models

EBC6CD
RGB235198205
HSL349°48.05%84.90%
HSB/HSV349°15.74%92.16%
CMYK0.00%15.74%12.77%
7.84%

Color #EBC6CD in popluar number systems.

HEXEBC6CD
Decimal235198205
Binary111010111100011011001101
Octal353306315

Shades and tints

Shades of #EBC6CD

#EBC6CD
(235,198,205)
#D6B4BB
(214,180,187)
#C1A2A9
(193,162,169)
#AC9097
(172,144,151)
#977E85
(151,126,133)
#826C73
(130,108,115)
#6D5A61
(109,90,97)
#58484F
(88,72,79)
#43363D
(67,54,61)
#2E242B
(46,36,43)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #EBC6CD

#EBC6CD
(235,198,205)
#ECCBD1
(236,203,209)
#EDD0D5
(237,208,213)
#EED5D9
(238,213,217)
#EFDADD
(239,218,221)
#F0DFE1
(240,223,225)
#F1E4E5
(241,228,229)
#F2E9E9
(242,233,233)
#F3EEED
(243,238,237)
#F4F3F1
(244,243,241)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC6CD; }

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

This text font color is #EBC6CD.


Background Color

.myBgColor { background-color: #EBC6CD; }

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

This div background color is #EBC6CD.


Border color

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

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

This div border color is #EBC6CD.


Opacity

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

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

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

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

This text has shadow with #EBC6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC6CD on black background.


Color preview on white background

This text has color #EBC6CD on white background.



Black color preview on #EBC6CD background

This text has black color on #EBC6CD background.


White color preview on #EBC6CD background

This text has white color on #EBC6CD background.