COLOR #EFD2EC

HEX: #EFD2EC RGB: (239,210,236)

Color info

#EFD2EC contains red, green and blue colors in about the same proportion. Web safe color of #EFD2EC is #FFCCFF (or #FCF).

RGB color model

#EFD2EC color RGB value is (239,210,236).

RGB: (239,210,236) (94%, 82%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 210 of 255 = 82%
B 236 of 255 = 93%

239
210
236

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

Portions of RGB colors in percentages

R + G + B = 239 + 210 + 236 = 685 (100%)
R 239 of 685 ~ 34.89%
G 210 of 685 ~ 30.66%
B 236 of 685 ~ 34.45'%

%34.89
%30.66
%34.45

CMYK color model

#EFD2EC color CMYK value is (0,12,1,6).

  • cyan value is 0.00%
  • magenta value is 12.13%
  • yellow value is 1.26%
  • key color value is 6.27%

CMYK: (0,12,1,6)
C0M12Y1K6 (0%, 12%, 1%, 6%)
(0.00 / 0.12 / 0.01 / 0.06)

CMYK percentages

%0
%12.13
%1.26
%6.27

Codes

Color #EFD2EC in popluar color models

EF D2 EC
RGB 239 210 236
HSL 306° 47.54% 88.04%
HSB/HSV 306° 12.13% 93.73%
CMYK 0.00% 12.13% 1.26%
6.27%

Color #EFD2EC in popluar number systems.

HEX EF D2 EC
Decimal 239 210 236
Binary 11101111 11010010 11101100
Octal 357 322 354

Shades and tints

Shades of #EFD2EC

#EFD2EC
(239,210,236)
#DABFD7
(218,191,215)
#C5ACC2
(197,172,194)
#B099AD
(176,153,173)
#9B8698
(155,134,152)
#867383
(134,115,131)
#71606E
(113,96,110)
#5C4D59
(92,77,89)
#473A44
(71,58,68)
#32272F
(50,39,47)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #EFD2EC

#EFD2EC
(239,210,236)
#F0D6ED
(240,214,237)
#F1DAEE
(241,218,238)
#F2DEEF
(242,222,239)
#F3E2F0
(243,226,240)
#F4E6F1
(244,230,241)
#F5EAF2
(245,234,242)
#F6EEF3
(246,238,243)
#F7F2F4
(247,242,244)
#F8F6F5
(248,246,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD2EC; }

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

This text font color is #EFD2EC.

Background Color

.myBgColor { background-color: #EFD2EC; }

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

This div background color is #EFD2EC.

Border color

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

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

This div border color is #EFD2EC.

Opacity

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

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

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

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

This text has shadow with #EFD2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD2EC.

Preview

Color preview on black background

This text has color #EFD2EC on black background.


Color preview on white background

This text has color #EFD2EC on white background.


Black color preview on #EFD2EC background

This text has black color on #EFD2EC background.


White color preview on #EFD2EC background

This text has white color on #EFD2EC background.


Related colors

Complementary color

Complementary color for #hex is #102D13.


I love getcolorcode.com

Triadic colors

1 #ECEFD2 and #D2ECEF with #EFD2EC are triadic colors.

2 #ECD2EF and #D2EFEC with #EFD2EC are triadic colors.