COLOR #EFBFE5

HEX: #EFBFE5
RGB: (239,191,229)

Color info

#EFBFE5 contains red, green and blue colors in about the same proportion. Web safe color of #EFBFE5 is #FFCCCC (or #FCC).

RGB color model

#EFBFE5 color RGB value is (239,191,229).

  • red value is 239;
  • green value is 191;
  • blue value is 229.
RGB:
(239,191,229)
(94%,75%,90%)

RGB channels and saturation

R 239 of 255 = 94%
G 191 of 255 = 75%
B 229 of 255 = 90%

239
191
229

R + G + B ~ 86%. #EFBFE5 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 191 + 229 = 659 (100%)
R 239 of 659 ~ 36.27%
G 191 of 659 ~ 28.98%
B 229 of 659 ~ 34.75%

%36.27
%28.98
%34.75

CMYK color model

#EFBFE5 color CMYK value is (0,20,4,6).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(0,20,4,6)
C0M20Y4K6 
(0%,20%,4%,6%)
(0.00/0.20/0.04/0.06)	

CMYK percentages

%0
%20.08
%4.18
%6.27

Codes

Color #EFBFE5 in popluar color models

EFBFE5
RGB239191229
HSL313°60.00%84.31%
HSB/HSV313°20.08%93.73%
CMYK0.00%20.08%4.18%
6.27%

Color #EFBFE5 in popluar number systems.

HEXEFBFE5
Decimal239191229
Binary111011111011111111100101
Octal357277345

Shades and tints

Shades of #EFBFE5

#EFBFE5
(239,191,229)
#DAAED1
(218,174,209)
#C59DBD
(197,157,189)
#B08CA9
(176,140,169)
#9B7B95
(155,123,149)
#866A81
(134,106,129)
#71596D
(113,89,109)
#5C4859
(92,72,89)
#473745
(71,55,69)
#322631
(50,38,49)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #EFBFE5

#EFBFE5
(239,191,229)
#F0C4E7
(240,196,231)
#F1C9E9
(241,201,233)
#F2CEEB
(242,206,235)
#F3D3ED
(243,211,237)
#F4D8EF
(244,216,239)
#F5DDF1
(245,221,241)
#F6E2F3
(246,226,243)
#F7E7F5
(247,231,245)
#F8ECF7
(248,236,247)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBFE5 color. Also use rgb(239,191,229) instead hex code.

Text Font Color

.myTextColor { color: #EFBFE5; }

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

This text font color is #EFBFE5.


Background Color

.myBgColor { background-color: #EFBFE5; }

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

This div background color is #EFBFE5.


Border color

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

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

This div border color is #EFBFE5.


Opacity

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

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

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

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

This text has shadow with #EFBFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBFE5 on black background.


Color preview on white background

This text has color #EFBFE5 on white background.



Black color preview on #EFBFE5 background

This text has black color on #EFBFE5 background.


White color preview on #EFBFE5 background

This text has white color on #EFBFE5 background.