COLOR #EFE3DA

HEX: #EFE3DA
RGB: (239,227,218)

Color info

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

RGB color model

#EFE3DA color RGB value is (239,227,218).

  • red value is 239;
  • green value is 227;
  • blue value is 218.
RGB:
(239,227,218)
(94%,89%,85%)

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 218 of 255 = 85%

239
227
218

R + G + B ~ 89%. #EFE3DA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 218 = 684 (100%)
R 239 of 684 ~ 34.94%
G 227 of 684 ~ 33.19%
B 218 of 684 ~ 31.87%

%34.94
%33.19
%31.87

CMYK color model

#EFE3DA color CMYK value is (0,5,9,6).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK:
(0,5,9,6)
C0M5Y9K6 
(0%,5%,9%,6%)
(0.00/0.05/0.09/0.06)	

CMYK percentages

%0
%5.02
%8.79
%6.27

Codes

Color #EFE3DA in popluar color models

EFE3DA
RGB239227218
HSL26°39.62%89.61%
HSB/HSV26°8.79%93.73%
CMYK0.00%5.02%8.79%
6.27%

Color #EFE3DA in popluar number systems.

HEXEFE3DA
Decimal239227218
Binary111011111110001111011010
Octal357343332

Shades and tints

Shades of #EFE3DA

#EFE3DA
(239,227,218)
#DACFC7
(218,207,199)
#C5BBB4
(197,187,180)
#B0A7A1
(176,167,161)
#9B938E
(155,147,142)
#867F7B
(134,127,123)
#716B68
(113,107,104)
#5C5755
(92,87,85)
#474342
(71,67,66)
#322F2F
(50,47,47)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #EFE3DA

#EFE3DA
(239,227,218)
#F0E5DD
(240,229,221)
#F1E7E0
(241,231,224)
#F2E9E3
(242,233,227)
#F3EBE6
(243,235,230)
#F4EDE9
(244,237,233)
#F5EFEC
(245,239,236)
#F6F1EF
(246,241,239)
#F7F3F2
(247,243,242)
#F8F5F5
(248,245,245)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE3DA color. Also use rgb(239,227,218) instead hex code.

Text Font Color

.myTextColor { color: #EFE3DA; }

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

This text font color is #EFE3DA.


Background Color

.myBgColor { background-color: #EFE3DA; }

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

This div background color is #EFE3DA.


Border color

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

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

This div border color is #EFE3DA.


Opacity

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

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

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

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

This text has shadow with #EFE3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3DA on black background.


Color preview on white background

This text has color #EFE3DA on white background.



Black color preview on #EFE3DA background

This text has black color on #EFE3DA background.


White color preview on #EFE3DA background

This text has white color on #EFE3DA background.