COLOR #E9679F

HEX: #E9679F
RGB: (233,103,159)

Color info

#E9679F contains mainly red color. Web safe color of #E9679F is #FF6699 (or #F69).

RGB color model

#E9679F color RGB value is (233,103,159).

  • red value is 233;
  • green value is 103;
  • blue value is 159.
RGB:
(233,103,159)
(91%,40%,62%)

RGB channels and saturation

R 233 of 255 = 91%
G 103 of 255 = 40%
B 159 of 255 = 62%

233
103
159

R + G + B ~ 64%. #E9679F is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 103 + 159 = 495 (100%)
R 233 of 495 ~ 47.07%
G 103 of 495 ~ 20.81%
B 159 of 495 ~ 32.12%

%47.07
%20.81
%32.12

CMYK color model

#E9679F color CMYK value is (0,56,32,9).

  • cyan value is 0.00%
  • magenta value is 55.79%
  • yellow value is 31.76%
  • key color value is 8.63%
CMYK:
(0,56,32,9)
C0M56Y32K9 
(0%,56%,32%,9%)
(0.00/0.56/0.32/0.09)	

CMYK percentages

%0
%55.79
%31.76
%8.63

Codes

Color #E9679F in popluar color models

E9679F
RGB233103159
HSL334°74.71%65.88%
HSB/HSV334°55.79%91.37%
CMYK0.00%55.79%31.76%
8.63%

Color #E9679F in popluar number systems.

HEXE9679F
Decimal233103159
Binary11101001110011110011111
Octal351147237

Shades and tints

Shades of #E9679F

#E9679F
(233,103,159)
#D45E91
(212,94,145)
#BF5583
(191,85,131)
#AA4C75
(170,76,117)
#954367
(149,67,103)
#803A59
(128,58,89)
#6B314B
(107,49,75)
#56283D
(86,40,61)
#411F2F
(65,31,47)
#2C1621
(44,22,33)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #E9679F

#E9679F
(233,103,159)
#EB74A7
(235,116,167)
#ED81AF
(237,129,175)
#EF8EB7
(239,142,183)
#F19BBF
(241,155,191)
#F3A8C7
(243,168,199)
#F5B5CF
(245,181,207)
#F7C2D7
(247,194,215)
#F9CFDF
(249,207,223)
#FBDCE7
(251,220,231)
#FDE9EF
(253,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9679F color. Also use rgb(233,103,159) instead hex code.

Text Font Color

.myTextColor { color: #E9679F; }

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

This text font color is #E9679F.


Background Color

.myBgColor { background-color: #E9679F; }

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

This div background color is #E9679F.


Border color

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

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

This div border color is #E9679F.


Opacity

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

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

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

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

This text has shadow with #E9679F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9679F on black background.


Color preview on white background

This text has color #E9679F on white background.



Black color preview on #E9679F background

This text has black color on #E9679F background.


White color preview on #E9679F background

This text has white color on #E9679F background.