COLOR #EB879C

HEX: #EB879C
RGB: (235,135,156)

Color info

#EB879C contains mainly red color. Web safe color of #EB879C is #FF9999 (or #F99).

RGB color model

#EB879C color RGB value is (235,135,156).

  • red value is 235;
  • green value is 135;
  • blue value is 156.
RGB:
(235,135,156)
(92%,53%,61%)

RGB channels and saturation

R 235 of 255 = 92%
G 135 of 255 = 53%
B 156 of 255 = 61%

235
135
156

R + G + B ~ 69%. #EB879C is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 135 + 156 = 526 (100%)
R 235 of 526 ~ 44.68%
G 135 of 526 ~ 25.67%
B 156 of 526 ~ 29.66%

%44.68
%25.67
%29.66

CMYK color model

#EB879C color CMYK value is (0,43,34,8).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 33.62%
  • key color value is 7.84%
CMYK:
(0,43,34,8)
C0M43Y34K8 
(0%,43%,34%,8%)
(0.00/0.43/0.34/0.08)	

CMYK percentages

%0
%42.55
%33.62
%7.84

Codes

Color #EB879C in popluar color models

EB879C
RGB235135156
HSL347°71.43%72.55%
HSB/HSV347°42.55%92.16%
CMYK0.00%42.55%33.62%
7.84%

Color #EB879C in popluar number systems.

HEXEB879C
Decimal235135156
Binary111010111000011110011100
Octal353207234

Shades and tints

Shades of #EB879C

#EB879C
(235,135,156)
#D67B8E
(214,123,142)
#C16F80
(193,111,128)
#AC6372
(172,99,114)
#975764
(151,87,100)
#824B56
(130,75,86)
#6D3F48
(109,63,72)
#58333A
(88,51,58)
#43272C
(67,39,44)
#2E1B1E
(46,27,30)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #EB879C

#EB879C
(235,135,156)
#EC91A5
(236,145,165)
#ED9BAE
(237,155,174)
#EEA5B7
(238,165,183)
#EFAFC0
(239,175,192)
#F0B9C9
(240,185,201)
#F1C3D2
(241,195,210)
#F2CDDB
(242,205,219)
#F3D7E4
(243,215,228)
#F4E1ED
(244,225,237)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB879C; }

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

This text font color is #EB879C.


Background Color

.myBgColor { background-color: #EB879C; }

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

This div background color is #EB879C.


Border color

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

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

This div border color is #EB879C.


Opacity

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

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

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

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

This text has shadow with #EB879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB879C on black background.


Color preview on white background

This text has color #EB879C on white background.



Black color preview on #EB879C background

This text has black color on #EB879C background.


White color preview on #EB879C background

This text has white color on #EB879C background.