COLOR #EFECF3

HEX: #EFECF3
RGB: (239,236,243)

Color info

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

RGB color model

#EFECF3 color RGB value is (239,236,243).

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

RGB channels and saturation

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

239
236
243

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

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 243 = 718 (100%)
R 239 of 718 ~ 33.29%
G 236 of 718 ~ 32.87%
B 243 of 718 ~ 33.84%

%33.29
%32.87
%33.84

CMYK color model

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

  • cyan value is 1.65%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,3,0,5)
C2M3Y0K5 
(2%,3%,0%,5%)
(0.02/0.03/0.00/0.05)	

CMYK percentages

%1.65
%2.88
%0
%4.71

Codes

Color #EFECF3 in popluar color models

EFECF3
RGB239236243
HSL266°22.58%93.92%
HSB/HSV266°2.88%95.29%
CMYK1.65%2.88%0.00%
4.71%

Color #EFECF3 in popluar number systems.

HEXEFECF3
Decimal239236243
Binary111011111110110011110011
Octal357354363

Shades and tints

Shades of #EFECF3

#EFECF3
(239,236,243)
#DAD7DD
(218,215,221)
#C5C2C7
(197,194,199)
#B0ADB1
(176,173,177)
#9B989B
(155,152,155)
#868385
(134,131,133)
#716E6F
(113,110,111)
#5C5959
(92,89,89)
#474443
(71,68,67)
#322F2D
(50,47,45)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #EFECF3

#EFECF3
(239,236,243)
#F0EDF4
(240,237,244)
#F1EEF5
(241,238,245)
#F2EFF6
(242,239,246)
#F3F0F7
(243,240,247)
#F4F1F8
(244,241,248)
#F5F2F9
(245,242,249)
#F6F3FA
(246,243,250)
#F7F4FB
(247,244,251)
#F8F5FC
(248,245,252)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECF3; }

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

This text font color is #EFECF3.


Background Color

.myBgColor { background-color: #EFECF3; }

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

This div background color is #EFECF3.


Border color

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

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

This div border color is #EFECF3.


Opacity

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

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

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

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

This text has shadow with #EFECF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECF3 on black background.


Color preview on white background

This text has color #EFECF3 on white background.



Black color preview on #EFECF3 background

This text has black color on #EFECF3 background.


White color preview on #EFECF3 background

This text has white color on #EFECF3 background.