COLOR #EFE4BA

HEX: #EFE4BA
RGB: (239,228,186)

Color info

#EFE4BA contains red, green and blue colors in about the same proportion. Web safe color of #EFE4BA is #FFCCCC (or #FCC).

RGB color model

#EFE4BA color RGB value is (239,228,186).

  • red value is 239;
  • green value is 228;
  • blue value is 186.
RGB:
(239,228,186)
(94%,89%,73%)

RGB channels and saturation

R 239 of 255 = 94%
G 228 of 255 = 89%
B 186 of 255 = 73%

239
228
186

R + G + B ~ 85%. #EFE4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 186 = 653 (100%)
R 239 of 653 ~ 36.6%
G 228 of 653 ~ 34.92%
B 186 of 653 ~ 28.48%

%36.6
%34.92
%28.48

CMYK color model

#EFE4BA color CMYK value is (0,5,22,6).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,5,22,6)
C0M5Y22K6 
(0%,5%,22%,6%)
(0.00/0.05/0.22/0.06)	

CMYK percentages

%0
%4.6
%22.18
%6.27

Codes

Color #EFE4BA in popluar color models

EFE4BA
RGB239228186
HSL48°62.35%83.33%
HSB/HSV48°22.18%93.73%
CMYK0.00%4.60%22.18%
6.27%

Color #EFE4BA in popluar number systems.

HEXEFE4BA
Decimal239228186
Binary111011111110010010111010
Octal357344272

Shades and tints

Shades of #EFE4BA

#EFE4BA
(239,228,186)
#DAD0AA
(218,208,170)
#C5BC9A
(197,188,154)
#B0A88A
(176,168,138)
#9B947A
(155,148,122)
#86806A
(134,128,106)
#716C5A
(113,108,90)
#5C584A
(92,88,74)
#47443A
(71,68,58)
#32302A
(50,48,42)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #EFE4BA

#EFE4BA
(239,228,186)
#F0E6C0
(240,230,192)
#F1E8C6
(241,232,198)
#F2EACC
(242,234,204)
#F3ECD2
(243,236,210)
#F4EED8
(244,238,216)
#F5F0DE
(245,240,222)
#F6F2E4
(246,242,228)
#F7F4EA
(247,244,234)
#F8F6F0
(248,246,240)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE4BA; }

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

This text font color is #EFE4BA.


Background Color

.myBgColor { background-color: #EFE4BA; }

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

This div background color is #EFE4BA.


Border color

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

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

This div border color is #EFE4BA.


Opacity

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

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

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

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

This text has shadow with #EFE4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE4BA on black background.


Color preview on white background

This text has color #EFE4BA on white background.



Black color preview on #EFE4BA background

This text has black color on #EFE4BA background.


White color preview on #EFE4BA background

This text has white color on #EFE4BA background.