COLOR #EFD9E2

HEX: #EFD9E2
RGB: (239,217,226)

Color info

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

RGB color model

#EFD9E2 color RGB value is (239,217,226).

  • red value is 239;
  • green value is 217;
  • blue value is 226.
RGB:
(239,217,226)
(94%,85%,89%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 226 of 255 = 89%

239
217
226

R + G + B ~ 89%. #EFD9E2 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 226 = 682 (100%)
R 239 of 682 ~ 35.04%
G 217 of 682 ~ 31.82%
B 226 of 682 ~ 33.14%

%35.04
%31.82
%33.14

CMYK color model

#EFD9E2 color CMYK value is (0,9,5,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(0,9,5,6)
C0M9Y5K6 
(0%,9%,5%,6%)
(0.00/0.09/0.05/0.06)	

CMYK percentages

%0
%9.21
%5.44
%6.27

Codes

Color #EFD9E2 in popluar color models

EFD9E2
RGB239217226
HSL335°40.74%89.41%
HSB/HSV335°9.21%93.73%
CMYK0.00%9.21%5.44%
6.27%

Color #EFD9E2 in popluar number systems.

HEXEFD9E2
Decimal239217226
Binary111011111101100111100010
Octal357331342

Shades and tints

Shades of #EFD9E2

#EFD9E2
(239,217,226)
#DAC6CE
(218,198,206)
#C5B3BA
(197,179,186)
#B0A0A6
(176,160,166)
#9B8D92
(155,141,146)
#867A7E
(134,122,126)
#71676A
(113,103,106)
#5C5456
(92,84,86)
#474142
(71,65,66)
#322E2E
(50,46,46)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #EFD9E2

#EFD9E2
(239,217,226)
#F0DCE4
(240,220,228)
#F1DFE6
(241,223,230)
#F2E2E8
(242,226,232)
#F3E5EA
(243,229,234)
#F4E8EC
(244,232,236)
#F5EBEE
(245,235,238)
#F6EEF0
(246,238,240)
#F7F1F2
(247,241,242)
#F8F4F4
(248,244,244)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9E2; }

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

This text font color is #EFD9E2.


Background Color

.myBgColor { background-color: #EFD9E2; }

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

This div background color is #EFD9E2.


Border color

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

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

This div border color is #EFD9E2.


Opacity

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

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

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

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

This text has shadow with #EFD9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9E2 on black background.


Color preview on white background

This text has color #EFD9E2 on white background.



Black color preview on #EFD9E2 background

This text has black color on #EFD9E2 background.


White color preview on #EFD9E2 background

This text has white color on #EFD9E2 background.