COLOR #EFEBD6

HEX: #EFEBD6
RGB: (239,235,214)

Color info

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

RGB color model

#EFEBD6 color RGB value is (239,235,214).

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

RGB channels and saturation

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

239
235
214

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

Portions of RGB colors in percentages

R + G + B =
239 + 235 + 214 = 688 (100%)
R 239 of 688 ~ 34.74%
G 235 of 688 ~ 34.16%
B 214 of 688 ~ 31.1%

%34.74
%34.16
%31.1

CMYK color model

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

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

CMYK percentages

%0
%1.67
%10.46
%6.27

Codes

Color #EFEBD6 in popluar color models

EFEBD6
RGB239235214
HSL50°43.86%88.82%
HSB/HSV50°10.46%93.73%
CMYK0.00%1.67%10.46%
6.27%

Color #EFEBD6 in popluar number systems.

HEXEFEBD6
Decimal239235214
Binary111011111110101111010110
Octal357353326

Shades and tints

Shades of #EFEBD6

#EFEBD6
(239,235,214)
#DAD6C3
(218,214,195)
#C5C1B0
(197,193,176)
#B0AC9D
(176,172,157)
#9B978A
(155,151,138)
#868277
(134,130,119)
#716D64
(113,109,100)
#5C5851
(92,88,81)
#47433E
(71,67,62)
#322E2B
(50,46,43)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFEBD6

#EFEBD6
(239,235,214)
#F0ECD9
(240,236,217)
#F1EDDC
(241,237,220)
#F2EEDF
(242,238,223)
#F3EFE2
(243,239,226)
#F4F0E5
(244,240,229)
#F5F1E8
(245,241,232)
#F6F2EB
(246,242,235)
#F7F3EE
(247,243,238)
#F8F4F1
(248,244,241)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEBD6; }

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

This text font color is #EFEBD6.


Background Color

.myBgColor { background-color: #EFEBD6; }

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

This div background color is #EFEBD6.


Border color

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

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

This div border color is #EFEBD6.


Opacity

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

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

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

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

This text has shadow with #EFEBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEBD6 on black background.


Color preview on white background

This text has color #EFEBD6 on white background.



Black color preview on #EFEBD6 background

This text has black color on #EFEBD6 background.


White color preview on #EFEBD6 background

This text has white color on #EFEBD6 background.