COLOR #EFB9F7

HEX: #EFB9F7
RGB: (239,185,247)

Color info

#EFB9F7 contains mainly red and blue colors. Web safe color of #EFB9F7 is #FFCCFF (or #FCF).

RGB color model

#EFB9F7 color RGB value is (239,185,247).

  • red value is 239;
  • green value is 185;
  • blue value is 247.
RGB:
(239,185,247)
(94%,73%,97%)

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 247 of 255 = 97%

239
185
247

R + G + B ~ 88%. #EFB9F7 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 185 + 247 = 671 (100%)
R 239 of 671 ~ 35.62%
G 185 of 671 ~ 27.57%
B 247 of 671 ~ 36.81%

%35.62
%27.57
%36.81

CMYK color model

#EFB9F7 color CMYK value is (3,25,0,3).

  • cyan value is 3.24%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(3,25,0,3)
C3M25Y0K3 
(3%,25%,0%,3%)
(0.03/0.25/0.00/0.03)	

CMYK percentages

%3.24
%25.1
%0
%3.14

Codes

Color #EFB9F7 in popluar color models

EFB9F7
RGB239185247
HSL292°79.49%84.71%
HSB/HSV292°25.10%96.86%
CMYK3.24%25.10%0.00%
3.14%

Color #EFB9F7 in popluar number systems.

HEXEFB9F7
Decimal239185247
Binary111011111011100111110111
Octal357271367

Shades and tints

Shades of #EFB9F7

#EFB9F7
(239,185,247)
#DAA9E1
(218,169,225)
#C599CB
(197,153,203)
#B089B5
(176,137,181)
#9B799F
(155,121,159)
#866989
(134,105,137)
#715973
(113,89,115)
#5C495D
(92,73,93)
#473947
(71,57,71)
#322931
(50,41,49)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #EFB9F7

#EFB9F7
(239,185,247)
#F0BFF7
(240,191,247)
#F1C5F7
(241,197,247)
#F2CBF7
(242,203,247)
#F3D1F7
(243,209,247)
#F4D7F7
(244,215,247)
#F5DDF7
(245,221,247)
#F6E3F7
(246,227,247)
#F7E9F7
(247,233,247)
#F8EFF7
(248,239,247)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB9F7 color. Also use rgb(239,185,247) instead hex code.

Text Font Color

.myTextColor { color: #EFB9F7; }

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

This text font color is #EFB9F7.


Background Color

.myBgColor { background-color: #EFB9F7; }

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

This div background color is #EFB9F7.


Border color

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

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

This div border color is #EFB9F7.


Opacity

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

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

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

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

This text has shadow with #EFB9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB9F7 on black background.


Color preview on white background

This text has color #EFB9F7 on white background.



Black color preview on #EFB9F7 background

This text has black color on #EFB9F7 background.


White color preview on #EFB9F7 background

This text has white color on #EFB9F7 background.