COLOR #EFBFE6

HEX: #EFBFE6
RGB: (239,191,230)

Color info

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

RGB color model

#EFBFE6 color RGB value is (239,191,230).

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

RGB channels and saturation

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

239
191
230

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

Portions of RGB colors in percentages

R + G + B =
239 + 191 + 230 = 660 (100%)
R 239 of 660 ~ 36.21%
G 191 of 660 ~ 28.94%
B 230 of 660 ~ 34.85%

%36.21
%28.94
%34.85

CMYK color model

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

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

Codes

Color #EFBFE6 in popluar color models

EFBFE6
RGB239191230
HSL311°60.00%84.31%
HSB/HSV311°20.08%93.73%
CMYK0.00%20.08%3.77%
6.27%

Color #EFBFE6 in popluar number systems.

HEXEFBFE6
Decimal239191230
Binary111011111011111111100110
Octal357277346

Shades and tints

Shades of #EFBFE6

#EFBFE6
(239,191,230)
#DAAED2
(218,174,210)
#C59DBE
(197,157,190)
#B08CAA
(176,140,170)
#9B7B96
(155,123,150)
#866A82
(134,106,130)
#71596E
(113,89,110)
#5C485A
(92,72,90)
#473746
(71,55,70)
#322632
(50,38,50)
#1D151E
(29,21,30)
#000000
(0,0,0)

Tints of #EFBFE6

#EFBFE6
(239,191,230)
#F0C4E8
(240,196,232)
#F1C9EA
(241,201,234)
#F2CEEC
(242,206,236)
#F3D3EE
(243,211,238)
#F4D8F0
(244,216,240)
#F5DDF2
(245,221,242)
#F6E2F4
(246,226,244)
#F7E7F6
(247,231,246)
#F8ECF8
(248,236,248)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBFE6; }

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

This text font color is #EFBFE6.


Background Color

.myBgColor { background-color: #EFBFE6; }

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

This div background color is #EFBFE6.


Border color

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

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

This div border color is #EFBFE6.


Opacity

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

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

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

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

This text has shadow with #EFBFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBFE6 on black background.


Color preview on white background

This text has color #EFBFE6 on white background.



Black color preview on #EFBFE6 background

This text has black color on #EFBFE6 background.


White color preview on #EFBFE6 background

This text has white color on #EFBFE6 background.