COLOR #EBC8C8

HEX: #EBC8C8
RGB: (235,200,200)

Color info

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

RGB color model

#EBC8C8 color RGB value is (235,200,200).

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

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 200 of 255 = 78%

235
200
200

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

Portions of RGB colors in percentages

R + G + B =
235 + 200 + 200 = 635 (100%)
R 235 of 635 ~ 37.01%
G 200 of 635 ~ 31.5%
B 200 of 635 ~ 31.5%

%37.01
%31.5
%31.5

CMYK color model

#EBC8C8 color CMYK value is (0,15,15,8).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(0,15,15,8)
C0M15Y15K8 
(0%,15%,15%,8%)
(0.00/0.15/0.15/0.08)	

CMYK percentages

%0
%14.89
%14.89
%7.84

Codes

Color #EBC8C8 in popluar color models

EBC8C8
RGB235200200
HSL46.67%85.29%
HSB/HSV14.89%92.16%
CMYK0.00%14.89%14.89%
7.84%

Color #EBC8C8 in popluar number systems.

HEXEBC8C8
Decimal235200200
Binary111010111100100011001000
Octal353310310

Shades and tints

Shades of #EBC8C8

#EBC8C8
(235,200,200)
#D6B6B6
(214,182,182)
#C1A4A4
(193,164,164)
#AC9292
(172,146,146)
#978080
(151,128,128)
#826E6E
(130,110,110)
#6D5C5C
(109,92,92)
#584A4A
(88,74,74)
#433838
(67,56,56)
#2E2626
(46,38,38)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #EBC8C8

#EBC8C8
(235,200,200)
#ECCDCD
(236,205,205)
#EDD2D2
(237,210,210)
#EED7D7
(238,215,215)
#EFDCDC
(239,220,220)
#F0E1E1
(240,225,225)
#F1E6E6
(241,230,230)
#F2EBEB
(242,235,235)
#F3F0F0
(243,240,240)
#F4F5F5
(244,245,245)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC8C8; }

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

This text font color is #EBC8C8.


Background Color

.myBgColor { background-color: #EBC8C8; }

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

This div background color is #EBC8C8.


Border color

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

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

This div border color is #EBC8C8.


Opacity

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

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

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

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

This text has shadow with #EBC8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC8C8 on black background.


Color preview on white background

This text has color #EBC8C8 on white background.



Black color preview on #EBC8C8 background

This text has black color on #EBC8C8 background.


White color preview on #EBC8C8 background

This text has white color on #EBC8C8 background.