COLOR #EFE2DA

HEX: #EFE2DA
RGB: (239,226,218)

Color info

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

RGB color model

#EFE2DA color RGB value is (239,226,218).

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

RGB channels and saturation

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

239
226
218

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

Portions of RGB colors in percentages

R + G + B =
239 + 226 + 218 = 683 (100%)
R 239 of 683 ~ 34.99%
G 226 of 683 ~ 33.09%
B 218 of 683 ~ 31.92%

%34.99
%33.09
%31.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.44%
  • 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.44
%8.79
%6.27

Codes

Color #EFE2DA in popluar color models

EFE2DA
RGB239226218
HSL23°39.62%89.61%
HSB/HSV23°8.79%93.73%
CMYK0.00%5.44%8.79%
6.27%

Color #EFE2DA in popluar number systems.

HEXEFE2DA
Decimal239226218
Binary111011111110001011011010
Octal357342332

Shades and tints

Shades of #EFE2DA

#EFE2DA
(239,226,218)
#DACEC7
(218,206,199)
#C5BAB4
(197,186,180)
#B0A6A1
(176,166,161)
#9B928E
(155,146,142)
#867E7B
(134,126,123)
#716A68
(113,106,104)
#5C5655
(92,86,85)
#474242
(71,66,66)
#322E2F
(50,46,47)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #EFE2DA

#EFE2DA
(239,226,218)
#F0E4DD
(240,228,221)
#F1E6E0
(241,230,224)
#F2E8E3
(242,232,227)
#F3EAE6
(243,234,230)
#F4ECE9
(244,236,233)
#F5EEEC
(245,238,236)
#F6F0EF
(246,240,239)
#F7F2F2
(247,242,242)
#F8F4F5
(248,244,245)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE2DA; }

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

This text font color is #EFE2DA.


Background Color

.myBgColor { background-color: #EFE2DA; }

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

This div background color is #EFE2DA.


Border color

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

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

This div border color is #EFE2DA.


Opacity

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

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

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

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

This text has shadow with #EFE2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE2DA on black background.


Color preview on white background

This text has color #EFE2DA on white background.



Black color preview on #EFE2DA background

This text has black color on #EFE2DA background.


White color preview on #EFE2DA background

This text has white color on #EFE2DA background.