COLOR #EF9BE7

HEX: #EF9BE7 RGB: (239,155,231)

Color info

#EF9BE7 contains mainly red and blue colors. Web safe color of #EF9BE7 is #FF99FF (or #F9F).

RGB color model

#EF9BE7 color RGB value is (239,155,231).

RGB: (239,155,231) (94%, 61%, 91%)

RGB channels and saturation

R 239 of 255 = 94%
G 155 of 255 = 61%
B 231 of 255 = 91%

239
155
231

R + G + B ~ 82%. #EF9BE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 155 + 231 = 625 (100%)
R 239 of 625 ~ 38.24%
G 155 of 625 ~ 24.8%
B 231 of 625 ~ 36.96'%

%38.24
%24.8
%36.96

CMYK color model

#EF9BE7 color CMYK value is (0,35,3,6).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 3.35%
  • key color value is 6.27%

CMYK: (0,35,3,6)
C0M35Y3K6 (0%, 35%, 3%, 6%)
(0.00 / 0.35 / 0.03 / 0.06)

CMYK percentages

%0
%35.15
%3.35
%6.27

Codes

Color #EF9BE7 in popluar color models

EF 9B E7
RGB 239 155 231
HSL 306° 72.41% 77.25%
HSB/HSV 306° 35.15% 93.73%
CMYK 0.00% 35.15% 3.35%
6.27%

Color #EF9BE7 in popluar number systems.

HEX EF 9B E7
Decimal 239 155 231
Binary 11101111 10011011 11100111
Octal 357 233 347

Shades and tints

Shades of #EF9BE7

#EF9BE7
(239,155,231)
#DA8DD2
(218,141,210)
#C57FBD
(197,127,189)
#B071A8
(176,113,168)
#9B6393
(155,99,147)
#86557E
(134,85,126)
#714769
(113,71,105)
#5C3954
(92,57,84)
#472B3F
(71,43,63)
#321D2A
(50,29,42)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #EF9BE7

#EF9BE7
(239,155,231)
#F0A4E9
(240,164,233)
#F1ADEB
(241,173,235)
#F2B6ED
(242,182,237)
#F3BFEF
(243,191,239)
#F4C8F1
(244,200,241)
#F5D1F3
(245,209,243)
#F6DAF5
(246,218,245)
#F7E3F7
(247,227,247)
#F8ECF9
(248,236,249)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9BE7 color. Also use rgb(239,155,231) instead hex code.

Text Font Color

.myTextColor { color: #EF9BE7; }

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

This text font color is #EF9BE7.

Background Color

.myBgColor { background-color: #EF9BE7; }

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

This div background color is #EF9BE7.

Border color

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

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

This div border color is #EF9BE7.

Opacity

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

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

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

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

This text has shadow with #EF9BE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF9BE7.

Preview

Color preview on black background

This text has color #EF9BE7 on black background.


Color preview on white background

This text has color #EF9BE7 on white background.


Black color preview on #EF9BE7 background

This text has black color on #EF9BE7 background.


White color preview on #EF9BE7 background

This text has white color on #EF9BE7 background.


Related colors

Complementary color

Complementary color for #hex is #106418.


I love getcolorcode.com

Triadic colors

1 #E7EF9B and #9BE7EF with #EF9BE7 are triadic colors.

2 #E79BEF and #9BEFE7 with #EF9BE7 are triadic colors.