COLOR #EFE8BF

HEX: #EFE8BF RGB: (239,232,191)

Color info

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

RGB color model

#EFE8BF color RGB value is (239,232,191).

RGB: (239,232,191) (94%, 91%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 191 of 255 = 75%

239
232
191

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

Portions of RGB colors in percentages

R + G + B = 239 + 232 + 191 = 662 (100%)
R 239 of 662 ~ 36.1%
G 232 of 662 ~ 35.05%
B 191 of 662 ~ 28.85'%

%36.1
%35.05
%28.85

CMYK color model

#EFE8BF color CMYK value is (0,3,20,6).

  • cyan value is 0.00%
  • magenta value is 2.93%
  • yellow value is 20.08%
  • key color value is 6.27%

CMYK: (0,3,20,6)
C0M3Y20K6 (0%, 3%, 20%, 6%)
(0.00 / 0.03 / 0.20 / 0.06)

CMYK percentages

%0
%2.93
%20.08
%6.27

Codes

Color #EFE8BF in popluar color models

EF E8 BF
RGB 239 232 191
HSL 51° 60.00% 84.31%
HSB/HSV 51° 20.08% 93.73%
CMYK 0.00% 2.93% 20.08%
6.27%

Color #EFE8BF in popluar number systems.

HEX EF E8 BF
Decimal 239 232 191
Binary 11101111 11101000 10111111
Octal 357 350 277

Shades and tints

Shades of #EFE8BF

#EFE8BF
(239,232,191)
#DAD3AE
(218,211,174)
#C5BE9D
(197,190,157)
#B0A98C
(176,169,140)
#9B947B
(155,148,123)
#867F6A
(134,127,106)
#716A59
(113,106,89)
#5C5548
(92,85,72)
#474037
(71,64,55)
#322B26
(50,43,38)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #EFE8BF

#EFE8BF
(239,232,191)
#F0EAC4
(240,234,196)
#F1ECC9
(241,236,201)
#F2EECE
(242,238,206)
#F3F0D3
(243,240,211)
#F4F2D8
(244,242,216)
#F5F4DD
(245,244,221)
#F6F6E2
(246,246,226)
#F7F8E7
(247,248,231)
#F8FAEC
(248,250,236)
#F9FCF1
(249,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE8BF color. Also use rgb(239,232,191) instead hex code.

Text Font Color

.myTextColor { color: #EFE8BF; }

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

This text font color is #EFE8BF.

Background Color

.myBgColor { background-color: #EFE8BF; }

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

This div background color is #EFE8BF.

Border color

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

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

This div border color is #EFE8BF.

Opacity

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

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

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

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

This text has shadow with #EFE8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE8BF.

Preview

Color preview on black background

This text has color #EFE8BF on black background.


Color preview on white background

This text has color #EFE8BF on white background.


Black color preview on #EFE8BF background

This text has black color on #EFE8BF background.


White color preview on #EFE8BF background

This text has white color on #EFE8BF background.


Related colors

Complementary color

Complementary color for #hex is #101740.


I love getcolorcode.com

Triadic colors

1 #BFEFE8 and #E8BFEF with #EFE8BF are triadic colors.

2 #BFE8EF and #E8EFBF with #EFE8BF are triadic colors.