COLOR #EFD2DB

HEX: #EFD2DB
RGB: (239,210,219)

Color info

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

RGB color model

#EFD2DB color RGB value is (239,210,219).

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

RGB channels and saturation

R 239 of 255 = 94%
G 210 of 255 = 82%
B 219 of 255 = 86%

239
210
219

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

Portions of RGB colors in percentages

R + G + B =
239 + 210 + 219 = 668 (100%)
R 239 of 668 ~ 35.78%
G 210 of 668 ~ 31.44%
B 219 of 668 ~ 32.78%

%35.78
%31.44
%32.78

CMYK color model

#EFD2DB color CMYK value is (0,12,8,6).

  • cyan value is 0.00%
  • magenta value is 12.13%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(0,12,8,6)
C0M12Y8K6 
(0%,12%,8%,6%)
(0.00/0.12/0.08/0.06)	

CMYK percentages

%0
%12.13
%8.37
%6.27

Codes

Color #EFD2DB in popluar color models

EFD2DB
RGB239210219
HSL341°47.54%88.04%
HSB/HSV341°12.13%93.73%
CMYK0.00%12.13%8.37%
6.27%

Color #EFD2DB in popluar number systems.

HEXEFD2DB
Decimal239210219
Binary111011111101001011011011
Octal357322333

Shades and tints

Shades of #EFD2DB

#EFD2DB
(239,210,219)
#DABFC8
(218,191,200)
#C5ACB5
(197,172,181)
#B099A2
(176,153,162)
#9B868F
(155,134,143)
#86737C
(134,115,124)
#716069
(113,96,105)
#5C4D56
(92,77,86)
#473A43
(71,58,67)
#322730
(50,39,48)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #EFD2DB

#EFD2DB
(239,210,219)
#F0D6DE
(240,214,222)
#F1DAE1
(241,218,225)
#F2DEE4
(242,222,228)
#F3E2E7
(243,226,231)
#F4E6EA
(244,230,234)
#F5EAED
(245,234,237)
#F6EEF0
(246,238,240)
#F7F2F3
(247,242,243)
#F8F6F6
(248,246,246)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD2DB; }

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

This text font color is #EFD2DB.


Background Color

.myBgColor { background-color: #EFD2DB; }

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

This div background color is #EFD2DB.


Border color

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

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

This div border color is #EFD2DB.


Opacity

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

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

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

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

This text has shadow with #EFD2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD2DB on black background.


Color preview on white background

This text has color #EFD2DB on white background.



Black color preview on #EFD2DB background

This text has black color on #EFD2DB background.


White color preview on #EFD2DB background

This text has white color on #EFD2DB background.