COLOR #EFE7DB

HEX: #EFE7DB RGB: (239,231,219)

Color info

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

RGB color model

#EFE7DB color RGB value is (239,231,219).

RGB: (239,231,219) (94%, 91%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 219 of 255 = 86%

239
231
219

R + G + B ~ 90%. #EFE7DB is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 231 + 219 = 689 (100%)
R 239 of 689 ~ 34.69%
G 231 of 689 ~ 33.53%
B 219 of 689 ~ 31.79'%

%34.69
%33.53
%31.79

CMYK color model

#EFE7DB color CMYK value is (0,3,8,6).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 8.37%
  • key color value is 6.27%

CMYK: (0,3,8,6)
C0M3Y8K6 (0%, 3%, 8%, 6%)
(0.00 / 0.03 / 0.08 / 0.06)

CMYK percentages

%0
%3.35
%8.37
%6.27

Codes

Color #EFE7DB in popluar color models

EF E7 DB
RGB 239 231 219
HSL 36° 38.46% 89.80%
HSB/HSV 36° 8.37% 93.73%
CMYK 0.00% 3.35% 8.37%
6.27%

Color #EFE7DB in popluar number systems.

HEX EF E7 DB
Decimal 239 231 219
Binary 11101111 11100111 11011011
Octal 357 347 333

Shades and tints

Shades of #EFE7DB

#EFE7DB
(239,231,219)
#DAD2C8
(218,210,200)
#C5BDB5
(197,189,181)
#B0A8A2
(176,168,162)
#9B938F
(155,147,143)
#867E7C
(134,126,124)
#716969
(113,105,105)
#5C5456
(92,84,86)
#473F43
(71,63,67)
#322A30
(50,42,48)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #EFE7DB

#EFE7DB
(239,231,219)
#F0E9DE
(240,233,222)
#F1EBE1
(241,235,225)
#F2EDE4
(242,237,228)
#F3EFE7
(243,239,231)
#F4F1EA
(244,241,234)
#F5F3ED
(245,243,237)
#F6F5F0
(246,245,240)
#F7F7F3
(247,247,243)
#F8F9F6
(248,249,246)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE7DB color. Also use rgb(239,231,219) instead hex code.

Text Font Color

.myTextColor { color: #EFE7DB; }

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

This text font color is #EFE7DB.

Background Color

.myBgColor { background-color: #EFE7DB; }

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

This div background color is #EFE7DB.

Border color

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

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

This div border color is #EFE7DB.

Opacity

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

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

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

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

This text has shadow with #EFE7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE7DB.

Preview

Color preview on black background

This text has color #EFE7DB on black background.


Color preview on white background

This text has color #EFE7DB on white background.


Black color preview on #EFE7DB background

This text has black color on #EFE7DB background.


White color preview on #EFE7DB background

This text has white color on #EFE7DB background.


Related colors

Complementary color

Complementary color for #hex is #101824.


I love getcolorcode.com

Triadic colors

1 #DBEFE7 and #E7DBEF with #EFE7DB are triadic colors.

2 #DBE7EF and #E7EFDB with #EFE7DB are triadic colors.