COLOR #EE7B68

HEX: #EE7B68
RGB: (238,123,104)

Color info

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

RGB color model

#EE7B68 color RGB value is (238,123,104).

  • red value is 238;
  • green value is 123;
  • blue value is 104.
RGB:
(238,123,104)
(93%,48%,41%)

RGB channels and saturation

R 238 of 255 = 93%
G 123 of 255 = 48%
B 104 of 255 = 41%

238
123
104

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

Portions of RGB colors in percentages

R + G + B =
238 + 123 + 104 = 465 (100%)
R 238 of 465 ~ 51.18%
G 123 of 465 ~ 26.45%
B 104 of 465 ~ 22.37%

%51.18
%26.45
%22.37

CMYK color model

#EE7B68 color CMYK value is (0,48,56,7).

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 56.30%
  • key color value is 6.67%
CMYK:
(0,48,56,7)
C0M48Y56K7 
(0%,48%,56%,7%)
(0.00/0.48/0.56/0.07)	

CMYK percentages

%0
%48.32
%56.3
%6.67

Codes

Color #EE7B68 in popluar color models

EE7B68
RGB238123104
HSL79.76%67.06%
HSB/HSV56.30%93.33%
CMYK0.00%48.32%56.30%
6.67%

Color #EE7B68 in popluar number systems.

HEXEE7B68
Decimal238123104
Binary1110111011110111101000
Octal356173150

Shades and tints

Shades of #EE7B68

#EE7B68
(238,123,104)
#D9705F
(217,112,95)
#C46556
(196,101,86)
#AF5A4D
(175,90,77)
#9A4F44
(154,79,68)
#85443B
(133,68,59)
#703932
(112,57,50)
#5B2E29
(91,46,41)
#462320
(70,35,32)
#311817
(49,24,23)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #EE7B68

#EE7B68
(238,123,104)
#EF8775
(239,135,117)
#F09382
(240,147,130)
#F19F8F
(241,159,143)
#F2AB9C
(242,171,156)
#F3B7A9
(243,183,169)
#F4C3B6
(244,195,182)
#F5CFC3
(245,207,195)
#F6DBD0
(246,219,208)
#F7E7DD
(247,231,221)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7B68 color. Also use rgb(238,123,104) instead hex code.

Text Font Color

.myTextColor { color: #EE7B68; }

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

This text font color is #EE7B68.


Background Color

.myBgColor { background-color: #EE7B68; }

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

This div background color is #EE7B68.


Border color

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

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

This div border color is #EE7B68.


Opacity

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

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

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

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

This text has shadow with #EE7B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7B68 on black background.


Color preview on white background

This text has color #EE7B68 on white background.



Black color preview on #EE7B68 background

This text has black color on #EE7B68 background.


White color preview on #EE7B68 background

This text has white color on #EE7B68 background.