COLOR #EFEFFB

HEX: #EFEFFB
RGB: (239,239,251)

Color info

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

RGB color model

#EFEFFB color RGB value is (239,239,251).

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

RGB channels and saturation

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

239
239
251

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

Portions of RGB colors in percentages

R + G + B =
239 + 239 + 251 = 729 (100%)
R 239 of 729 ~ 32.78%
G 239 of 729 ~ 32.78%
B 251 of 729 ~ 34.43%

%32.78
%32.78
%34.43

CMYK color model

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

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

CMYK percentages

%4.78
%4.78
%0
%1.57

Codes

Color #EFEFFB in popluar color models

EFEFFB
RGB239239251
HSL240°60.00%96.08%
HSB/HSV240°4.78%98.43%
CMYK4.78%4.78%0.00%
1.57%

Color #EFEFFB in popluar number systems.

HEXEFEFFB
Decimal239239251
Binary111011111110111111111011
Octal357357373

Shades and tints

Shades of #EFEFFB

#EFEFFB
(239,239,251)
#DADAE5
(218,218,229)
#C5C5CF
(197,197,207)
#B0B0B9
(176,176,185)
#9B9BA3
(155,155,163)
#86868D
(134,134,141)
#717177
(113,113,119)
#5C5C61
(92,92,97)
#47474B
(71,71,75)
#323235
(50,50,53)
#1D1D1F
(29,29,31)
#000000
(0,0,0)

Tints of #EFEFFB

#EFEFFB
(239,239,251)
#F0F0FB
(240,240,251)
#F1F1FB
(241,241,251)
#F2F2FB
(242,242,251)
#F3F3FB
(243,243,251)
#F4F4FB
(244,244,251)
#F5F5FB
(245,245,251)
#F6F6FB
(246,246,251)
#F7F7FB
(247,247,251)
#F8F8FB
(248,248,251)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFFB; }

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

This text font color is #EFEFFB.


Background Color

.myBgColor { background-color: #EFEFFB; }

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

This div background color is #EFEFFB.


Border color

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

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

This div border color is #EFEFFB.


Opacity

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

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

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

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

This text has shadow with #EFEFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEFFB on black background.


Color preview on white background

This text has color #EFEFFB on white background.



Black color preview on #EFEFFB background

This text has black color on #EFEFFB background.


White color preview on #EFEFFB background

This text has white color on #EFEFFB background.