COLOR #EFD3D0

HEX: #EFD3D0
RGB: (239,211,208)

Color info

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

RGB color model

#EFD3D0 color RGB value is (239,211,208).

  • red value is 239;
  • green value is 211;
  • blue value is 208.
RGB:
(239,211,208)
(94%,83%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 208 of 255 = 82%

239
211
208

R + G + B ~ 86%. #EFD3D0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 208 = 658 (100%)
R 239 of 658 ~ 36.32%
G 211 of 658 ~ 32.07%
B 208 of 658 ~ 31.61%

%36.32
%32.07
%31.61

CMYK color model

#EFD3D0 color CMYK value is (0,12,13,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(0,12,13,6)
C0M12Y13K6 
(0%,12%,13%,6%)
(0.00/0.12/0.13/0.06)	

CMYK percentages

%0
%11.72
%12.97
%6.27

Codes

Color #EFD3D0 in popluar color models

EFD3D0
RGB239211208
HSL49.21%87.65%
HSB/HSV12.97%93.73%
CMYK0.00%11.72%12.97%
6.27%

Color #EFD3D0 in popluar number systems.

HEXEFD3D0
Decimal239211208
Binary111011111101001111010000
Octal357323320

Shades and tints

Shades of #EFD3D0

#EFD3D0
(239,211,208)
#DAC0BE
(218,192,190)
#C5ADAC
(197,173,172)
#B09A9A
(176,154,154)
#9B8788
(155,135,136)
#867476
(134,116,118)
#716164
(113,97,100)
#5C4E52
(92,78,82)
#473B40
(71,59,64)
#32282E
(50,40,46)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #EFD3D0

#EFD3D0
(239,211,208)
#F0D7D4
(240,215,212)
#F1DBD8
(241,219,216)
#F2DFDC
(242,223,220)
#F3E3E0
(243,227,224)
#F4E7E4
(244,231,228)
#F5EBE8
(245,235,232)
#F6EFEC
(246,239,236)
#F7F3F0
(247,243,240)
#F8F7F4
(248,247,244)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3D0; }

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

This text font color is #EFD3D0.


Background Color

.myBgColor { background-color: #EFD3D0; }

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

This div background color is #EFD3D0.


Border color

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

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

This div border color is #EFD3D0.


Opacity

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

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

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

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

This text has shadow with #EFD3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3D0 on black background.


Color preview on white background

This text has color #EFD3D0 on white background.



Black color preview on #EFD3D0 background

This text has black color on #EFD3D0 background.


White color preview on #EFD3D0 background

This text has white color on #EFD3D0 background.