COLOR #EFD8DB

HEX: #EFD8DB
RGB: (239,216,219)

Color info

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

RGB color model

#EFD8DB color RGB value is (239,216,219).

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

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 219 of 255 = 86%

239
216
219

R + G + B ~ 88%. #EFD8DB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 216 + 219 = 674 (100%)
R 239 of 674 ~ 35.46%
G 216 of 674 ~ 32.05%
B 219 of 674 ~ 32.49%

%35.46
%32.05
%32.49

CMYK color model

#EFD8DB color CMYK value is (0,10,8,6).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(0,10,8,6)
C0M10Y8K6 
(0%,10%,8%,6%)
(0.00/0.10/0.08/0.06)	

CMYK percentages

%0
%9.62
%8.37
%6.27

Codes

Color #EFD8DB in popluar color models

EFD8DB
RGB239216219
HSL352°41.82%89.22%
HSB/HSV352°9.62%93.73%
CMYK0.00%9.62%8.37%
6.27%

Color #EFD8DB in popluar number systems.

HEXEFD8DB
Decimal239216219
Binary111011111101100011011011
Octal357330333

Shades and tints

Shades of #EFD8DB

#EFD8DB
(239,216,219)
#DAC5C8
(218,197,200)
#C5B2B5
(197,178,181)
#B09FA2
(176,159,162)
#9B8C8F
(155,140,143)
#86797C
(134,121,124)
#716669
(113,102,105)
#5C5356
(92,83,86)
#474043
(71,64,67)
#322D30
(50,45,48)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #EFD8DB

#EFD8DB
(239,216,219)
#F0DBDE
(240,219,222)
#F1DEE1
(241,222,225)
#F2E1E4
(242,225,228)
#F3E4E7
(243,228,231)
#F4E7EA
(244,231,234)
#F5EAED
(245,234,237)
#F6EDF0
(246,237,240)
#F7F0F3
(247,240,243)
#F8F3F6
(248,243,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD8DB; }

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

This text font color is #EFD8DB.


Background Color

.myBgColor { background-color: #EFD8DB; }

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

This div background color is #EFD8DB.


Border color

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

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

This div border color is #EFD8DB.


Opacity

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

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

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

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

This text has shadow with #EFD8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD8DB on black background.


Color preview on white background

This text has color #EFD8DB on white background.



Black color preview on #EFD8DB background

This text has black color on #EFD8DB background.


White color preview on #EFD8DB background

This text has white color on #EFD8DB background.