COLOR #EBCACB

HEX: #EBCACB
RGB: (235,202,203)

Color info

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

RGB color model

#EBCACB color RGB value is (235,202,203).

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

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 203 of 255 = 80%

235
202
203

R + G + B ~ 84%. #EBCACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 202 + 203 = 640 (100%)
R 235 of 640 ~ 36.72%
G 202 of 640 ~ 31.56%
B 203 of 640 ~ 31.72%

%36.72
%31.56
%31.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,14,14,8)
C0M14Y14K8 
(0%,14%,14%,8%)
(0.00/0.14/0.14/0.08)	

CMYK percentages

%0
%14.04
%13.62
%7.84

Codes

Color #EBCACB in popluar color models

EBCACB
RGB235202203
HSL358°45.21%85.69%
HSB/HSV358°14.04%92.16%
CMYK0.00%14.04%13.62%
7.84%

Color #EBCACB in popluar number systems.

HEXEBCACB
Decimal235202203
Binary111010111100101011001011
Octal353312313

Shades and tints

Shades of #EBCACB

#EBCACB
(235,202,203)
#D6B8B9
(214,184,185)
#C1A6A7
(193,166,167)
#AC9495
(172,148,149)
#978283
(151,130,131)
#827071
(130,112,113)
#6D5E5F
(109,94,95)
#584C4D
(88,76,77)
#433A3B
(67,58,59)
#2E2829
(46,40,41)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #EBCACB

#EBCACB
(235,202,203)
#ECCECF
(236,206,207)
#EDD2D3
(237,210,211)
#EED6D7
(238,214,215)
#EFDADB
(239,218,219)
#F0DEDF
(240,222,223)
#F1E2E3
(241,226,227)
#F2E6E7
(242,230,231)
#F3EAEB
(243,234,235)
#F4EEEF
(244,238,239)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCACB; }

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

This text font color is #EBCACB.


Background Color

.myBgColor { background-color: #EBCACB; }

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

This div background color is #EBCACB.


Border color

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

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

This div border color is #EBCACB.


Opacity

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

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

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

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

This text has shadow with #EBCACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCACB on black background.


Color preview on white background

This text has color #EBCACB on white background.



Black color preview on #EBCACB background

This text has black color on #EBCACB background.


White color preview on #EBCACB background

This text has white color on #EBCACB background.