COLOR #EFBFC7

HEX: #EFBFC7
RGB: (239,191,199)

Color info

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

RGB color model

#EFBFC7 color RGB value is (239,191,199).

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

RGB channels and saturation

R 239 of 255 = 94%
G 191 of 255 = 75%
B 199 of 255 = 78%

239
191
199

R + G + B ~ 82%. #EFBFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 191 + 199 = 629 (100%)
R 239 of 629 ~ 38%
G 191 of 629 ~ 30.37%
B 199 of 629 ~ 31.64%

%38
%30.37
%31.64

CMYK color model

#EFBFC7 color CMYK value is (0,20,17,6).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 16.74%
  • key color value is 6.27%
CMYK:
(0,20,17,6)
C0M20Y17K6 
(0%,20%,17%,6%)
(0.00/0.20/0.17/0.06)	

CMYK percentages

%0
%20.08
%16.74
%6.27

Codes

Color #EFBFC7 in popluar color models

EFBFC7
RGB239191199
HSL350°60.00%84.31%
HSB/HSV350°20.08%93.73%
CMYK0.00%20.08%16.74%
6.27%

Color #EFBFC7 in popluar number systems.

HEXEFBFC7
Decimal239191199
Binary111011111011111111000111
Octal357277307

Shades and tints

Shades of #EFBFC7

#EFBFC7
(239,191,199)
#DAAEB5
(218,174,181)
#C59DA3
(197,157,163)
#B08C91
(176,140,145)
#9B7B7F
(155,123,127)
#866A6D
(134,106,109)
#71595B
(113,89,91)
#5C4849
(92,72,73)
#473737
(71,55,55)
#322625
(50,38,37)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #EFBFC7

#EFBFC7
(239,191,199)
#F0C4CC
(240,196,204)
#F1C9D1
(241,201,209)
#F2CED6
(242,206,214)
#F3D3DB
(243,211,219)
#F4D8E0
(244,216,224)
#F5DDE5
(245,221,229)
#F6E2EA
(246,226,234)
#F7E7EF
(247,231,239)
#F8ECF4
(248,236,244)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBFC7; }

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

This text font color is #EFBFC7.


Background Color

.myBgColor { background-color: #EFBFC7; }

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

This div background color is #EFBFC7.


Border color

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

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

This div border color is #EFBFC7.


Opacity

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

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

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

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

This text has shadow with #EFBFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBFC7 on black background.


Color preview on white background

This text has color #EFBFC7 on white background.



Black color preview on #EFBFC7 background

This text has black color on #EFBFC7 background.


White color preview on #EFBFC7 background

This text has white color on #EFBFC7 background.