COLOR #EFBFD4

HEX: #EFBFD4
RGB: (239,191,212)

Color info

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

RGB color model

#EFBFD4 color RGB value is (239,191,212).

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

RGB channels and saturation

R 239 of 255 = 94%
G 191 of 255 = 75%
B 212 of 255 = 83%

239
191
212

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

Portions of RGB colors in percentages

R + G + B =
239 + 191 + 212 = 642 (100%)
R 239 of 642 ~ 37.23%
G 191 of 642 ~ 29.75%
B 212 of 642 ~ 33.02%

%37.23
%29.75
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 11.30%
  • 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
%11.3
%6.27

Codes

Color #EFBFD4 in popluar color models

EFBFD4
RGB239191212
HSL334°60.00%84.31%
HSB/HSV334°20.08%93.73%
CMYK0.00%20.08%11.30%
6.27%

Color #EFBFD4 in popluar number systems.

HEXEFBFD4
Decimal239191212
Binary111011111011111111010100
Octal357277324

Shades and tints

Shades of #EFBFD4

#EFBFD4
(239,191,212)
#DAAEC1
(218,174,193)
#C59DAE
(197,157,174)
#B08C9B
(176,140,155)
#9B7B88
(155,123,136)
#866A75
(134,106,117)
#715962
(113,89,98)
#5C484F
(92,72,79)
#47373C
(71,55,60)
#322629
(50,38,41)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #EFBFD4

#EFBFD4
(239,191,212)
#F0C4D7
(240,196,215)
#F1C9DA
(241,201,218)
#F2CEDD
(242,206,221)
#F3D3E0
(243,211,224)
#F4D8E3
(244,216,227)
#F5DDE6
(245,221,230)
#F6E2E9
(246,226,233)
#F7E7EC
(247,231,236)
#F8ECEF
(248,236,239)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBFD4; }

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

This text font color is #EFBFD4.


Background Color

.myBgColor { background-color: #EFBFD4; }

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

This div background color is #EFBFD4.


Border color

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

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

This div border color is #EFBFD4.


Opacity

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

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

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

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

This text has shadow with #EFBFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBFD4 on black background.


Color preview on white background

This text has color #EFBFD4 on white background.



Black color preview on #EFBFD4 background

This text has black color on #EFBFD4 background.


White color preview on #EFBFD4 background

This text has white color on #EFBFD4 background.