COLOR #EF846C

HEX: #EF846C
RGB: (239,132,108)

Color info

#EF846C contains mainly red color. Web safe color of #EF846C is #FF9966 (or #F96).

RGB color model

#EF846C color RGB value is (239,132,108).

  • red value is 239;
  • green value is 132;
  • blue value is 108.
RGB:
(239,132,108)
(94%,52%,42%)

RGB channels and saturation

R 239 of 255 = 94%
G 132 of 255 = 52%
B 108 of 255 = 42%

239
132
108

R + G + B ~ 63%. #EF846C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 132 + 108 = 479 (100%)
R 239 of 479 ~ 49.9%
G 132 of 479 ~ 27.56%
B 108 of 479 ~ 22.55%

%49.9
%27.56
%22.55

CMYK color model

#EF846C color CMYK value is (0,45,55,6).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 54.81%
  • key color value is 6.27%
CMYK:
(0,45,55,6)
C0M45Y55K6 
(0%,45%,55%,6%)
(0.00/0.45/0.55/0.06)	

CMYK percentages

%0
%44.77
%54.81
%6.27

Codes

Color #EF846C in popluar color models

EF846C
RGB239132108
HSL11°80.37%68.04%
HSB/HSV11°54.81%93.73%
CMYK0.00%44.77%54.81%
6.27%

Color #EF846C in popluar number systems.

HEXEF846C
Decimal239132108
Binary11101111100001001101100
Octal357204154

Shades and tints

Shades of #EF846C

#EF846C
(239,132,108)
#DA7863
(218,120,99)
#C56C5A
(197,108,90)
#B06051
(176,96,81)
#9B5448
(155,84,72)
#86483F
(134,72,63)
#713C36
(113,60,54)
#5C302D
(92,48,45)
#472424
(71,36,36)
#32181B
(50,24,27)
#1D0C12
(29,12,18)
#000000
(0,0,0)

Tints of #EF846C

#EF846C
(239,132,108)
#F08F79
(240,143,121)
#F19A86
(241,154,134)
#F2A593
(242,165,147)
#F3B0A0
(243,176,160)
#F4BBAD
(244,187,173)
#F5C6BA
(245,198,186)
#F6D1C7
(246,209,199)
#F7DCD4
(247,220,212)
#F8E7E1
(248,231,225)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF846C color. Also use rgb(239,132,108) instead hex code.

Text Font Color

.myTextColor { color: #EF846C; }

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

This text font color is #EF846C.


Background Color

.myBgColor { background-color: #EF846C; }

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

This div background color is #EF846C.


Border color

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

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

This div border color is #EF846C.


Opacity

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

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

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

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

This text has shadow with #EF846C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF846C on black background.


Color preview on white background

This text has color #EF846C on white background.



Black color preview on #EF846C background

This text has black color on #EF846C background.


White color preview on #EF846C background

This text has white color on #EF846C background.