COLOR #EFE6BF

HEX: #EFE6BF RGB: (239,230,191)

Color info

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

RGB color model

#EFE6BF color RGB value is (239,230,191).

RGB: (239,230,191) (94%, 90%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 191 of 255 = 75%

239
230
191

R + G + B ~ 86%. #EFE6BF is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 191 = 660 (100%)
R 239 of 660 ~ 36.21%
G 230 of 660 ~ 34.85%
B 191 of 660 ~ 28.94'%

%36.21
%34.85
%28.94

CMYK color model

#EFE6BF color CMYK value is (0,4,20,6).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK: (0,4,20,6) C0M4Y20K6 (0%,4%,20%,6%) (0.00/0.04/0.20/0.06) 

CMYK percentages

%0
%3.77
%20.08
%6.27

Codes

Color #EFE6BF in popluar color models

EF E6 BF
RGB 239 230 191
HSL 49° 60.00% 84.31%
HSB/HSV 49° 20.08% 93.73%
CMYK 0.00% 3.77% 20.08%
6.27%

Color #EFE6BF in popluar number systems.

HEX EF E6 BF
Decimal 239 230 191
Binary 11101111 11100110 10111111
Octal 357 346 277

Shades and tints

Shades of #EFE6BF

#EFE6BF
(239,230,191)
#DAD2AE
(218,210,174)
#C5BE9D
(197,190,157)
#B0AA8C
(176,170,140)
#9B967B
(155,150,123)
#86826A
(134,130,106)
#716E59
(113,110,89)
#5C5A48
(92,90,72)
#474637
(71,70,55)
#323226
(50,50,38)
#1D1E15
(29,30,21)
#000000
(0,0,0)

Tints of #EFE6BF

#EFE6BF
(239,230,191)
#F0E8C4
(240,232,196)
#F1EAC9
(241,234,201)
#F2ECCE
(242,236,206)
#F3EED3
(243,238,211)
#F4F0D8
(244,240,216)
#F5F2DD
(245,242,221)
#F6F4E2
(246,244,226)
#F7F6E7
(247,246,231)
#F8F8EC
(248,248,236)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6BF; }

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

This text font color is #EFE6BF.

Background Color

.myBgColor { background-color: #EFE6BF; }

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

This div background color is #EFE6BF.

Border color

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

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

This div border color is #EFE6BF.

Opacity

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

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

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

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

This text has shadow with #EFE6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6BF.

Preview

Color preview on black background

This text has color #EFE6BF on black background.


Color preview on white background

This text has color #EFE6BF on white background.


Black color preview on #EFE6BF background

This text has black color on #EFE6BF background.


White color preview on #EFE6BF background

This text has white color on #EFE6BF background.


Related colors

Complementary color

Complementary color for #hex is #101940.


I love getcolorcode.com

Triadic colors

1 #BFEFE6 and #E6BFEF with #EFE6BF are triadic colors.

2 #BFE6EF and #E6EFBF with #EFE6BF are triadic colors.