COLOR #EFEBDE

HEX: #EFEBDE
RGB: (239,235,222)

Color info

#EFEBDE contains red, green and blue colors in about the same proportion. Web safe color of #EFEBDE is #FFFFCC (or #FFC).

RGB color model

#EFEBDE color RGB value is (239,235,222).

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

RGB channels and saturation

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

239
235
222

R + G + B ~ 91%. #EFEBDE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 235 + 222 = 696 (100%)
R 239 of 696 ~ 34.34%
G 235 of 696 ~ 33.76%
B 222 of 696 ~ 31.9%

%34.34
%33.76
%31.9

CMYK color model

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

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

CMYK percentages

%0
%1.67
%7.11
%6.27

Codes

Color #EFEBDE in popluar color models

EFEBDE
RGB239235222
HSL46°34.69%90.39%
HSB/HSV46°7.11%93.73%
CMYK0.00%1.67%7.11%
6.27%

Color #EFEBDE in popluar number systems.

HEXEFEBDE
Decimal239235222
Binary111011111110101111011110
Octal357353336

Shades and tints

Shades of #EFEBDE

#EFEBDE
(239,235,222)
#DAD6CA
(218,214,202)
#C5C1B6
(197,193,182)
#B0ACA2
(176,172,162)
#9B978E
(155,151,142)
#86827A
(134,130,122)
#716D66
(113,109,102)
#5C5852
(92,88,82)
#47433E
(71,67,62)
#322E2A
(50,46,42)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #EFEBDE

#EFEBDE
(239,235,222)
#F0ECE1
(240,236,225)
#F1EDE4
(241,237,228)
#F2EEE7
(242,238,231)
#F3EFEA
(243,239,234)
#F4F0ED
(244,240,237)
#F5F1F0
(245,241,240)
#F6F2F3
(246,242,243)
#F7F3F6
(247,243,246)
#F8F4F9
(248,244,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEBDE; }

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

This text font color is #EFEBDE.


Background Color

.myBgColor { background-color: #EFEBDE; }

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

This div background color is #EFEBDE.


Border color

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

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

This div border color is #EFEBDE.


Opacity

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

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

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

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

This text has shadow with #EFEBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEBDE on black background.


Color preview on white background

This text has color #EFEBDE on white background.



Black color preview on #EFEBDE background

This text has black color on #EFEBDE background.


White color preview on #EFEBDE background

This text has white color on #EFEBDE background.