COLOR #EF9CAF

HEX: #EF9CAF
RGB: (239,156,175)

Color info

#EF9CAF contains mainly red color. Web safe color of #EF9CAF is #FF9999 (or #F99).

RGB color model

#EF9CAF color RGB value is (239,156,175).

  • red value is 239;
  • green value is 156;
  • blue value is 175.
RGB:
(239,156,175)
(94%,61%,69%)

RGB channels and saturation

R 239 of 255 = 94%
G 156 of 255 = 61%
B 175 of 255 = 69%

239
156
175

R + G + B ~ 75%. #EF9CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 156 + 175 = 570 (100%)
R 239 of 570 ~ 41.93%
G 156 of 570 ~ 27.37%
B 175 of 570 ~ 30.7%

%41.93
%27.37
%30.7

CMYK color model

#EF9CAF color CMYK value is (0,35,27,6).

  • cyan value is 0.00%
  • magenta value is 34.73%
  • yellow value is 26.78%
  • key color value is 6.27%
CMYK:
(0,35,27,6)
C0M35Y27K6 
(0%,35%,27%,6%)
(0.00/0.35/0.27/0.06)	

CMYK percentages

%0
%34.73
%26.78
%6.27

Codes

Color #EF9CAF in popluar color models

EF9CAF
RGB239156175
HSL346°72.17%77.45%
HSB/HSV346°34.73%93.73%
CMYK0.00%34.73%26.78%
6.27%

Color #EF9CAF in popluar number systems.

HEXEF9CAF
Decimal239156175
Binary111011111001110010101111
Octal357234257

Shades and tints

Shades of #EF9CAF

#EF9CAF
(239,156,175)
#DA8EA0
(218,142,160)
#C58091
(197,128,145)
#B07282
(176,114,130)
#9B6473
(155,100,115)
#865664
(134,86,100)
#714855
(113,72,85)
#5C3A46
(92,58,70)
#472C37
(71,44,55)
#321E28
(50,30,40)
#1D1019
(29,16,25)
#000000
(0,0,0)

Tints of #EF9CAF

#EF9CAF
(239,156,175)
#F0A5B6
(240,165,182)
#F1AEBD
(241,174,189)
#F2B7C4
(242,183,196)
#F3C0CB
(243,192,203)
#F4C9D2
(244,201,210)
#F5D2D9
(245,210,217)
#F6DBE0
(246,219,224)
#F7E4E7
(247,228,231)
#F8EDEE
(248,237,238)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9CAF color. Also use rgb(239,156,175) instead hex code.

Text Font Color

.myTextColor { color: #EF9CAF; }

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

This text font color is #EF9CAF.


Background Color

.myBgColor { background-color: #EF9CAF; }

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

This div background color is #EF9CAF.


Border color

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

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

This div border color is #EF9CAF.


Opacity

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

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

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

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

This text has shadow with #EF9CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9CAF on black background.


Color preview on white background

This text has color #EF9CAF on white background.



Black color preview on #EF9CAF background

This text has black color on #EF9CAF background.


White color preview on #EF9CAF background

This text has white color on #EF9CAF background.