COLOR #EFD3DA

HEX: #EFD3DA RGB: (239,211,218)

Color info

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

RGB color model

#EFD3DA color RGB value is (239,211,218).

RGB: (239,211,218) (94%, 83%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 218 of 255 = 85%

239
211
218

R + G + B ~ 87%. #EFD3DA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 211 + 218 = 668 (100%)
R 239 of 668 ~ 35.78%
G 211 of 668 ~ 31.59%
B 218 of 668 ~ 32.63'%

%35.78
%31.59
%32.63

CMYK color model

#EFD3DA color CMYK value is (0,12,9,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 8.79%
  • key color value is 6.27%

CMYK: (0,12,9,6)
C0M12Y9K6 (0%, 12%, 9%, 6%)
(0.00 / 0.12 / 0.09 / 0.06)

CMYK percentages

%0
%11.72
%8.79
%6.27

Codes

Color #EFD3DA in popluar color models

EF D3 DA
RGB 239 211 218
HSL 345° 46.67% 88.24%
HSB/HSV 345° 11.72% 93.73%
CMYK 0.00% 11.72% 8.79%
6.27%

Color #EFD3DA in popluar number systems.

HEX EF D3 DA
Decimal 239 211 218
Binary 11101111 11010011 11011010
Octal 357 323 332

Shades and tints

Shades of #EFD3DA

#EFD3DA
(239,211,218)
#DAC0C7
(218,192,199)
#C5ADB4
(197,173,180)
#B09AA1
(176,154,161)
#9B878E
(155,135,142)
#86747B
(134,116,123)
#716168
(113,97,104)
#5C4E55
(92,78,85)
#473B42
(71,59,66)
#32282F
(50,40,47)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #EFD3DA

#EFD3DA
(239,211,218)
#F0D7DD
(240,215,221)
#F1DBE0
(241,219,224)
#F2DFE3
(242,223,227)
#F3E3E6
(243,227,230)
#F4E7E9
(244,231,233)
#F5EBEC
(245,235,236)
#F6EFEF
(246,239,239)
#F7F3F2
(247,243,242)
#F8F7F5
(248,247,245)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3DA; }

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

This text font color is #EFD3DA.

Background Color

.myBgColor { background-color: #EFD3DA; }

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

This div background color is #EFD3DA.

Border color

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

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

This div border color is #EFD3DA.

Opacity

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

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

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

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

This text has shadow with #EFD3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD3DA.

Preview

Color preview on black background

This text has color #EFD3DA on black background.


Color preview on white background

This text has color #EFD3DA on white background.


Black color preview on #EFD3DA background

This text has black color on #EFD3DA background.


White color preview on #EFD3DA background

This text has white color on #EFD3DA background.


Related colors

Complementary color

Complementary color for #hex is #102C25.


I love getcolorcode.com

Triadic colors

1 #DAEFD3 and #D3DAEF with #EFD3DA are triadic colors.

2 #DAD3EF and #D3EFDA with #EFD3DA are triadic colors.