COLOR #EFCEFB

HEX: #EFCEFB
RGB: (239,206,251)

Color info

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

RGB color model

#EFCEFB color RGB value is (239,206,251).

  • red value is 239;
  • green value is 206;
  • blue value is 251.
RGB:
(239,206,251)
(94%,81%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 251 of 255 = 98%

239
206
251

R + G + B ~ 91%. #EFCEFB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 206 + 251 = 696 (100%)
R 239 of 696 ~ 34.34%
G 206 of 696 ~ 29.6%
B 251 of 696 ~ 36.06%

%34.34
%29.6
%36.06

CMYK color model

#EFCEFB color CMYK value is (5,18,0,2).

  • cyan value is 4.78%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,18,0,2)
C5M18Y0K2 
(5%,18%,0%,2%)
(0.05/0.18/0.00/0.02)	

CMYK percentages

%4.78
%17.93
%0
%1.57

Codes

Color #EFCEFB in popluar color models

EFCEFB
RGB239206251
HSL284°84.91%89.61%
HSB/HSV284°17.93%98.43%
CMYK4.78%17.93%0.00%
1.57%

Color #EFCEFB in popluar number systems.

HEXEFCEFB
Decimal239206251
Binary111011111100111011111011
Octal357316373

Shades and tints

Shades of #EFCEFB

#EFCEFB
(239,206,251)
#DABCE5
(218,188,229)
#C5AACF
(197,170,207)
#B098B9
(176,152,185)
#9B86A3
(155,134,163)
#86748D
(134,116,141)
#716277
(113,98,119)
#5C5061
(92,80,97)
#473E4B
(71,62,75)
#322C35
(50,44,53)
#1D1A1F
(29,26,31)
#000000
(0,0,0)

Tints of #EFCEFB

#EFCEFB
(239,206,251)
#F0D2FB
(240,210,251)
#F1D6FB
(241,214,251)
#F2DAFB
(242,218,251)
#F3DEFB
(243,222,251)
#F4E2FB
(244,226,251)
#F5E6FB
(245,230,251)
#F6EAFB
(246,234,251)
#F7EEFB
(247,238,251)
#F8F2FB
(248,242,251)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCEFB; }

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

This text font color is #EFCEFB.


Background Color

.myBgColor { background-color: #EFCEFB; }

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

This div background color is #EFCEFB.


Border color

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

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

This div border color is #EFCEFB.


Opacity

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

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

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

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

This text has shadow with #EFCEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCEFB on black background.


Color preview on white background

This text has color #EFCEFB on white background.



Black color preview on #EFCEFB background

This text has black color on #EFCEFB background.


White color preview on #EFCEFB background

This text has white color on #EFCEFB background.