COLOR #EFD9E3

HEX: #EFD9E3
RGB: (239,217,227)

Color info

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

RGB color model

#EFD9E3 color RGB value is (239,217,227).

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

RGB channels and saturation

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

239
217
227

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

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 227 = 683 (100%)
R 239 of 683 ~ 34.99%
G 217 of 683 ~ 31.77%
B 227 of 683 ~ 33.24%

%34.99
%31.77
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 5.02%
  • 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.02
%6.27

Codes

Color #EFD9E3 in popluar color models

EFD9E3
RGB239217227
HSL333°40.74%89.41%
HSB/HSV333°9.21%93.73%
CMYK0.00%9.21%5.02%
6.27%

Color #EFD9E3 in popluar number systems.

HEXEFD9E3
Decimal239217227
Binary111011111101100111100011
Octal357331343

Shades and tints

Shades of #EFD9E3

#EFD9E3
(239,217,227)
#DAC6CF
(218,198,207)
#C5B3BB
(197,179,187)
#B0A0A7
(176,160,167)
#9B8D93
(155,141,147)
#867A7F
(134,122,127)
#71676B
(113,103,107)
#5C5457
(92,84,87)
#474143
(71,65,67)
#322E2F
(50,46,47)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #EFD9E3

#EFD9E3
(239,217,227)
#F0DCE5
(240,220,229)
#F1DFE7
(241,223,231)
#F2E2E9
(242,226,233)
#F3E5EB
(243,229,235)
#F4E8ED
(244,232,237)
#F5EBEF
(245,235,239)
#F6EEF1
(246,238,241)
#F7F1F3
(247,241,243)
#F8F4F5
(248,244,245)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9E3; }

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

This text font color is #EFD9E3.


Background Color

.myBgColor { background-color: #EFD9E3; }

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

This div background color is #EFD9E3.


Border color

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

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

This div border color is #EFD9E3.


Opacity

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

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

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

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

This text has shadow with #EFD9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9E3 on black background.


Color preview on white background

This text has color #EFD9E3 on white background.



Black color preview on #EFD9E3 background

This text has black color on #EFD9E3 background.


White color preview on #EFD9E3 background

This text has white color on #EFD9E3 background.