COLOR #EFE3BA

HEX: #EFE3BA
RGB: (239,227,186)

Color info

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

RGB color model

#EFE3BA color RGB value is (239,227,186).

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

RGB channels and saturation

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

239
227
186

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 186 = 652 (100%)
R 239 of 652 ~ 36.66%
G 227 of 652 ~ 34.82%
B 186 of 652 ~ 28.53%

%36.66
%34.82
%28.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.02%
  • 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
%5.02
%22.18
%6.27

Codes

Color #EFE3BA in popluar color models

EFE3BA
RGB239227186
HSL46°62.35%83.33%
HSB/HSV46°22.18%93.73%
CMYK0.00%5.02%22.18%
6.27%

Color #EFE3BA in popluar number systems.

HEXEFE3BA
Decimal239227186
Binary111011111110001110111010
Octal357343272

Shades and tints

Shades of #EFE3BA

#EFE3BA
(239,227,186)
#DACFAA
(218,207,170)
#C5BB9A
(197,187,154)
#B0A78A
(176,167,138)
#9B937A
(155,147,122)
#867F6A
(134,127,106)
#716B5A
(113,107,90)
#5C574A
(92,87,74)
#47433A
(71,67,58)
#322F2A
(50,47,42)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #EFE3BA

#EFE3BA
(239,227,186)
#F0E5C0
(240,229,192)
#F1E7C6
(241,231,198)
#F2E9CC
(242,233,204)
#F3EBD2
(243,235,210)
#F4EDD8
(244,237,216)
#F5EFDE
(245,239,222)
#F6F1E4
(246,241,228)
#F7F3EA
(247,243,234)
#F8F5F0
(248,245,240)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3BA; }

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

This text font color is #EFE3BA.


Background Color

.myBgColor { background-color: #EFE3BA; }

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

This div background color is #EFE3BA.


Border color

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

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

This div border color is #EFE3BA.


Opacity

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

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

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

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

This text has shadow with #EFE3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3BA on black background.


Color preview on white background

This text has color #EFE3BA on white background.



Black color preview on #EFE3BA background

This text has black color on #EFE3BA background.


White color preview on #EFE3BA background

This text has white color on #EFE3BA background.