COLOR #EF9996

HEX: #EF9996 RGB: (239,153,150)

Color info

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

RGB color model

#EF9996 color RGB value is (239,153,150).

RGB: (239,153,150) (94%, 60%, 59%)

RGB channels and saturation

R 239 of 255 = 94%
G 153 of 255 = 60%
B 150 of 255 = 59%

239
153
150

R + G + B ~ 71%. #EF9996 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 153 + 150 = 542 (100%)
R 239 of 542 ~ 44.1%
G 153 of 542 ~ 28.23%
B 150 of 542 ~ 27.68'%

%44.1
%28.23
%27.68

CMYK color model

#EF9996 color CMYK value is (0,36,37,6).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 37.24%
  • key color value is 6.27%

CMYK: (0,36,37,6)
C0M36Y37K6 (0%, 36%, 37%, 6%)
(0.00 / 0.36 / 0.37 / 0.06)

CMYK percentages

%0
%35.98
%37.24
%6.27

Codes

Color #EF9996 in popluar color models

EF 99 96
RGB 239 153 150
HSL 73.55% 76.27%
HSB/HSV 37.24% 93.73%
CMYK 0.00% 35.98% 37.24%
6.27%

Color #EF9996 in popluar number systems.

HEX EF 99 96
Decimal 239 153 150
Binary 11101111 10011001 10010110
Octal 357 231 226

Shades and tints

Shades of #EF9996

#EF9996
(239,153,150)
#DA8C89
(218,140,137)
#C57F7C
(197,127,124)
#B0726F
(176,114,111)
#9B6562
(155,101,98)
#865855
(134,88,85)
#714B48
(113,75,72)
#5C3E3B
(92,62,59)
#47312E
(71,49,46)
#322421
(50,36,33)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #EF9996

#EF9996
(239,153,150)
#F0A29F
(240,162,159)
#F1ABA8
(241,171,168)
#F2B4B1
(242,180,177)
#F3BDBA
(243,189,186)
#F4C6C3
(244,198,195)
#F5CFCC
(245,207,204)
#F6D8D5
(246,216,213)
#F7E1DE
(247,225,222)
#F8EAE7
(248,234,231)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9996 color. Also use rgb(239,153,150) instead hex code.

Text Font Color

.myTextColor { color: #EF9996; }

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

This text font color is #EF9996.

Background Color

.myBgColor { background-color: #EF9996; }

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

This div background color is #EF9996.

Border color

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

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

This div border color is #EF9996.

Opacity

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

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

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

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

This text has shadow with #EF9996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF9996.

Preview

Color preview on black background

This text has color #EF9996 on black background.


Color preview on white background

This text has color #EF9996 on white background.


Black color preview on #EF9996 background

This text has black color on #EF9996 background.


White color preview on #EF9996 background

This text has white color on #EF9996 background.


Related colors

Complementary color

Complementary color for #hex is #106669.


I love getcolorcode.com

Triadic colors

1 #96EF99 and #9996EF with #EF9996 are triadic colors.

2 #9699EF and #99EF96 with #EF9996 are triadic colors.