COLOR #EFE9BE

HEX: #EFE9BE
RGB: (239,233,190)

Color info

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

RGB color model

#EFE9BE color RGB value is (239,233,190).

  • red value is 239;
  • green value is 233;
  • blue value is 190.
RGB:
(239,233,190)
(94%,91%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 233 of 255 = 91%
B 190 of 255 = 75%

239
233
190

R + G + B ~ 87%. #EFE9BE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 233 + 190 = 662 (100%)
R 239 of 662 ~ 36.1%
G 233 of 662 ~ 35.2%
B 190 of 662 ~ 28.7%

%36.1
%35.2
%28.7

CMYK color model

#EFE9BE color CMYK value is (0,3,21,6).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 20.50%
  • key color value is 6.27%
CMYK:
(0,3,21,6)
C0M3Y21K6 
(0%,3%,21%,6%)
(0.00/0.03/0.21/0.06)	

CMYK percentages

%0
%2.51
%20.5
%6.27

Codes

Color #EFE9BE in popluar color models

EFE9BE
RGB239233190
HSL53°60.49%84.12%
HSB/HSV53°20.50%93.73%
CMYK0.00%2.51%20.50%
6.27%

Color #EFE9BE in popluar number systems.

HEXEFE9BE
Decimal239233190
Binary111011111110100110111110
Octal357351276

Shades and tints

Shades of #EFE9BE

#EFE9BE
(239,233,190)
#DAD4AD
(218,212,173)
#C5BF9C
(197,191,156)
#B0AA8B
(176,170,139)
#9B957A
(155,149,122)
#868069
(134,128,105)
#716B58
(113,107,88)
#5C5647
(92,86,71)
#474136
(71,65,54)
#322C25
(50,44,37)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #EFE9BE

#EFE9BE
(239,233,190)
#F0EBC3
(240,235,195)
#F1EDC8
(241,237,200)
#F2EFCD
(242,239,205)
#F3F1D2
(243,241,210)
#F4F3D7
(244,243,215)
#F5F5DC
(245,245,220)
#F6F7E1
(246,247,225)
#F7F9E6
(247,249,230)
#F8FBEB
(248,251,235)
#F9FDF0
(249,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE9BE color. Also use rgb(239,233,190) instead hex code.

Text Font Color

.myTextColor { color: #EFE9BE; }

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

This text font color is #EFE9BE.


Background Color

.myBgColor { background-color: #EFE9BE; }

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

This div background color is #EFE9BE.


Border color

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

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

This div border color is #EFE9BE.


Opacity

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

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

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

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

This text has shadow with #EFE9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE9BE on black background.


Color preview on white background

This text has color #EFE9BE on white background.



Black color preview on #EFE9BE background

This text has black color on #EFE9BE background.


White color preview on #EFE9BE background

This text has white color on #EFE9BE background.