COLOR #EFB9F1

HEX: #EFB9F1
RGB: (239,185,241)

Color info

#EFB9F1 contains red, green and blue colors in about the same proportion. Web safe color of #EFB9F1 is #FFCCFF (or #FCF).

RGB color model

#EFB9F1 color RGB value is (239,185,241).

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

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 241 of 255 = 95%

239
185
241

R + G + B ~ 87%. #EFB9F1 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 185 + 241 = 665 (100%)
R 239 of 665 ~ 35.94%
G 185 of 665 ~ 27.82%
B 241 of 665 ~ 36.24%

%35.94
%27.82
%36.24

CMYK color model

#EFB9F1 color CMYK value is (1,23,0,5).

  • cyan value is 0.83%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,23,0,5)
C1M23Y0K5 
(1%,23%,0%,5%)
(0.01/0.23/0.00/0.05)	

CMYK percentages

%0.83
%23.24
%0
%5.49

Codes

Color #EFB9F1 in popluar color models

EFB9F1
RGB239185241
HSL298°66.67%83.53%
HSB/HSV298°23.24%94.51%
CMYK0.83%23.24%0.00%
5.49%

Color #EFB9F1 in popluar number systems.

HEXEFB9F1
Decimal239185241
Binary111011111011100111110001
Octal357271361

Shades and tints

Shades of #EFB9F1

#EFB9F1
(239,185,241)
#DAA9DC
(218,169,220)
#C599C7
(197,153,199)
#B089B2
(176,137,178)
#9B799D
(155,121,157)
#866988
(134,105,136)
#715973
(113,89,115)
#5C495E
(92,73,94)
#473949
(71,57,73)
#322934
(50,41,52)
#1D191F
(29,25,31)
#000000
(0,0,0)

Tints of #EFB9F1

#EFB9F1
(239,185,241)
#F0BFF2
(240,191,242)
#F1C5F3
(241,197,243)
#F2CBF4
(242,203,244)
#F3D1F5
(243,209,245)
#F4D7F6
(244,215,246)
#F5DDF7
(245,221,247)
#F6E3F8
(246,227,248)
#F7E9F9
(247,233,249)
#F8EFFA
(248,239,250)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB9F1; }

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

This text font color is #EFB9F1.


Background Color

.myBgColor { background-color: #EFB9F1; }

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

This div background color is #EFB9F1.


Border color

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

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

This div border color is #EFB9F1.


Opacity

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

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

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

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

This text has shadow with #EFB9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB9F1 on black background.


Color preview on white background

This text has color #EFB9F1 on white background.



Black color preview on #EFB9F1 background

This text has black color on #EFB9F1 background.


White color preview on #EFB9F1 background

This text has white color on #EFB9F1 background.