COLOR #EFEEF1

HEX: #EFEEF1
RGB: (239,238,241)

Color info

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

RGB color model

#EFEEF1 color RGB value is (239,238,241).

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

RGB channels and saturation

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

239
238
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 241 = 718 (100%)
R 239 of 718 ~ 33.29%
G 238 of 718 ~ 33.15%
B 241 of 718 ~ 33.57%

%33.29
%33.15
%33.57

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,1,0,5)
C1M1Y0K5 
(1%,1%,0%,5%)
(0.01/0.01/0.00/0.05)	

CMYK percentages

%0.83
%1.24
%0
%5.49

Codes

Color #EFEEF1 in popluar color models

EFEEF1
RGB239238241
HSL260°9.68%93.92%
HSB/HSV260°1.24%94.51%
CMYK0.83%1.24%0.00%
5.49%

Color #EFEEF1 in popluar number systems.

HEXEFEEF1
Decimal239238241
Binary111011111110111011110001
Octal357356361

Shades and tints

Shades of #EFEEF1

#EFEEF1
(239,238,241)
#DAD9DC
(218,217,220)
#C5C4C7
(197,196,199)
#B0AFB2
(176,175,178)
#9B9A9D
(155,154,157)
#868588
(134,133,136)
#717073
(113,112,115)
#5C5B5E
(92,91,94)
#474649
(71,70,73)
#323134
(50,49,52)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #EFEEF1

#EFEEF1
(239,238,241)
#F0EFF2
(240,239,242)
#F1F0F3
(241,240,243)
#F2F1F4
(242,241,244)
#F3F2F5
(243,242,245)
#F4F3F6
(244,243,246)
#F5F4F7
(245,244,247)
#F6F5F8
(246,245,248)
#F7F6F9
(247,246,249)
#F8F7FA
(248,247,250)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEF1; }

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

This text font color is #EFEEF1.


Background Color

.myBgColor { background-color: #EFEEF1; }

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

This div background color is #EFEEF1.


Border color

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

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

This div border color is #EFEEF1.


Opacity

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

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

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

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

This text has shadow with #EFEEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEF1 on black background.


Color preview on white background

This text has color #EFEEF1 on white background.



Black color preview on #EFEEF1 background

This text has black color on #EFEEF1 background.


White color preview on #EFEEF1 background

This text has white color on #EFEEF1 background.