COLOR #EB7668

HEX: #EB7668
RGB: (235,118,104)

Color info

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

RGB color model

#EB7668 color RGB value is (235,118,104).

  • red value is 235;
  • green value is 118;
  • blue value is 104.
RGB:
(235,118,104)
(92%,46%,41%)

RGB channels and saturation

R 235 of 255 = 92%
G 118 of 255 = 46%
B 104 of 255 = 41%

235
118
104

R + G + B ~ 60%. #EB7668 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 118 + 104 = 457 (100%)
R 235 of 457 ~ 51.42%
G 118 of 457 ~ 25.82%
B 104 of 457 ~ 22.76%

%51.42
%25.82
%22.76

CMYK color model

#EB7668 color CMYK value is (0,50,56,8).

  • cyan value is 0.00%
  • magenta value is 49.79%
  • yellow value is 55.74%
  • key color value is 7.84%
CMYK:
(0,50,56,8)
C0M50Y56K8 
(0%,50%,56%,8%)
(0.00/0.50/0.56/0.08)	

CMYK percentages

%0
%49.79
%55.74
%7.84

Codes

Color #EB7668 in popluar color models

EB7668
RGB235118104
HSL76.61%66.47%
HSB/HSV55.74%92.16%
CMYK0.00%49.79%55.74%
7.84%

Color #EB7668 in popluar number systems.

HEXEB7668
Decimal235118104
Binary1110101111101101101000
Octal353166150

Shades and tints

Shades of #EB7668

#EB7668
(235,118,104)
#D66C5F
(214,108,95)
#C16256
(193,98,86)
#AC584D
(172,88,77)
#974E44
(151,78,68)
#82443B
(130,68,59)
#6D3A32
(109,58,50)
#583029
(88,48,41)
#432620
(67,38,32)
#2E1C17
(46,28,23)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #EB7668

#EB7668
(235,118,104)
#EC8275
(236,130,117)
#ED8E82
(237,142,130)
#EE9A8F
(238,154,143)
#EFA69C
(239,166,156)
#F0B2A9
(240,178,169)
#F1BEB6
(241,190,182)
#F2CAC3
(242,202,195)
#F3D6D0
(243,214,208)
#F4E2DD
(244,226,221)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB7668; }

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

This text font color is #EB7668.


Background Color

.myBgColor { background-color: #EB7668; }

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

This div background color is #EB7668.


Border color

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

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

This div border color is #EB7668.


Opacity

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

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

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

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

This text has shadow with #EB7668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7668 on black background.


Color preview on white background

This text has color #EB7668 on white background.



Black color preview on #EB7668 background

This text has black color on #EB7668 background.


White color preview on #EB7668 background

This text has white color on #EB7668 background.