COLOR #EFECF2

HEX: #EFECF2
RGB: (239,236,242)

Color info

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

RGB color model

#EFECF2 color RGB value is (239,236,242).

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

RGB channels and saturation

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

239
236
242

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

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 242 = 717 (100%)
R 239 of 717 ~ 33.33%
G 236 of 717 ~ 32.91%
B 242 of 717 ~ 33.75%

%33.33
%32.91
%33.75

CMYK color model

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

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

CMYK percentages

%1.24
%2.48
%0
%5.1

Codes

Color #EFECF2 in popluar color models

EFECF2
RGB239236242
HSL270°18.75%93.73%
HSB/HSV270°2.48%94.90%
CMYK1.24%2.48%0.00%
5.10%

Color #EFECF2 in popluar number systems.

HEXEFECF2
Decimal239236242
Binary111011111110110011110010
Octal357354362

Shades and tints

Shades of #EFECF2

#EFECF2
(239,236,242)
#DAD7DC
(218,215,220)
#C5C2C6
(197,194,198)
#B0ADB0
(176,173,176)
#9B989A
(155,152,154)
#868384
(134,131,132)
#716E6E
(113,110,110)
#5C5958
(92,89,88)
#474442
(71,68,66)
#322F2C
(50,47,44)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #EFECF2

#EFECF2
(239,236,242)
#F0EDF3
(240,237,243)
#F1EEF4
(241,238,244)
#F2EFF5
(242,239,245)
#F3F0F6
(243,240,246)
#F4F1F7
(244,241,247)
#F5F2F8
(245,242,248)
#F6F3F9
(246,243,249)
#F7F4FA
(247,244,250)
#F8F5FB
(248,245,251)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECF2; }

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

This text font color is #EFECF2.


Background Color

.myBgColor { background-color: #EFECF2; }

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

This div background color is #EFECF2.


Border color

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

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

This div border color is #EFECF2.


Opacity

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

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

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

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

This text has shadow with #EFECF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECF2 on black background.


Color preview on white background

This text has color #EFECF2 on white background.



Black color preview on #EFECF2 background

This text has black color on #EFECF2 background.


White color preview on #EFECF2 background

This text has white color on #EFECF2 background.