COLOR #EFDFBE

HEX: #EFDFBE RGB: (239,223,190)

Color info

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

RGB color model

#EFDFBE color RGB value is (239,223,190).

RGB: (239,223,190) (94%, 87%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 190 of 255 = 75%

239
223
190

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

Portions of RGB colors in percentages

R + G + B = 239 + 223 + 190 = 652 (100%)
R 239 of 652 ~ 36.66%
G 223 of 652 ~ 34.2%
B 190 of 652 ~ 29.14'%

%36.66
%34.2
%29.14

CMYK color model

#EFDFBE color CMYK value is (0,7,21,6).

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 20.50%
  • key color value is 6.27%
CMYK: (0,7,21,6) C0M7Y21K6 (0%,7%,21%,6%) (0.00/0.07/0.21/0.06) 

CMYK percentages

%0
%6.69
%20.5
%6.27

Codes

Color #EFDFBE in popluar color models

EF DF BE
RGB 239 223 190
HSL 40° 60.49% 84.12%
HSB/HSV 40° 20.50% 93.73%
CMYK 0.00% 6.69% 20.50%
6.27%

Color #EFDFBE in popluar number systems.

HEX EF DF BE
Decimal 239 223 190
Binary 11101111 11011111 10111110
Octal 357 337 276

Shades and tints

Shades of #EFDFBE

#EFDFBE
(239,223,190)
#DACBAD
(218,203,173)
#C5B79C
(197,183,156)
#B0A38B
(176,163,139)
#9B8F7A
(155,143,122)
#867B69
(134,123,105)
#716758
(113,103,88)
#5C5347
(92,83,71)
#473F36
(71,63,54)
#322B25
(50,43,37)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #EFDFBE

#EFDFBE
(239,223,190)
#F0E1C3
(240,225,195)
#F1E3C8
(241,227,200)
#F2E5CD
(242,229,205)
#F3E7D2
(243,231,210)
#F4E9D7
(244,233,215)
#F5EBDC
(245,235,220)
#F6EDE1
(246,237,225)
#F7EFE6
(247,239,230)
#F8F1EB
(248,241,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFBE; }

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

This text font color is #EFDFBE.

Background Color

.myBgColor { background-color: #EFDFBE; }

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

This div background color is #EFDFBE.

Border color

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

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

This div border color is #EFDFBE.

Opacity

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

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

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

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

This text has shadow with #EFDFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDFBE.

Preview

Color preview on black background

This text has color #EFDFBE on black background.


Color preview on white background

This text has color #EFDFBE on white background.


Black color preview on #EFDFBE background

This text has black color on #EFDFBE background.


White color preview on #EFDFBE background

This text has white color on #EFDFBE background.


Related colors

Complementary color

Complementary color for #hex is #102041.


I love getcolorcode.com

Triadic colors

1 #BEEFDF and #DFBEEF with #EFDFBE are triadic colors.

2 #BEDFEF and #DFEFBE with #EFDFBE are triadic colors.