COLOR #EFEBD4

HEX: #EFEBD4
RGB: (239,235,212)

Color info

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

RGB color model

#EFEBD4 color RGB value is (239,235,212).

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

RGB channels and saturation

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

239
235
212

R + G + B ~ 90%. #EFEBD4 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 235 + 212 = 686 (100%)
R 239 of 686 ~ 34.84%
G 235 of 686 ~ 34.26%
B 212 of 686 ~ 30.9%

%34.84
%34.26
%30.9

CMYK color model

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

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

CMYK percentages

%0
%1.67
%11.3
%6.27

Codes

Color #EFEBD4 in popluar color models

EFEBD4
RGB239235212
HSL51°45.76%88.43%
HSB/HSV51°11.30%93.73%
CMYK0.00%1.67%11.30%
6.27%

Color #EFEBD4 in popluar number systems.

HEXEFEBD4
Decimal239235212
Binary111011111110101111010100
Octal357353324

Shades and tints

Shades of #EFEBD4

#EFEBD4
(239,235,212)
#DAD6C1
(218,214,193)
#C5C1AE
(197,193,174)
#B0AC9B
(176,172,155)
#9B9788
(155,151,136)
#868275
(134,130,117)
#716D62
(113,109,98)
#5C584F
(92,88,79)
#47433C
(71,67,60)
#322E29
(50,46,41)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #EFEBD4

#EFEBD4
(239,235,212)
#F0ECD7
(240,236,215)
#F1EDDA
(241,237,218)
#F2EEDD
(242,238,221)
#F3EFE0
(243,239,224)
#F4F0E3
(244,240,227)
#F5F1E6
(245,241,230)
#F6F2E9
(246,242,233)
#F7F3EC
(247,243,236)
#F8F4EF
(248,244,239)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEBD4; }

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

This text font color is #EFEBD4.


Background Color

.myBgColor { background-color: #EFEBD4; }

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

This div background color is #EFEBD4.


Border color

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

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

This div border color is #EFEBD4.


Opacity

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

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

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

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

This text has shadow with #EFEBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEBD4 on black background.


Color preview on white background

This text has color #EFEBD4 on white background.



Black color preview on #EFEBD4 background

This text has black color on #EFEBD4 background.


White color preview on #EFEBD4 background

This text has white color on #EFEBD4 background.