COLOR #EFD0D0

HEX: #EFD0D0
RGB: (239,208,208)

Color info

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

RGB color model

#EFD0D0 color RGB value is (239,208,208).

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

RGB channels and saturation

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

239
208
208

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

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 208 = 655 (100%)
R 239 of 655 ~ 36.49%
G 208 of 655 ~ 31.76%
B 208 of 655 ~ 31.76%

%36.49
%31.76
%31.76

CMYK color model

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

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

CMYK percentages

%0
%12.97
%12.97
%6.27

Codes

Color #EFD0D0 in popluar color models

EFD0D0
RGB239208208
HSL49.21%87.65%
HSB/HSV12.97%93.73%
CMYK0.00%12.97%12.97%
6.27%

Color #EFD0D0 in popluar number systems.

HEXEFD0D0
Decimal239208208
Binary111011111101000011010000
Octal357320320

Shades and tints

Shades of #EFD0D0

#EFD0D0
(239,208,208)
#DABEBE
(218,190,190)
#C5ACAC
(197,172,172)
#B09A9A
(176,154,154)
#9B8888
(155,136,136)
#867676
(134,118,118)
#716464
(113,100,100)
#5C5252
(92,82,82)
#474040
(71,64,64)
#322E2E
(50,46,46)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #EFD0D0

#EFD0D0
(239,208,208)
#F0D4D4
(240,212,212)
#F1D8D8
(241,216,216)
#F2DCDC
(242,220,220)
#F3E0E0
(243,224,224)
#F4E4E4
(244,228,228)
#F5E8E8
(245,232,232)
#F6ECEC
(246,236,236)
#F7F0F0
(247,240,240)
#F8F4F4
(248,244,244)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD0D0; }

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

This text font color is #EFD0D0.


Background Color

.myBgColor { background-color: #EFD0D0; }

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

This div background color is #EFD0D0.


Border color

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

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

This div border color is #EFD0D0.


Opacity

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

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

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

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

This text has shadow with #EFD0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD0D0 on black background.


Color preview on white background

This text has color #EFD0D0 on white background.



Black color preview on #EFD0D0 background

This text has black color on #EFD0D0 background.


White color preview on #EFD0D0 background

This text has white color on #EFD0D0 background.