COLOR #EF9780

HEX: #EF9780 RGB: (239,151,128)

Color info

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

RGB color model

#EF9780 color RGB value is (239,151,128).

RGB: (239,151,128) (94%, 59%, 50%)

RGB channels and saturation

R 239 of 255 = 94%
G 151 of 255 = 59%
B 128 of 255 = 50%

239
151
128

R + G + B ~ 68%. #EF9780 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 151 + 128 = 518 (100%)
R 239 of 518 ~ 46.14%
G 151 of 518 ~ 29.15%
B 128 of 518 ~ 24.71'%

%46.14
%29.15
%24.71

CMYK color model

#EF9780 color CMYK value is (0,37,46,6).

  • cyan value is 0.00%
  • magenta value is 36.82%
  • yellow value is 46.44%
  • key color value is 6.27%

CMYK: (0,37,46,6)
C0M37Y46K6 (0%, 37%, 46%, 6%)
(0.00 / 0.37 / 0.46 / 0.06)

CMYK percentages

%0
%36.82
%46.44
%6.27

Codes

Color #EF9780 in popluar color models

EF 97 80
RGB 239 151 128
HSL 12° 77.62% 71.96%
HSB/HSV 12° 46.44% 93.73%
CMYK 0.00% 36.82% 46.44%
6.27%

Color #EF9780 in popluar number systems.

HEX EF 97 80
Decimal 239 151 128
Binary 11101111 10010111 10000000
Octal 357 227 200

Shades and tints

Shades of #EF9780

#EF9780
(239,151,128)
#DA8A75
(218,138,117)
#C57D6A
(197,125,106)
#B0705F
(176,112,95)
#9B6354
(155,99,84)
#865649
(134,86,73)
#71493E
(113,73,62)
#5C3C33
(92,60,51)
#472F28
(71,47,40)
#32221D
(50,34,29)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #EF9780

#EF9780
(239,151,128)
#F0A08B
(240,160,139)
#F1A996
(241,169,150)
#F2B2A1
(242,178,161)
#F3BBAC
(243,187,172)
#F4C4B7
(244,196,183)
#F5CDC2
(245,205,194)
#F6D6CD
(246,214,205)
#F7DFD8
(247,223,216)
#F8E8E3
(248,232,227)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9780 color. Also use rgb(239,151,128) instead hex code.

Text Font Color

.myTextColor { color: #EF9780; }

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

This text font color is #EF9780.

Background Color

.myBgColor { background-color: #EF9780; }

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

This div background color is #EF9780.

Border color

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

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

This div border color is #EF9780.

Opacity

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

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

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

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

This text has shadow with #EF9780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF9780.

Preview

Color preview on black background

This text has color #EF9780 on black background.


Color preview on white background

This text has color #EF9780 on white background.


Black color preview on #EF9780 background

This text has black color on #EF9780 background.


White color preview on #EF9780 background

This text has white color on #EF9780 background.


Related colors

Complementary color

Complementary color for #hex is #10687F.


I love getcolorcode.com

Triadic colors

1 #80EF97 and #9780EF with #EF9780 are triadic colors.

2 #8097EF and #97EF80 with #EF9780 are triadic colors.