COLOR #EFD6DA

HEX: #EFD6DA
RGB: (239,214,218)

Color info

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

RGB color model

#EFD6DA color RGB value is (239,214,218).

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

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 218 of 255 = 85%

239
214
218

R + G + B ~ 88%. #EFD6DA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 214 + 218 = 671 (100%)
R 239 of 671 ~ 35.62%
G 214 of 671 ~ 31.89%
B 218 of 671 ~ 32.49%

%35.62
%31.89
%32.49

CMYK color model

#EFD6DA color CMYK value is (0,10,9,6).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK:
(0,10,9,6)
C0M10Y9K6 
(0%,10%,9%,6%)
(0.00/0.10/0.09/0.06)	

CMYK percentages

%0
%10.46
%8.79
%6.27

Codes

Color #EFD6DA in popluar color models

EFD6DA
RGB239214218
HSL350°43.86%88.82%
HSB/HSV350°10.46%93.73%
CMYK0.00%10.46%8.79%
6.27%

Color #EFD6DA in popluar number systems.

HEXEFD6DA
Decimal239214218
Binary111011111101011011011010
Octal357326332

Shades and tints

Shades of #EFD6DA

#EFD6DA
(239,214,218)
#DAC3C7
(218,195,199)
#C5B0B4
(197,176,180)
#B09DA1
(176,157,161)
#9B8A8E
(155,138,142)
#86777B
(134,119,123)
#716468
(113,100,104)
#5C5155
(92,81,85)
#473E42
(71,62,66)
#322B2F
(50,43,47)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #EFD6DA

#EFD6DA
(239,214,218)
#F0D9DD
(240,217,221)
#F1DCE0
(241,220,224)
#F2DFE3
(242,223,227)
#F3E2E6
(243,226,230)
#F4E5E9
(244,229,233)
#F5E8EC
(245,232,236)
#F6EBEF
(246,235,239)
#F7EEF2
(247,238,242)
#F8F1F5
(248,241,245)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD6DA; }

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

This text font color is #EFD6DA.


Background Color

.myBgColor { background-color: #EFD6DA; }

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

This div background color is #EFD6DA.


Border color

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

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

This div border color is #EFD6DA.


Opacity

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

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

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

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

This text has shadow with #EFD6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD6DA on black background.


Color preview on white background

This text has color #EFD6DA on white background.



Black color preview on #EFD6DA background

This text has black color on #EFD6DA background.


White color preview on #EFD6DA background

This text has white color on #EFD6DA background.