COLOR #EFBCEF

HEX: #EFBCEF
RGB: (239,188,239)

Color info

#EFBCEF contains red, green and blue colors in about the same proportion. Web safe color of #EFBCEF is #FFCCFF (or #FCF).

RGB color model

#EFBCEF color RGB value is (239,188,239).

  • red value is 239;
  • green value is 188;
  • blue value is 239.
RGB:
(239,188,239)
(94%,74%,94%)

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 239 of 255 = 94%

239
188
239

R + G + B ~ 87%. #EFBCEF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 188 + 239 = 666 (100%)
R 239 of 666 ~ 35.89%
G 188 of 666 ~ 28.23%
B 239 of 666 ~ 35.89%

%35.89
%28.23
%35.89

CMYK color model

#EFBCEF color CMYK value is (0,21,0,6).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,21,0,6)
C0M21Y0K6 
(0%,21%,0%,6%)
(0.00/0.21/0.00/0.06)	

CMYK percentages

%0
%21.34
%0
%6.27

Codes

Color #EFBCEF in popluar color models

EFBCEF
RGB239188239
HSL300°61.45%83.73%
HSB/HSV300°21.34%93.73%
CMYK0.00%21.34%0.00%
6.27%

Color #EFBCEF in popluar number systems.

HEXEFBCEF
Decimal239188239
Binary111011111011110011101111
Octal357274357

Shades and tints

Shades of #EFBCEF

#EFBCEF
(239,188,239)
#DAABDA
(218,171,218)
#C59AC5
(197,154,197)
#B089B0
(176,137,176)
#9B789B
(155,120,155)
#866786
(134,103,134)
#715671
(113,86,113)
#5C455C
(92,69,92)
#473447
(71,52,71)
#322332
(50,35,50)
#1D121D
(29,18,29)
#000000
(0,0,0)

Tints of #EFBCEF

#EFBCEF
(239,188,239)
#F0C2F0
(240,194,240)
#F1C8F1
(241,200,241)
#F2CEF2
(242,206,242)
#F3D4F3
(243,212,243)
#F4DAF4
(244,218,244)
#F5E0F5
(245,224,245)
#F6E6F6
(246,230,246)
#F7ECF7
(247,236,247)
#F8F2F8
(248,242,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBCEF; }

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

This text font color is #EFBCEF.


Background Color

.myBgColor { background-color: #EFBCEF; }

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

This div background color is #EFBCEF.


Border color

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

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

This div border color is #EFBCEF.


Opacity

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

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

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

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

This text has shadow with #EFBCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBCEF on black background.


Color preview on white background

This text has color #EFBCEF on white background.



Black color preview on #EFBCEF background

This text has black color on #EFBCEF background.


White color preview on #EFBCEF background

This text has white color on #EFBCEF background.