COLOR #EFD0D8

HEX: #EFD0D8
RGB: (239,208,216)

Color info

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

RGB color model

#EFD0D8 color RGB value is (239,208,216).

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

RGB channels and saturation

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

239
208
216

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

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 216 = 663 (100%)
R 239 of 663 ~ 36.05%
G 208 of 663 ~ 31.37%
B 216 of 663 ~ 32.58%

%36.05
%31.37
%32.58

CMYK color model

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

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

CMYK percentages

%0
%12.97
%9.62
%6.27

Codes

Color #EFD0D8 in popluar color models

EFD0D8
RGB239208216
HSL345°49.21%87.65%
HSB/HSV345°12.97%93.73%
CMYK0.00%12.97%9.62%
6.27%

Color #EFD0D8 in popluar number systems.

HEXEFD0D8
Decimal239208216
Binary111011111101000011011000
Octal357320330

Shades and tints

Shades of #EFD0D8

#EFD0D8
(239,208,216)
#DABEC5
(218,190,197)
#C5ACB2
(197,172,178)
#B09A9F
(176,154,159)
#9B888C
(155,136,140)
#867679
(134,118,121)
#716466
(113,100,102)
#5C5253
(92,82,83)
#474040
(71,64,64)
#322E2D
(50,46,45)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #EFD0D8

#EFD0D8
(239,208,216)
#F0D4DB
(240,212,219)
#F1D8DE
(241,216,222)
#F2DCE1
(242,220,225)
#F3E0E4
(243,224,228)
#F4E4E7
(244,228,231)
#F5E8EA
(245,232,234)
#F6ECED
(246,236,237)
#F7F0F0
(247,240,240)
#F8F4F3
(248,244,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD0D8; }

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

This text font color is #EFD0D8.


Background Color

.myBgColor { background-color: #EFD0D8; }

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

This div background color is #EFD0D8.


Border color

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

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

This div border color is #EFD0D8.


Opacity

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

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

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

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

This text has shadow with #EFD0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD0D8 on black background.


Color preview on white background

This text has color #EFD0D8 on white background.



Black color preview on #EFD0D8 background

This text has black color on #EFD0D8 background.


White color preview on #EFD0D8 background

This text has white color on #EFD0D8 background.