COLOR #EFE4DB

HEX: #EFE4DB
RGB: (239,228,219)

Color info

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

RGB color model

#EFE4DB color RGB value is (239,228,219).

  • red value is 239;
  • green value is 228;
  • blue value is 219.
RGB:
(239,228,219)
(94%,89%,86%)

RGB channels and saturation

R 239 of 255 = 94%
G 228 of 255 = 89%
B 219 of 255 = 86%

239
228
219

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

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 219 = 686 (100%)
R 239 of 686 ~ 34.84%
G 228 of 686 ~ 33.24%
B 219 of 686 ~ 31.92%

%34.84
%33.24
%31.92

CMYK color model

#EFE4DB color CMYK value is (0,5,8,6).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(0,5,8,6)
C0M5Y8K6 
(0%,5%,8%,6%)
(0.00/0.05/0.08/0.06)	

CMYK percentages

%0
%4.6
%8.37
%6.27

Codes

Color #EFE4DB in popluar color models

EFE4DB
RGB239228219
HSL27°38.46%89.80%
HSB/HSV27°8.37%93.73%
CMYK0.00%4.60%8.37%
6.27%

Color #EFE4DB in popluar number systems.

HEXEFE4DB
Decimal239228219
Binary111011111110010011011011
Octal357344333

Shades and tints

Shades of #EFE4DB

#EFE4DB
(239,228,219)
#DAD0C8
(218,208,200)
#C5BCB5
(197,188,181)
#B0A8A2
(176,168,162)
#9B948F
(155,148,143)
#86807C
(134,128,124)
#716C69
(113,108,105)
#5C5856
(92,88,86)
#474443
(71,68,67)
#323030
(50,48,48)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #EFE4DB

#EFE4DB
(239,228,219)
#F0E6DE
(240,230,222)
#F1E8E1
(241,232,225)
#F2EAE4
(242,234,228)
#F3ECE7
(243,236,231)
#F4EEEA
(244,238,234)
#F5F0ED
(245,240,237)
#F6F2F0
(246,242,240)
#F7F4F3
(247,244,243)
#F8F6F6
(248,246,246)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE4DB; }

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

This text font color is #EFE4DB.


Background Color

.myBgColor { background-color: #EFE4DB; }

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

This div background color is #EFE4DB.


Border color

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

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

This div border color is #EFE4DB.


Opacity

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

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

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

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

This text has shadow with #EFE4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE4DB on black background.


Color preview on white background

This text has color #EFE4DB on white background.



Black color preview on #EFE4DB background

This text has black color on #EFE4DB background.


White color preview on #EFE4DB background

This text has white color on #EFE4DB background.