COLOR #EFEBFE

HEX: #EFEBFE
RGB: (239,235,254)

Color info

#EFEBFE contains red, green and blue colors in about the same proportion. Web safe color of #EFEBFE is #FFFFFF (or #FFF).

RGB color model

#EFEBFE color RGB value is (239,235,254).

  • red value is 239;
  • green value is 235;
  • blue value is 254.
RGB:
(239,235,254)
(94%,92%,100%)

RGB channels and saturation

R 239 of 255 = 94%
G 235 of 255 = 92%
B 254 of 255 = 100%

239
235
254

R + G + B ~ 95%. #EFEBFE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 235 + 254 = 728 (100%)
R 239 of 728 ~ 32.83%
G 235 of 728 ~ 32.28%
B 254 of 728 ~ 34.89%

%32.83
%32.28
%34.89

CMYK color model

#EFEBFE color CMYK value is (6,7,0,0).

  • cyan value is 5.91%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,7,0,0)
C6M7Y0K0 
(6%,7%,0%,0%)
(0.06/0.07/0.00/0.00)	

CMYK percentages

%5.91
%7.48
%0
%0.39

Codes

Color #EFEBFE in popluar color models

EFEBFE
RGB239235254
HSL253°90.48%95.88%
HSB/HSV253°7.48%99.61%
CMYK5.91%7.48%0.00%
0.39%

Color #EFEBFE in popluar number systems.

HEXEFEBFE
Decimal239235254
Binary111011111110101111111110
Octal357353376

Shades and tints

Shades of #EFEBFE

#EFEBFE
(239,235,254)
#DAD6E7
(218,214,231)
#C5C1D0
(197,193,208)
#B0ACB9
(176,172,185)
#9B97A2
(155,151,162)
#86828B
(134,130,139)
#716D74
(113,109,116)
#5C585D
(92,88,93)
#474346
(71,67,70)
#322E2F
(50,46,47)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFEBFE

#EFEBFE
(239,235,254)
#F0ECFE
(240,236,254)
#F1EDFE
(241,237,254)
#F2EEFE
(242,238,254)
#F3EFFE
(243,239,254)
#F4F0FE
(244,240,254)
#F5F1FE
(245,241,254)
#F6F2FE
(246,242,254)
#F7F3FE
(247,243,254)
#F8F4FE
(248,244,254)
#F9F5FE
(249,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEBFE; }

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

This text font color is #EFEBFE.


Background Color

.myBgColor { background-color: #EFEBFE; }

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

This div background color is #EFEBFE.


Border color

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

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

This div border color is #EFEBFE.


Opacity

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

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

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

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

This text has shadow with #EFEBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEBFE on black background.


Color preview on white background

This text has color #EFEBFE on white background.



Black color preview on #EFEBFE background

This text has black color on #EFEBFE background.


White color preview on #EFEBFE background

This text has white color on #EFEBFE background.