COLOR #EFE3BB

HEX: #EFE3BB
RGB: (239,227,187)

Color info

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

RGB color model

#EFE3BB color RGB value is (239,227,187).

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

RGB channels and saturation

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

239
227
187

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 187 = 653 (100%)
R 239 of 653 ~ 36.6%
G 227 of 653 ~ 34.76%
B 187 of 653 ~ 28.64%

%36.6
%34.76
%28.64

CMYK color model

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

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

Codes

Color #EFE3BB in popluar color models

EFE3BB
RGB239227187
HSL46°61.90%83.53%
HSB/HSV46°21.76%93.73%
CMYK0.00%5.02%21.76%
6.27%

Color #EFE3BB in popluar number systems.

HEXEFE3BB
Decimal239227187
Binary111011111110001110111011
Octal357343273

Shades and tints

Shades of #EFE3BB

#EFE3BB
(239,227,187)
#DACFAA
(218,207,170)
#C5BB99
(197,187,153)
#B0A788
(176,167,136)
#9B9377
(155,147,119)
#867F66
(134,127,102)
#716B55
(113,107,85)
#5C5744
(92,87,68)
#474333
(71,67,51)
#322F22
(50,47,34)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #EFE3BB

#EFE3BB
(239,227,187)
#F0E5C1
(240,229,193)
#F1E7C7
(241,231,199)
#F2E9CD
(242,233,205)
#F3EBD3
(243,235,211)
#F4EDD9
(244,237,217)
#F5EFDF
(245,239,223)
#F6F1E5
(246,241,229)
#F7F3EB
(247,243,235)
#F8F5F1
(248,245,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3BB; }

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

This text font color is #EFE3BB.


Background Color

.myBgColor { background-color: #EFE3BB; }

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

This div background color is #EFE3BB.


Border color

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

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

This div border color is #EFE3BB.


Opacity

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

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

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

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

This text has shadow with #EFE3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3BB on black background.


Color preview on white background

This text has color #EFE3BB on white background.



Black color preview on #EFE3BB background

This text has black color on #EFE3BB background.


White color preview on #EFE3BB background

This text has white color on #EFE3BB background.