COLOR #EFBFD5

HEX: #EFBFD5
RGB: (239,191,213)

Color info

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

RGB color model

#EFBFD5 color RGB value is (239,191,213).

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

RGB channels and saturation

R 239 of 255 = 94%
G 191 of 255 = 75%
B 213 of 255 = 84%

239
191
213

R + G + B ~ 84%. #EFBFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 191 + 213 = 643 (100%)
R 239 of 643 ~ 37.17%
G 191 of 643 ~ 29.7%
B 213 of 643 ~ 33.13%

%37.17
%29.7
%33.13

CMYK color model

#EFBFD5 color CMYK value is (0,20,11,6).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(0,20,11,6)
C0M20Y11K6 
(0%,20%,11%,6%)
(0.00/0.20/0.11/0.06)	

CMYK percentages

%0
%20.08
%10.88
%6.27

Codes

Color #EFBFD5 in popluar color models

EFBFD5
RGB239191213
HSL333°60.00%84.31%
HSB/HSV333°20.08%93.73%
CMYK0.00%20.08%10.88%
6.27%

Color #EFBFD5 in popluar number systems.

HEXEFBFD5
Decimal239191213
Binary111011111011111111010101
Octal357277325

Shades and tints

Shades of #EFBFD5

#EFBFD5
(239,191,213)
#DAAEC2
(218,174,194)
#C59DAF
(197,157,175)
#B08C9C
(176,140,156)
#9B7B89
(155,123,137)
#866A76
(134,106,118)
#715963
(113,89,99)
#5C4850
(92,72,80)
#47373D
(71,55,61)
#32262A
(50,38,42)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #EFBFD5

#EFBFD5
(239,191,213)
#F0C4D8
(240,196,216)
#F1C9DB
(241,201,219)
#F2CEDE
(242,206,222)
#F3D3E1
(243,211,225)
#F4D8E4
(244,216,228)
#F5DDE7
(245,221,231)
#F6E2EA
(246,226,234)
#F7E7ED
(247,231,237)
#F8ECF0
(248,236,240)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBFD5; }

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

This text font color is #EFBFD5.


Background Color

.myBgColor { background-color: #EFBFD5; }

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

This div background color is #EFBFD5.


Border color

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

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

This div border color is #EFBFD5.


Opacity

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

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

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

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

This text has shadow with #EFBFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBFD5 on black background.


Color preview on white background

This text has color #EFBFD5 on white background.



Black color preview on #EFBFD5 background

This text has black color on #EFBFD5 background.


White color preview on #EFBFD5 background

This text has white color on #EFBFD5 background.