COLOR #EB6D7B

HEX: #EB6D7B
RGB: (235,109,123)

Color info

#EB6D7B contains mainly red color. Web safe color of #EB6D7B is #FF6666 (or #F66).

RGB color model

#EB6D7B color RGB value is (235,109,123).

  • red value is 235;
  • green value is 109;
  • blue value is 123.
RGB:
(235,109,123)
(92%,43%,48%)

RGB channels and saturation

R 235 of 255 = 92%
G 109 of 255 = 43%
B 123 of 255 = 48%

235
109
123

R + G + B ~ 61%. #EB6D7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 109 + 123 = 467 (100%)
R 235 of 467 ~ 50.32%
G 109 of 467 ~ 23.34%
B 123 of 467 ~ 26.34%

%50.32
%23.34
%26.34

CMYK color model

#EB6D7B color CMYK value is (0,54,48,8).

  • cyan value is 0.00%
  • magenta value is 53.62%
  • yellow value is 47.66%
  • key color value is 7.84%
CMYK:
(0,54,48,8)
C0M54Y48K8 
(0%,54%,48%,8%)
(0.00/0.54/0.48/0.08)	

CMYK percentages

%0
%53.62
%47.66
%7.84

Codes

Color #EB6D7B in popluar color models

EB6D7B
RGB235109123
HSL353°75.90%67.45%
HSB/HSV353°53.62%92.16%
CMYK0.00%53.62%47.66%
7.84%

Color #EB6D7B in popluar number systems.

HEXEB6D7B
Decimal235109123
Binary1110101111011011111011
Octal353155173

Shades and tints

Shades of #EB6D7B

#EB6D7B
(235,109,123)
#D66470
(214,100,112)
#C15B65
(193,91,101)
#AC525A
(172,82,90)
#97494F
(151,73,79)
#824044
(130,64,68)
#6D3739
(109,55,57)
#582E2E
(88,46,46)
#432523
(67,37,35)
#2E1C18
(46,28,24)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #EB6D7B

#EB6D7B
(235,109,123)
#EC7A87
(236,122,135)
#ED8793
(237,135,147)
#EE949F
(238,148,159)
#EFA1AB
(239,161,171)
#F0AEB7
(240,174,183)
#F1BBC3
(241,187,195)
#F2C8CF
(242,200,207)
#F3D5DB
(243,213,219)
#F4E2E7
(244,226,231)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB6D7B; }

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

This text font color is #EB6D7B.


Background Color

.myBgColor { background-color: #EB6D7B; }

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

This div background color is #EB6D7B.


Border color

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

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

This div border color is #EB6D7B.


Opacity

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

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

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

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

This text has shadow with #EB6D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6D7B on black background.


Color preview on white background

This text has color #EB6D7B on white background.



Black color preview on #EB6D7B background

This text has black color on #EB6D7B background.


White color preview on #EB6D7B background

This text has white color on #EB6D7B background.