COLOR #EFDFE2

HEX: #EFDFE2 RGB: (239,223,226)

Color info

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

RGB color model

#EFDFE2 color RGB value is (239,223,226).

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

RGB channels and saturation

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

239
223
226

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

Portions of RGB colors in percentages

R + G + B = 239 + 223 + 226 = 688 (100%)
R 239 of 688 ~ 34.74%
G 223 of 688 ~ 32.41%
B 226 of 688 ~ 32.85'%

%34.74
%32.41
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 5.44%
  • 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.44
%6.27

Codes

Color #EFDFE2 in popluar color models

EF DF E2
RGB 239 223 226
HSL 349° 33.33% 90.59%
HSB/HSV 349° 6.69% 93.73%
CMYK 0.00% 6.69% 5.44%
6.27%

Color #EFDFE2 in popluar number systems.

HEX EF DF E2
Decimal 239 223 226
Binary 11101111 11011111 11100010
Octal 357 337 342

Shades and tints

Shades of #EFDFE2

#EFDFE2
(239,223,226)
#DACBCE
(218,203,206)
#C5B7BA
(197,183,186)
#B0A3A6
(176,163,166)
#9B8F92
(155,143,146)
#867B7E
(134,123,126)
#71676A
(113,103,106)
#5C5356
(92,83,86)
#473F42
(71,63,66)
#322B2E
(50,43,46)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFDFE2

#EFDFE2
(239,223,226)
#F0E1E4
(240,225,228)
#F1E3E6
(241,227,230)
#F2E5E8
(242,229,232)
#F3E7EA
(243,231,234)
#F4E9EC
(244,233,236)
#F5EBEE
(245,235,238)
#F6EDF0
(246,237,240)
#F7EFF2
(247,239,242)
#F8F1F4
(248,241,244)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFE2; }

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

This text font color is #EFDFE2.

Background Color

.myBgColor { background-color: #EFDFE2; }

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

This div background color is #EFDFE2.

Border color

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

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

This div border color is #EFDFE2.

Opacity

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

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

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

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

This text has shadow with #EFDFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDFE2.

Preview

Color preview on black background

This text has color #EFDFE2 on black background.


Color preview on white background

This text has color #EFDFE2 on white background.


Black color preview on #EFDFE2 background

This text has black color on #EFDFE2 background.


White color preview on #EFDFE2 background

This text has white color on #EFDFE2 background.


Related colors

Complementary color

Complementary color for #hex is #10201D.


I love getcolorcode.com

Triadic colors

1 #E2EFDF and #DFE2EF with #EFDFE2 are triadic colors.

2 #E2DFEF and #DFEFE2 with #EFDFE2 are triadic colors.