COLOR #EFDFE3

HEX: #EFDFE3 RGB: (239,223,227)

Color info

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

RGB color model

#EFDFE3 color RGB value is (239,223,227).

RGB: (239,223,227) (94%, 87%, 89%)

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 227 of 255 = 89%

239
223
227

R + G + B ~ 90%. #EFDFE3 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 223 + 227 = 689 (100%)
R 239 of 689 ~ 34.69%
G 223 of 689 ~ 32.37%
B 227 of 689 ~ 32.95'%

%34.69
%32.37
%32.95

CMYK color model

#EFDFE3 color CMYK value is (0,7,5,6).

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 5.02%
  • key color value is 6.27%

CMYK: (0,7,5,6)
C0M7Y5K6 (0%, 7%, 5%, 6%)
(0.00 / 0.07 / 0.05 / 0.06)

CMYK percentages

%0
%6.69
%5.02
%6.27

Codes

Color #EFDFE3 in popluar color models

EF DF E3
RGB 239 223 227
HSL 345° 33.33% 90.59%
HSB/HSV 345° 6.69% 93.73%
CMYK 0.00% 6.69% 5.02%
6.27%

Color #EFDFE3 in popluar number systems.

HEX EF DF E3
Decimal 239 223 227
Binary 11101111 11011111 11100011
Octal 357 337 343

Shades and tints

Shades of #EFDFE3

#EFDFE3
(239,223,227)
#DACBCF
(218,203,207)
#C5B7BB
(197,183,187)
#B0A3A7
(176,163,167)
#9B8F93
(155,143,147)
#867B7F
(134,123,127)
#71676B
(113,103,107)
#5C5357
(92,83,87)
#473F43
(71,63,67)
#322B2F
(50,43,47)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #EFDFE3

#EFDFE3
(239,223,227)
#F0E1E5
(240,225,229)
#F1E3E7
(241,227,231)
#F2E5E9
(242,229,233)
#F3E7EB
(243,231,235)
#F4E9ED
(244,233,237)
#F5EBEF
(245,235,239)
#F6EDF1
(246,237,241)
#F7EFF3
(247,239,243)
#F8F1F5
(248,241,245)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFE3; }

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

This text font color is #EFDFE3.

Background Color

.myBgColor { background-color: #EFDFE3; }

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

This div background color is #EFDFE3.

Border color

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

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

This div border color is #EFDFE3.

Opacity

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

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

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

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

This text has shadow with #EFDFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDFE3.

Preview

Color preview on black background

This text has color #EFDFE3 on black background.


Color preview on white background

This text has color #EFDFE3 on white background.


Black color preview on #EFDFE3 background

This text has black color on #EFDFE3 background.


White color preview on #EFDFE3 background

This text has white color on #EFDFE3 background.


Related colors

Complementary color

Complementary color for #hex is #10201C.


I love getcolorcode.com

Triadic colors

1 #E3EFDF and #DFE3EF with #EFDFE3 are triadic colors.

2 #E3DFEF and #DFEFE3 with #EFDFE3 are triadic colors.