COLOR #EFEEEF

HEX: #EFEEEF RGB: (239,238,239)

Color info

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

RGB color model

#EFEEEF color RGB value is (239,238,239).

RGB: (239,238,239) (94%, 93%, 94%)

RGB channels and saturation

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

239
238
239

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

Portions of RGB colors in percentages

R + G + B = 239 + 238 + 239 = 716 (100%)
R 239 of 716 ~ 33.38%
G 238 of 716 ~ 33.24%
B 239 of 716 ~ 33.38'%

%33.38
%33.24
%33.38

CMYK color model

#EFEEEF color CMYK value is (0,0,0,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (0,0,0,6)
C0M0Y0K6 (0%, 0%, 0%, 6%)
(0.00 / 0.00 / 0.00 / 0.06)

CMYK percentages

%0
%0.42
%0
%6.27

Codes

Color #EFEEEF in popluar color models

EF EE EF
RGB 239 238 239
HSL 300° 3.03% 93.53%
HSB/HSV 300° 0.42% 93.73%
CMYK 0.00% 0.42% 0.00%
6.27%

Color #EFEEEF in popluar number systems.

HEX EF EE EF
Decimal 239 238 239
Binary 11101111 11101110 11101111
Octal 357 356 357

Shades and tints

Shades of #EFEEEF

#EFEEEF
(239,238,239)
#DAD9DA
(218,217,218)
#C5C4C5
(197,196,197)
#B0AFB0
(176,175,176)
#9B9A9B
(155,154,155)
#868586
(134,133,134)
#717071
(113,112,113)
#5C5B5C
(92,91,92)
#474647
(71,70,71)
#323132
(50,49,50)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #EFEEEF

#EFEEEF
(239,238,239)
#F0EFF0
(240,239,240)
#F1F0F1
(241,240,241)
#F2F1F2
(242,241,242)
#F3F2F3
(243,242,243)
#F4F3F4
(244,243,244)
#F5F4F5
(245,244,245)
#F6F5F6
(246,245,246)
#F7F6F7
(247,246,247)
#F8F7F8
(248,247,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEEF; }

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

This text font color is #EFEEEF.

Background Color

.myBgColor { background-color: #EFEEEF; }

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

This div background color is #EFEEEF.

Border color

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

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

This div border color is #EFEEEF.

Opacity

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

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

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

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

This text has shadow with #EFEEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEEEF.

Preview

Color preview on black background

This text has color #EFEEEF on black background.


Color preview on white background

This text has color #EFEEEF on white background.


Black color preview on #EFEEEF background

This text has black color on #EFEEEF background.


White color preview on #EFEEEF background

This text has white color on #EFEEEF background.


Related colors

Complementary color

Complementary color for #hex is #101110.


I love getcolorcode.com

Triadic colors

1 #EFEFEE and #EEEFEF with #EFEEEF are triadic colors.

2 #EFEEEF and #EEEFEF with #EFEEEF are triadic colors.