COLOR #EFBFE0

HEX: #EFBFE0
RGB: (239,191,224)

Color info

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

RGB color model

#EFBFE0 color RGB value is (239,191,224).

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

RGB channels and saturation

R 239 of 255 = 94%
G 191 of 255 = 75%
B 224 of 255 = 88%

239
191
224

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

Portions of RGB colors in percentages

R + G + B =
239 + 191 + 224 = 654 (100%)
R 239 of 654 ~ 36.54%
G 191 of 654 ~ 29.2%
B 224 of 654 ~ 34.25%

%36.54
%29.2
%34.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,20,6,6)
C0M20Y6K6 
(0%,20%,6%,6%)
(0.00/0.20/0.06/0.06)	

CMYK percentages

%0
%20.08
%6.28
%6.27

Codes

Color #EFBFE0 in popluar color models

EFBFE0
RGB239191224
HSL319°60.00%84.31%
HSB/HSV319°20.08%93.73%
CMYK0.00%20.08%6.28%
6.27%

Color #EFBFE0 in popluar number systems.

HEXEFBFE0
Decimal239191224
Binary111011111011111111100000
Octal357277340

Shades and tints

Shades of #EFBFE0

#EFBFE0
(239,191,224)
#DAAECC
(218,174,204)
#C59DB8
(197,157,184)
#B08CA4
(176,140,164)
#9B7B90
(155,123,144)
#866A7C
(134,106,124)
#715968
(113,89,104)
#5C4854
(92,72,84)
#473740
(71,55,64)
#32262C
(50,38,44)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFBFE0

#EFBFE0
(239,191,224)
#F0C4E2
(240,196,226)
#F1C9E4
(241,201,228)
#F2CEE6
(242,206,230)
#F3D3E8
(243,211,232)
#F4D8EA
(244,216,234)
#F5DDEC
(245,221,236)
#F6E2EE
(246,226,238)
#F7E7F0
(247,231,240)
#F8ECF2
(248,236,242)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBFE0; }

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

This text font color is #EFBFE0.


Background Color

.myBgColor { background-color: #EFBFE0; }

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

This div background color is #EFBFE0.


Border color

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

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

This div border color is #EFBFE0.


Opacity

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

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

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

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

This text has shadow with #EFBFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBFE0 on black background.


Color preview on white background

This text has color #EFBFE0 on white background.



Black color preview on #EFBFE0 background

This text has black color on #EFBFE0 background.


White color preview on #EFBFE0 background

This text has white color on #EFBFE0 background.