COLOR #EFE5BF

HEX: #EFE5BF RGB: (239,229,191)

Color info

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

RGB color model

#EFE5BF color RGB value is (239,229,191).

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

RGB channels and saturation

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

239
229
191

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

Portions of RGB colors in percentages

R + G + B = 239 + 229 + 191 = 659 (100%)
R 239 of 659 ~ 36.27%
G 229 of 659 ~ 34.75%
B 191 of 659 ~ 28.98'%

%36.27
%34.75
%28.98

CMYK color model

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

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

Codes

Color #EFE5BF in popluar color models

EF E5 BF
RGB 239 229 191
HSL 48° 60.00% 84.31%
HSB/HSV 48° 20.08% 93.73%
CMYK 0.00% 4.18% 20.08%
6.27%

Color #EFE5BF in popluar number systems.

HEX EF E5 BF
Decimal 239 229 191
Binary 11101111 11100101 10111111
Octal 357 345 277

Shades and tints

Shades of #EFE5BF

#EFE5BF
(239,229,191)
#DAD1AE
(218,209,174)
#C5BD9D
(197,189,157)
#B0A98C
(176,169,140)
#9B957B
(155,149,123)
#86816A
(134,129,106)
#716D59
(113,109,89)
#5C5948
(92,89,72)
#474537
(71,69,55)
#323126
(50,49,38)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #EFE5BF

#EFE5BF
(239,229,191)
#F0E7C4
(240,231,196)
#F1E9C9
(241,233,201)
#F2EBCE
(242,235,206)
#F3EDD3
(243,237,211)
#F4EFD8
(244,239,216)
#F5F1DD
(245,241,221)
#F6F3E2
(246,243,226)
#F7F5E7
(247,245,231)
#F8F7EC
(248,247,236)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE5BF; }

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

This text font color is #EFE5BF.

Background Color

.myBgColor { background-color: #EFE5BF; }

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

This div background color is #EFE5BF.

Border color

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

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

This div border color is #EFE5BF.

Opacity

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

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

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

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

This text has shadow with #EFE5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE5BF.

Preview

Color preview on black background

This text has color #EFE5BF on black background.


Color preview on white background

This text has color #EFE5BF on white background.


Black color preview on #EFE5BF background

This text has black color on #EFE5BF background.


White color preview on #EFE5BF background

This text has white color on #EFE5BF background.


Related colors

Complementary color

Complementary color for #hex is #101A40.


I love getcolorcode.com

Triadic colors

1 #BFEFE5 and #E5BFEF with #EFE5BF are triadic colors.

2 #BFE5EF and #E5EFBF with #EFE5BF are triadic colors.