COLOR #EFEFEB

HEX: #EFEFEB
RGB: (239,239,235)

Color info

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

RGB color model

#EFEFEB color RGB value is (239,239,235).

  • red value is 239;
  • green value is 239;
  • blue value is 235.
RGB:
(239,239,235)
(94%,94%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 235 of 255 = 92%

239
239
235

R + G + B ~ 93%. #EFEFEB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 239 + 235 = 713 (100%)
R 239 of 713 ~ 33.52%
G 239 of 713 ~ 33.52%
B 235 of 713 ~ 32.96%

%33.52
%33.52
%32.96

CMYK color model

#EFEFEB color CMYK value is (0,0,2,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(0,0,2,6)
C0M0Y2K6 
(0%,0%,2%,6%)
(0.00/0.00/0.02/0.06)	

CMYK percentages

%0
%0
%1.67
%6.27

Codes

Color #EFEFEB in popluar color models

EFEFEB
RGB239239235
HSL60°11.11%92.94%
HSB/HSV60°1.67%93.73%
CMYK0.00%0.00%1.67%
6.27%

Color #EFEFEB in popluar number systems.

HEXEFEFEB
Decimal239239235
Binary111011111110111111101011
Octal357357353

Shades and tints

Shades of #EFEFEB

#EFEFEB
(239,239,235)
#DADAD6
(218,218,214)
#C5C5C1
(197,197,193)
#B0B0AC
(176,176,172)
#9B9B97
(155,155,151)
#868682
(134,134,130)
#71716D
(113,113,109)
#5C5C58
(92,92,88)
#474743
(71,71,67)
#32322E
(50,50,46)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #EFEFEB

#EFEFEB
(239,239,235)
#F0F0EC
(240,240,236)
#F1F1ED
(241,241,237)
#F2F2EE
(242,242,238)
#F3F3EF
(243,243,239)
#F4F4F0
(244,244,240)
#F5F5F1
(245,245,241)
#F6F6F2
(246,246,242)
#F7F7F3
(247,247,243)
#F8F8F4
(248,248,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFEB; }

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

This text font color is #EFEFEB.


Background Color

.myBgColor { background-color: #EFEFEB; }

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

This div background color is #EFEFEB.


Border color

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

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

This div border color is #EFEFEB.


Opacity

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

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

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

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

This text has shadow with #EFEFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEFEB on black background.


Color preview on white background

This text has color #EFEFEB on white background.



Black color preview on #EFEFEB background

This text has black color on #EFEFEB background.


White color preview on #EFEFEB background

This text has white color on #EFEFEB background.