COLOR #EF96BD

HEX: #EF96BD RGB: (239,150,189)

Color info

#EF96BD contains mainly red and blue colors. Web safe color of #EF96BD is #FF99CC (or #F9C).

RGB color model

#EF96BD color RGB value is (239,150,189).

RGB: (239,150,189) (94%, 59%, 74%)

RGB channels and saturation

R 239 of 255 = 94%
G 150 of 255 = 59%
B 189 of 255 = 74%

239
150
189

R + G + B ~ 76%. #EF96BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 150 + 189 = 578 (100%)
R 239 of 578 ~ 41.35%
G 150 of 578 ~ 25.95%
B 189 of 578 ~ 32.7'%

%41.35
%25.95
%32.7

CMYK color model

#EF96BD color CMYK value is (0,37,21,6).

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

CMYK: (0,37,21,6)
C0M37Y21K6 (0%, 37%, 21%, 6%)
(0.00 / 0.37 / 0.21 / 0.06)

CMYK percentages

%0
%37.24
%20.92
%6.27

Codes

Color #EF96BD in popluar color models

EF 96 BD
RGB 239 150 189
HSL 334° 73.55% 76.27%
HSB/HSV 334° 37.24% 93.73%
CMYK 0.00% 37.24% 20.92%
6.27%

Color #EF96BD in popluar number systems.

HEX EF 96 BD
Decimal 239 150 189
Binary 11101111 10010110 10111101
Octal 357 226 275

Shades and tints

Shades of #EF96BD

#EF96BD
(239,150,189)
#DA89AC
(218,137,172)
#C57C9B
(197,124,155)
#B06F8A
(176,111,138)
#9B6279
(155,98,121)
#865568
(134,85,104)
#714857
(113,72,87)
#5C3B46
(92,59,70)
#472E35
(71,46,53)
#322124
(50,33,36)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #EF96BD

#EF96BD
(239,150,189)
#F09FC3
(240,159,195)
#F1A8C9
(241,168,201)
#F2B1CF
(242,177,207)
#F3BAD5
(243,186,213)
#F4C3DB
(244,195,219)
#F5CCE1
(245,204,225)
#F6D5E7
(246,213,231)
#F7DEED
(247,222,237)
#F8E7F3
(248,231,243)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF96BD; }

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

This text font color is #EF96BD.

Background Color

.myBgColor { background-color: #EF96BD; }

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

This div background color is #EF96BD.

Border color

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

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

This div border color is #EF96BD.

Opacity

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

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

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

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

This text has shadow with #EF96BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF96BD.

Preview

Color preview on black background

This text has color #EF96BD on black background.


Color preview on white background

This text has color #EF96BD on white background.


Black color preview on #EF96BD background

This text has black color on #EF96BD background.


White color preview on #EF96BD background

This text has white color on #EF96BD background.


Related colors

Complementary color

Complementary color for #hex is #106942.


I love getcolorcode.com

Triadic colors

1 #BDEF96 and #96BDEF with #EF96BD are triadic colors.

2 #BD96EF and #96EFBD with #EF96BD are triadic colors.