COLOR #EFCBFB

HEX: #EFCBFB
RGB: (239,203,251)

Color info

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

RGB color model

#EFCBFB color RGB value is (239,203,251).

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

RGB channels and saturation

R 239 of 255 = 94%
G 203 of 255 = 80%
B 251 of 255 = 98%

239
203
251

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

Portions of RGB colors in percentages

R + G + B =
239 + 203 + 251 = 693 (100%)
R 239 of 693 ~ 34.49%
G 203 of 693 ~ 29.29%
B 251 of 693 ~ 36.22%

%34.49
%29.29
%36.22

CMYK color model

#EFCBFB color CMYK value is (5,19,0,2).

  • cyan value is 4.78%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,19,0,2)
C5M19Y0K2 
(5%,19%,0%,2%)
(0.05/0.19/0.00/0.02)	

CMYK percentages

%4.78
%19.12
%0
%1.57

Codes

Color #EFCBFB in popluar color models

EFCBFB
RGB239203251
HSL285°85.71%89.02%
HSB/HSV285°19.12%98.43%
CMYK4.78%19.12%0.00%
1.57%

Color #EFCBFB in popluar number systems.

HEXEFCBFB
Decimal239203251
Binary111011111100101111111011
Octal357313373

Shades and tints

Shades of #EFCBFB

#EFCBFB
(239,203,251)
#DAB9E5
(218,185,229)
#C5A7CF
(197,167,207)
#B095B9
(176,149,185)
#9B83A3
(155,131,163)
#86718D
(134,113,141)
#715F77
(113,95,119)
#5C4D61
(92,77,97)
#473B4B
(71,59,75)
#322935
(50,41,53)
#1D171F
(29,23,31)
#000000
(0,0,0)

Tints of #EFCBFB

#EFCBFB
(239,203,251)
#F0CFFB
(240,207,251)
#F1D3FB
(241,211,251)
#F2D7FB
(242,215,251)
#F3DBFB
(243,219,251)
#F4DFFB
(244,223,251)
#F5E3FB
(245,227,251)
#F6E7FB
(246,231,251)
#F7EBFB
(247,235,251)
#F8EFFB
(248,239,251)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCBFB; }

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

This text font color is #EFCBFB.


Background Color

.myBgColor { background-color: #EFCBFB; }

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

This div background color is #EFCBFB.


Border color

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

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

This div border color is #EFCBFB.


Opacity

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

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

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

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

This text has shadow with #EFCBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCBFB on black background.


Color preview on white background

This text has color #EFCBFB on white background.



Black color preview on #EFCBFB background

This text has black color on #EFCBFB background.


White color preview on #EFCBFB background

This text has white color on #EFCBFB background.