COLOR #EFD0DA

HEX: #EFD0DA RGB: (239,208,218)

Color info

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

RGB color model

#EFD0DA color RGB value is (239,208,218).

RGB: (239,208,218) (94%, 82%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 218 of 255 = 85%

239
208
218

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

Portions of RGB colors in percentages

R + G + B = 239 + 208 + 218 = 665 (100%)
R 239 of 665 ~ 35.94%
G 208 of 665 ~ 31.28%
B 218 of 665 ~ 32.78'%

%35.94
%31.28
%32.78

CMYK color model

#EFD0DA color CMYK value is (0,13,9,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK: (0,13,9,6) C0M13Y9K6 (0%,13%,9%,6%) (0.00/0.13/0.09/0.06) 

CMYK percentages

%0
%12.97
%8.79
%6.27

Codes

Color #EFD0DA in popluar color models

EF D0 DA
RGB 239 208 218
HSL 341° 49.21% 87.65%
HSB/HSV 341° 12.97% 93.73%
CMYK 0.00% 12.97% 8.79%
6.27%

Color #EFD0DA in popluar number systems.

HEX EF D0 DA
Decimal 239 208 218
Binary 11101111 11010000 11011010
Octal 357 320 332

Shades and tints

Shades of #EFD0DA

#EFD0DA
(239,208,218)
#DABEC7
(218,190,199)
#C5ACB4
(197,172,180)
#B09AA1
(176,154,161)
#9B888E
(155,136,142)
#86767B
(134,118,123)
#716468
(113,100,104)
#5C5255
(92,82,85)
#474042
(71,64,66)
#322E2F
(50,46,47)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #EFD0DA

#EFD0DA
(239,208,218)
#F0D4DD
(240,212,221)
#F1D8E0
(241,216,224)
#F2DCE3
(242,220,227)
#F3E0E6
(243,224,230)
#F4E4E9
(244,228,233)
#F5E8EC
(245,232,236)
#F6ECEF
(246,236,239)
#F7F0F2
(247,240,242)
#F8F4F5
(248,244,245)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD0DA; }

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

This text font color is #EFD0DA.

Background Color

.myBgColor { background-color: #EFD0DA; }

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

This div background color is #EFD0DA.

Border color

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

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

This div border color is #EFD0DA.

Opacity

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

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

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

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

This text has shadow with #EFD0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD0DA.

Preview

Color preview on black background

This text has color #EFD0DA on black background.


Color preview on white background

This text has color #EFD0DA on white background.


Black color preview on #EFD0DA background

This text has black color on #EFD0DA background.


White color preview on #EFD0DA background

This text has white color on #EFD0DA background.


Related colors

Complementary color

Complementary color for #hex is #102F25.


I love getcolorcode.com

Triadic colors

1 #DAEFD0 and #D0DAEF with #EFD0DA are triadic colors.

2 #DAD0EF and #D0EFDA with #EFD0DA are triadic colors.