COLOR #EBC5CB

HEX: #EBC5CB
RGB: (235,197,203)

Color info

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

RGB color model

#EBC5CB color RGB value is (235,197,203).

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

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 203 of 255 = 80%

235
197
203

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

Portions of RGB colors in percentages

R + G + B =
235 + 197 + 203 = 635 (100%)
R 235 of 635 ~ 37.01%
G 197 of 635 ~ 31.02%
B 203 of 635 ~ 31.97%

%37.01
%31.02
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,16,14,8)
C0M16Y14K8 
(0%,16%,14%,8%)
(0.00/0.16/0.14/0.08)	

CMYK percentages

%0
%16.17
%13.62
%7.84

Codes

Color #EBC5CB in popluar color models

EBC5CB
RGB235197203
HSL351°48.72%84.71%
HSB/HSV351°16.17%92.16%
CMYK0.00%16.17%13.62%
7.84%

Color #EBC5CB in popluar number systems.

HEXEBC5CB
Decimal235197203
Binary111010111100010111001011
Octal353305313

Shades and tints

Shades of #EBC5CB

#EBC5CB
(235,197,203)
#D6B4B9
(214,180,185)
#C1A3A7
(193,163,167)
#AC9295
(172,146,149)
#978183
(151,129,131)
#827071
(130,112,113)
#6D5F5F
(109,95,95)
#584E4D
(88,78,77)
#433D3B
(67,61,59)
#2E2C29
(46,44,41)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #EBC5CB

#EBC5CB
(235,197,203)
#ECCACF
(236,202,207)
#EDCFD3
(237,207,211)
#EED4D7
(238,212,215)
#EFD9DB
(239,217,219)
#F0DEDF
(240,222,223)
#F1E3E3
(241,227,227)
#F2E8E7
(242,232,231)
#F3EDEB
(243,237,235)
#F4F2EF
(244,242,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5CB; }

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

This text font color is #EBC5CB.


Background Color

.myBgColor { background-color: #EBC5CB; }

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

This div background color is #EBC5CB.


Border color

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

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

This div border color is #EBC5CB.


Opacity

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

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

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

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

This text has shadow with #EBC5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5CB on black background.


Color preview on white background

This text has color #EBC5CB on white background.



Black color preview on #EBC5CB background

This text has black color on #EBC5CB background.


White color preview on #EBC5CB background

This text has white color on #EBC5CB background.