COLOR #EFECF1

HEX: #EFECF1
RGB: (239,236,241)

Color info

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

RGB color model

#EFECF1 color RGB value is (239,236,241).

  • red value is 239;
  • green value is 236;
  • blue value is 241.
RGB:
(239,236,241)
(94%,93%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 241 of 255 = 95%

239
236
241

R + G + B ~ 94%. #EFECF1 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 241 = 716 (100%)
R 239 of 716 ~ 33.38%
G 236 of 716 ~ 32.96%
B 241 of 716 ~ 33.66%

%33.38
%32.96
%33.66

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,2,0,5)
C1M2Y0K5 
(1%,2%,0%,5%)
(0.01/0.02/0.00/0.05)	

CMYK percentages

%0.83
%2.07
%0
%5.49

Codes

Color #EFECF1 in popluar color models

EFECF1
RGB239236241
HSL276°15.15%93.53%
HSB/HSV276°2.07%94.51%
CMYK0.83%2.07%0.00%
5.49%

Color #EFECF1 in popluar number systems.

HEXEFECF1
Decimal239236241
Binary111011111110110011110001
Octal357354361

Shades and tints

Shades of #EFECF1

#EFECF1
(239,236,241)
#DAD7DC
(218,215,220)
#C5C2C7
(197,194,199)
#B0ADB2
(176,173,178)
#9B989D
(155,152,157)
#868388
(134,131,136)
#716E73
(113,110,115)
#5C595E
(92,89,94)
#474449
(71,68,73)
#322F34
(50,47,52)
#1D1A1F
(29,26,31)
#000000
(0,0,0)

Tints of #EFECF1

#EFECF1
(239,236,241)
#F0EDF2
(240,237,242)
#F1EEF3
(241,238,243)
#F2EFF4
(242,239,244)
#F3F0F5
(243,240,245)
#F4F1F6
(244,241,246)
#F5F2F7
(245,242,247)
#F6F3F8
(246,243,248)
#F7F4F9
(247,244,249)
#F8F5FA
(248,245,250)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECF1; }

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

This text font color is #EFECF1.


Background Color

.myBgColor { background-color: #EFECF1; }

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

This div background color is #EFECF1.


Border color

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

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

This div border color is #EFECF1.


Opacity

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

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

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

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

This text has shadow with #EFECF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECF1 on black background.


Color preview on white background

This text has color #EFECF1 on white background.



Black color preview on #EFECF1 background

This text has black color on #EFECF1 background.


White color preview on #EFECF1 background

This text has white color on #EFECF1 background.