COLOR #EFB5F7

HEX: #EFB5F7 RGB: (239,181,247)

Color info

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

RGB color model

#EFB5F7 color RGB value is (239,181,247).

RGB: (239,181,247) (94%, 71%, 97%)

RGB channels and saturation

R 239 of 255 = 94%
G 181 of 255 = 71%
B 247 of 255 = 97%

239
181
247

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

Portions of RGB colors in percentages

R + G + B = 239 + 181 + 247 = 667 (100%)
R 239 of 667 ~ 35.83%
G 181 of 667 ~ 27.14%
B 247 of 667 ~ 37.03'%

%35.83
%27.14
%37.03

CMYK color model

#EFB5F7 color CMYK value is (3,27,0,3).

  • cyan value is 3.24%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (3,27,0,3)
C3M27Y0K3 (3%, 27%, 0%, 3%)
(0.03 / 0.27 / 0.00 / 0.03)

CMYK percentages

%3.24
%26.72
%0
%3.14

Codes

Color #EFB5F7 in popluar color models

EF B5 F7
RGB 239 181 247
HSL 293° 80.49% 83.92%
HSB/HSV 293° 26.72% 96.86%
CMYK 3.24% 26.72% 0.00%
3.14%

Color #EFB5F7 in popluar number systems.

HEX EF B5 F7
Decimal 239 181 247
Binary 11101111 10110101 11110111
Octal 357 265 367

Shades and tints

Shades of #EFB5F7

#EFB5F7
(239,181,247)
#DAA5E1
(218,165,225)
#C595CB
(197,149,203)
#B085B5
(176,133,181)
#9B759F
(155,117,159)
#866589
(134,101,137)
#715573
(113,85,115)
#5C455D
(92,69,93)
#473547
(71,53,71)
#322531
(50,37,49)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #EFB5F7

#EFB5F7
(239,181,247)
#F0BBF7
(240,187,247)
#F1C1F7
(241,193,247)
#F2C7F7
(242,199,247)
#F3CDF7
(243,205,247)
#F4D3F7
(244,211,247)
#F5D9F7
(245,217,247)
#F6DFF7
(246,223,247)
#F7E5F7
(247,229,247)
#F8EBF7
(248,235,247)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB5F7; }

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

This text font color is #EFB5F7.

Background Color

.myBgColor { background-color: #EFB5F7; }

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

This div background color is #EFB5F7.

Border color

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

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

This div border color is #EFB5F7.

Opacity

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

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

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

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

This text has shadow with #EFB5F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB5F7.

Preview

Color preview on black background

This text has color #EFB5F7 on black background.


Color preview on white background

This text has color #EFB5F7 on white background.


Black color preview on #EFB5F7 background

This text has black color on #EFB5F7 background.


White color preview on #EFB5F7 background

This text has white color on #EFB5F7 background.


Related colors

Complementary color

Complementary color for #hex is #104A08.


I love getcolorcode.com

Triadic colors

1 #F7EFB5 and #B5F7EF with #EFB5F7 are triadic colors.

2 #F7B5EF and #B5EFF7 with #EFB5F7 are triadic colors.